A number of fixes have been made in order to make non-conformal cyclic patches compatible with run-time distribution. A tutorial case, incompressibleVoF/rotatingCube, has been added which demonstrates simultaneous usage of motion, non-conformal couplings, adaptive refinement and load-balancing.
24 lines
760 B
C++
24 lines
760 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: dev
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object physicalProperties.air;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
viscosityModel constant;
|
|
|
|
nu 1.48e-05;
|
|
|
|
rho 1;
|
|
|
|
// ************************************************************************* //
|