BUG: sixDofRigidBodyMotion: write initial rotation
This commit is contained in:
parent
3bd85a6098
commit
919b9404a0
@ -52,7 +52,7 @@ void Foam::sixDoFRigidBodyMotion::write(Ostream& os) const
|
||||
|
||||
os.writeKeyword("centreOfMass")
|
||||
<< initialCentreOfMass_ << token::END_STATEMENT << nl;
|
||||
os.writeKeyword("orientation")
|
||||
os.writeKeyword("initialOrientation")
|
||||
<< initialQ_ << token::END_STATEMENT << nl;
|
||||
os.writeKeyword("mass")
|
||||
<< mass_ << token::END_STATEMENT << nl;
|
||||
|
Loading…
Reference in New Issue
Block a user