mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENh: Adding reactionSensitivityAnalysis FO and adding it to utorials/combustion/chemFoam/gri/ test case
This commit is contained in:
@ -52,4 +52,14 @@ DebugSwitches
|
||||
SolverPerformance 0;
|
||||
}
|
||||
|
||||
functions
|
||||
{
|
||||
sensitivityAnalysis
|
||||
{
|
||||
functionObjectLibs ( "libutilityFunctionObjects.so" );
|
||||
type psiReactionsSensitivityAnalysis;
|
||||
outputControl outputTime;
|
||||
enabled true;
|
||||
}
|
||||
}
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user