mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: vortexShed case - added turbulenceFields example
This commit is contained in:
@ -46,6 +46,15 @@ runTimeModifiable true;
|
|||||||
|
|
||||||
functions
|
functions
|
||||||
{
|
{
|
||||||
|
turbulenceFields1
|
||||||
|
{
|
||||||
|
type turbulenceFields;
|
||||||
|
libs (fieldFunctionObjects);
|
||||||
|
writeControl writeTime;
|
||||||
|
|
||||||
|
fields (fd LESRegion);
|
||||||
|
}
|
||||||
|
|
||||||
minMax1
|
minMax1
|
||||||
{
|
{
|
||||||
libs (fieldFunctionObjects);
|
libs (fieldFunctionObjects);
|
||||||
|
|||||||
Reference in New Issue
Block a user