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

Function read

src/rigidBodyDynamics/rigidBodyModel/rigidBodyModel.C:458–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456
457
458bool Foam::RBD::rigidBodyModel::read(const dictionary& dict)
459{
460 restraints_.clear();
461 addRestraints(dict);
462
463 return true;
464}
465
466
467// * * * * * * * * * * * * * * * Ostream Operator * * * * * * * * * * * * * //

Callers 1

rigidBodyModel.CFile · 0.70

Calls 2

addRestraintsFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected