mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Added include file to enable derived code extensions
This commit is contained in:
@ -100,6 +100,12 @@ public:
|
||||
//- Calculate time scale
|
||||
virtual tmp<volScalarField> timeScale() = 0;
|
||||
|
||||
//- Return the CEDC coefficient
|
||||
scalar CEDC() const
|
||||
{
|
||||
return CEDC_;
|
||||
}
|
||||
|
||||
|
||||
// I-O
|
||||
|
||||
|
||||
@ -39,6 +39,7 @@ SourceFiles
|
||||
#define singleStepCombustion_H
|
||||
|
||||
#include "singleStepReactingMixture.H"
|
||||
#include "fvScalarMatrix.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user