|
[Sponsors] |
functionObjects with different executeTime and writeTime |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 26, 2020, 07:08 |
functionObjects with different executeTime and writeTime
|
#1 |
New Member
Marko Josic
Join Date: Dec 2010
Posts: 20
Rep Power: 16 |
Hello Community,
I am using an OpenFOAM 4.x version and I can't figure out, how to write the correct settings for a specific functionObject. I am using the SRFSimpleFoam Solver, and yPlus should be written every 50th timeStep in postProcessing folder and also every 500th timeStep the yPlus field should be written. OpenFOAM: User Guide: Function objects Code:
functions { #includeFunc residuals yPlus { type yPlus; libs ("libfieldFunctionObjects.so"); log no; executeControl timeStep; executeInterval 1; writeControl timeStep; writeInterval 5; } } |
|
Tags |
executecontrol, executeintervall, functionobject, writecontrol, writeintervall |
|
|