ENH: Updated 6dof boundary condition usage of forces function object

This commit is contained in:
andy
2012-10-19 16:31:26 +01:00
parent 7230cfd99d
commit cb7483b431

View File

@ -211,6 +211,7 @@ void sixDoFRigidBodyDisplacementPointPatchVectorField::updateCoeffs()
dictionary forcesDict;
forcesDict.add("type", forces::typeName);
forcesDict.add("patches", wordList(1, ptPatch.name()));
forcesDict.add("rhoInf", rhoInf_);
forcesDict.add("rhoName", rhoName_);