Files
OpenFOAM-12/tutorials/multiRegion/CHT/multiphaseCoolingCylinder2D/system/functions

33 lines
877 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;
object functions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#includeFunc patchAverage
(
name=cylinderToil,
region=fluid,
patch=fluid_to_solid,
field=T.oil
)
#includeFunc patchAverage
(
name=cylinderTwater,
region=fluid,
patch=fluid_to_solid,
field=T.water
)
// ************************************************************************* //