MRG: Integrated foundation code

This commit is contained in:
Andrew Heather
2016-12-12 12:10:29 +00:00
509 changed files with 8350 additions and 1966 deletions

View File

@ -17,9 +17,11 @@ FoamFile
#include "${FOAM_CASE}/constant/caseSettings"
dynamicFvMesh solidBodyMotionFvMesh;
dynamicFvMesh dynamicMotionSolverFvMesh;
solidBodyMotionFvMeshCoeffs
solver solidBody;
solidBodyCoeffs
{
cellZone rotatingZone;

View File

@ -66,7 +66,7 @@ relaxationFactors
{
p 1;
U 0.9;
e 0.9;
e 0.8;
k 0.9;
epsilon 0.9;
}