Files
OpenFOAM-12/tutorials/incompressibleVoF/trayedPipe/constant/hRef
2024-07-06 16:02:47 +01:00

24 lines
810 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class uniformDimensionedScalarField;
location "constant";
object hRef;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "$FOAM_CASE/system/blockMeshDict"
dimensions [0 1 0 0 0 0 0];
value #calc "$<scalar>{height}/2";
// ************************************************************************* //