mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: move residualControl and abortCalculation into common jobControl lib
This commit is contained in:
@ -6,7 +6,7 @@ wmake libso field
|
||||
wmake libso forces
|
||||
wmake libso IO
|
||||
wmake libso utilities
|
||||
wmake libso residualControl
|
||||
wmake libso jobControl
|
||||
wmake libso systemCall
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
||||
7
src/postProcessing/functionObjects/jobControl/Make/files
Normal file
7
src/postProcessing/functionObjects/jobControl/Make/files
Normal file
@ -0,0 +1,7 @@
|
||||
abortCalculation/abortCalculation.C
|
||||
abortCalculation/abortCalculationFunctionObject.C
|
||||
|
||||
residualControl/residualControl.C
|
||||
residualControl/residualControlFunctionObject.C
|
||||
|
||||
LIB = $(FOAM_LIBBIN)/libjobControl
|
||||
@ -50,7 +50,7 @@ functions
|
||||
convergenceChecks
|
||||
{
|
||||
type residualControl;
|
||||
functionObjectLibs ( "libresidualControl.so" );
|
||||
functionObjectLibs ( "libjobControl.so" );
|
||||
outputControl timeStep;
|
||||
outputInterval 1;
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
residualControl.C
|
||||
residualControlFunctionObject.C
|
||||
|
||||
LIB = $(FOAM_LIBBIN)/libresidualControl
|
||||
@ -1,6 +1,3 @@
|
||||
abortCalculation/abortCalculation.C
|
||||
abortCalculation/abortCalculationFunctionObject.C
|
||||
|
||||
staticPressure/staticPressure.C
|
||||
staticPressure/staticPressureFunctionObject.C
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ functions
|
||||
convergenceChecks
|
||||
{
|
||||
type residualControl;
|
||||
functionObjectLibs ( "libresidualControl.so" );
|
||||
functionObjectLibs ( "libjobControl.so" );
|
||||
outputControl timeStep;
|
||||
outputInterval 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user