MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / v

Method v

src/rigidBodyDynamics/rigidBodyModel/rigidBodyModelI.H:183–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183inline Foam::spatialVector Foam::RBD::rigidBodyModel::v
184(
185 const label bodyID,
186 const vector& p
187) const
188{
189 return
190 (
191 spatialTransform
192 (
193 X0_[master(bodyID)].E().T(),
194 masterPoint(bodyID, p)
195 )
196 & v_[master(bodyID)]
197 );
198}
199
200
201// ************************************************************************* //

Callers 5

restrainFunction · 0.45
bodyPointVelocityMethod · 0.45
restrainFunction · 0.45
restrainFunction · 0.45
unitQuaternionMethod · 0.45

Calls 3

spatialTransformClass · 0.85
EMethod · 0.80
TMethod · 0.45

Tested by

no test coverage detected