tutorials: Moved the functions entry from controlDict into a functions file
This commit is contained in:
19
tutorials/multiphaseEuler/bubbleColumn/system/functions
Normal file
19
tutorials/multiphaseEuler/bubbleColumn/system/functions
Normal file
@ -0,0 +1,19 @@
|
||||
/*--------------------------------*- 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 fieldAverage(U.air, U.water, alpha.air, p)
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user