ENh: Adding reactionSensitivityAnalysis FO and adding it to utorials/combustion/chemFoam/gri/ test case

This commit is contained in:
sergio
2016-06-02 10:31:31 -07:00
parent 2a07e34fb0
commit 6a49568b8d
8 changed files with 710 additions and 1 deletions

View File

@ -52,4 +52,14 @@ DebugSwitches
SolverPerformance 0;
}
functions
{
sensitivityAnalysis
{
functionObjectLibs ( "libutilityFunctionObjects.so" );
type psiReactionsSensitivityAnalysis;
outputControl outputTime;
enabled true;
}
}
// ************************************************************************* //