mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: floatingObject tutorial. Brace indentation and removal of
default values for motion state.
This commit is contained in:
@ -38,12 +38,6 @@ boundaryField
|
|||||||
momentOfInertia (0.08622222 0.08622222 0.144);
|
momentOfInertia (0.08622222 0.08622222 0.144);
|
||||||
mass 9.6;
|
mass 9.6;
|
||||||
rhoInf 1; // for forces calculation
|
rhoInf 1; // for forces calculation
|
||||||
// See sixDoFRigidBodyMotionState
|
|
||||||
Q (1 0 0 0 1 0 0 0 1);
|
|
||||||
v (0 0 0);
|
|
||||||
a (0 0 0);
|
|
||||||
pi (0 0 0);
|
|
||||||
tau (0 0 0);
|
|
||||||
value uniform (0 0 0);
|
value uniform (0 0 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -117,7 +117,7 @@ PISO
|
|||||||
nAlphaCorr 1;
|
nAlphaCorr 1;
|
||||||
nAlphaSubCycles 1;
|
nAlphaSubCycles 1;
|
||||||
cAlpha 1.5;
|
cAlpha 1.5;
|
||||||
correctPhi no;
|
correctPhi yes;
|
||||||
}
|
}
|
||||||
|
|
||||||
relaxationFactors
|
relaxationFactors
|
||||||
|
|||||||
Reference in New Issue
Block a user