openfoam/tutorials/compressible/rhoSimpleFoam/squareBendLiq/system/abort
2019-08-30 16:45:45 +02:00

18 lines
411 B
C++

// OpenFOAM dictionary -*- C++ -*-
abort
{
type abort;
libs (utilityFunctionObjects);
file "<case>/ABORT"; // Instead of default name
// action writeNow; // If we want to see immediate results
// Or use default (nextWrite) and force with
// "action=writeNow" in the trigger file
}
// ************************************************************************* //