Some functions have been removed from this tutorial in order to simplify the setup and permit its usage as a minimal example. The functions have been moved to similar incompressibleFluid tutorials in order to ensure that the test loop continues to confirm that the functions execute successfully.
20 lines
720 B
C++
20 lines
720 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;
|
|
location "system";
|
|
object functions;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
#includeFunc strainRate(writeControl=writeTime)
|
|
|
|
// ************************************************************************* //
|