etc/caseDicts/postProcessing/control/stopAtTimeStep: Configuration file for functionObjects::stopAtTimeStep
Example:
functions
{
#includeFunc stopAtTimeStep(minDeltaT=1e-8)
.
.
.
}
This commit is contained in:
20
etc/caseDicts/postProcessing/control/stopAtTimeStep
Normal file
20
etc/caseDicts/postProcessing/control/stopAtTimeStep
Normal file
@ -0,0 +1,20 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Version: dev
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Description
|
||||
Stops the run if the time-step drops below the specified value in seconds
|
||||
and optionally write results before stopping.
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
type stopAtTimeStep;
|
||||
libs ("libutilityFunctionObjects.so");
|
||||
|
||||
minDeltaT <minDeltaT>;
|
||||
action writeNow;
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user