tutorials: Moved the functions entry from controlDict into a functions file
This commit is contained in:
@ -52,11 +52,6 @@ maxCo 0.25;
|
||||
|
||||
maxDeltaT 1e-2;
|
||||
|
||||
functions
|
||||
{
|
||||
#includeFunc cellMin(T.steam,T.water,p)
|
||||
#includeFunc cellMax(T.steam,T.water,p)
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
20
tutorials/multiphaseEuler/steamInjection/system/functions
Normal file
20
tutorials/multiphaseEuler/steamInjection/system/functions
Normal file
@ -0,0 +1,20 @@
|
||||
/*--------------------------------*- 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 "system";
|
||||
object functions;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#includeFunc cellMin(T.steam,T.water,p)
|
||||
#includeFunc cellMax(T.steam,T.water,p)
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user