GIT: missing tutorial file

This commit is contained in:
Mark Olesen
2019-02-15 16:17:47 +01:00
committed by Andrew Heather
parent ef0fcfdd07
commit 471e39bdbe

View File

@ -0,0 +1,21 @@
// -*- C++ -*-
// ************************************************************************* //
// Create additional volume fields (for sampling)
derivedFields
{
type derivedFields;
libs ("libfieldFunctionObjects.so");
log true;
writeControl none;
executeControl timeStep;
executeInterval 1;
derived (rhoU pTotal);
rhoRef 1.25;
}
// ************************************************************************* //