etc/caseDicts/functions/functions: Template functions file for foamGet

Executing the command

    foamGet functions

in a case copies the etc/caseDicts/functions/functions template file into the
system directory.
This commit is contained in:
Henry Weller
2024-01-23 10:15:42 +00:00
parent 8eb0cc00b1
commit 60acc3a845
2 changed files with 21 additions and 1 deletions

View 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// include packaged functionObjects using #includeFunc
// #includeFunc
// ************************************************************************* //

View File

@ -17,4 +17,4 @@ FoamFile
// include packaged fvConstraints using #includeConstraint
// #includeConstraint
// ************************************************************************* //
// ************************************************************************* //