Files
openfoam/etc/templates/boundaryConditions/fluid/inlet

41 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "templates";
object inlet;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
subSonic
{
k
{
type fixedValue;
value ${:VALUE.k};
}
epsilon
{
type fixedValue;
value ${:VALUE.epsilon};
}
omega
{
type fixedValue;
value ${:VALUE.omega};
}
OPTIONS (flowSpecification);
}
// ************************************************************************* //