tutorials: Moved the functions entry from controlDict into a functions file

This commit is contained in:
Henry Weller
2024-01-20 23:43:10 +00:00
parent e99466059f
commit a1eb8898d6
279 changed files with 5193 additions and 3146 deletions

View File

@ -44,9 +44,5 @@ timePrecision 6;
runTimeModifiable true;
functions
{
#includeFunc components(U)
}
// ************************************************************************* //

View 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 components(U)
// ************************************************************************* //