dynamicMeshDict: standardised indentation
This commit is contained in:
@ -14,7 +14,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
dynamicFvMesh dynamicRefineFvMesh;
|
dynamicFvMesh dynamicRefineFvMesh;
|
||||||
|
|
||||||
// Refine every refineInterval timesteps
|
// Refine every refineInterval timesteps
|
||||||
refineInterval 1;
|
refineInterval 1;
|
||||||
|
|||||||
@ -14,7 +14,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
dynamicFvMesh dynamicMotionSolverFvMesh;
|
dynamicFvMesh dynamicMotionSolverFvMesh;
|
||||||
|
|
||||||
motionSolverLibs ("libsixDoFRigidBodyMotion.so");
|
motionSolverLibs ("libsixDoFRigidBodyMotion.so");
|
||||||
|
|
||||||
|
|||||||
@ -16,12 +16,12 @@ FoamFile
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
dynamicFvMesh dynamicMotionSolverFvMesh;
|
dynamicFvMesh dynamicMotionSolverFvMesh;
|
||||||
|
|
||||||
motionSolverLibs ("libfvMotionSolvers.so");
|
motionSolverLibs ("libfvMotionSolvers.so");
|
||||||
|
|
||||||
motionSolver displacementSBRStress; // displacementLaplacian;
|
motionSolver displacementSBRStress; // displacementLaplacian;
|
||||||
//motionSolver velocityComponentLaplacian z;
|
// motionSolver velocityComponentLaplacian z;
|
||||||
|
|
||||||
// diffusivity uniform;
|
// diffusivity uniform;
|
||||||
// diffusivity directional (1 200 0);
|
// diffusivity directional (1 200 0);
|
||||||
|
|||||||
@ -14,7 +14,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
dynamicFvMesh dynamicMotionSolverFvMesh;
|
dynamicFvMesh dynamicMotionSolverFvMesh;
|
||||||
|
|
||||||
motionSolverLibs ("librigidBodyMeshMotion.so");
|
motionSolverLibs ("librigidBodyMeshMotion.so");
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
dynamicFvMesh dynamicMotionSolverFvMesh;
|
dynamicFvMesh dynamicMotionSolverFvMesh;
|
||||||
|
|
||||||
motionSolverLibs ("libsixDoFRigidBodyMotion.so");
|
motionSolverLibs ("libsixDoFRigidBodyMotion.so");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user