OpenFOAM-4.x/tutorials/compressible/rhoPimpleDyMFoam/annularThermalMixer/constant/caseSettings
2016-06-28 11:59:45 +01:00

41 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "";
object caseSummary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
innerInlet
{
U (0 0 0.2);
epsilon 5.70e-5;
k 2.40e-5;
T 233;
}
outerInlet
{
U (0 0 0.1);
epsilon 3.98e-5;
k 6.00e-6;
T 293;
}
meshMotionProperties
{
omega 25; // rad/s
}
#include "${FOAM_CASE}/constant/boundaryConditions"
// ************************************************************************* //