Skip to content
Snippets Groups Projects
Commit 471e39bd authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

GIT: missing tutorial file

parent ef0fcfdd
Branches
Tags
No related merge requests found
// -*- 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;
}
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment