Dynamic Mesh Dict
Dynamic Mesh Dict
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5-dev |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object dynamicMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solver mesquiteMotionSolver;
dynamicFvMesh dynamicTopoFvMesh;
dynamicFvMeshLibs ("libdynamicTopoFvMesh.so");
mesquiteOptions
{
// Optimization metric
optMetric AspectRatioGamma;
// Objective function
objFunction LPtoP;
// Optimization algorithm
optAlgorithm FeasibleNewton;
}
// If two patches are coupled for motion/topology,
// specify them here.
//coupledPatches
//{
// ball ballShadow;
//}
refinementOptions
{
collapseRatio 0.7;
bisectionRatio 1.5;
growthFactor 1.02;
freeLengthScalePatches
{
outTop; outBottom; outLeft; outRight; outFront; outBack;
noModificationPatches
{
outTop; outBottom; outLeft; outRight; outFront; outBack;
}
// ************************************************************************* //