tutorials: Updated for new preconfigurations

This commit is contained in:
Will Bainbridge
2021-07-09 12:41:06 +01:00
parent 5d0d9a4fa3
commit 98b90398f1
68 changed files with 257 additions and 947 deletions

View File

@ -50,7 +50,7 @@ maxCo 5;
functions
{
#includeFunc scalarTransport
#includeFunc scalarTransport(tracer)
}
// ************************************************************************* //

View File

@ -1,21 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Solves a transport equation for a scalar field.
The name of the scalar field is specified in this file. A sample scalar
field file, that must be initialised for the case, typically in the 0
directory, is available in $FOAM_ETC/caseDicts/solvers/scalarTransport.
\*---------------------------------------------------------------------------*/
#includeEtc "caseDicts/postProcessing/solvers/scalarTransport/scalarTransport.cfg"
field tracer;
// ************************************************************************* //