mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: missing tutorial file
This commit is contained in:
committed by
Andrew Heather
parent
ef0fcfdd07
commit
471e39bdbe
@ -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;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user