BUG: sixDofRigidBodyMotion: write initial rotation
This commit is contained in:
parent
c45659d848
commit
07985e5497
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue