Skip to content
Snippets Groups Projects
Commit cb7483b4 authored by andy's avatar andy
Browse files

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

parent 7230cfd9
Branches
Tags
No related merge requests found
......@@ -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_);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment