Skip to content
Snippets Groups Projects
Commit 9edc017a authored by Andrew Heather's avatar Andrew Heather Committed by Mark OLESEN
Browse files

COMP: Added include file to enable derived code extensions

parent a9f92d4c
No related merge requests found
...@@ -100,6 +100,12 @@ public: ...@@ -100,6 +100,12 @@ public:
//- Calculate time scale //- Calculate time scale
virtual tmp<volScalarField> timeScale() = 0; virtual tmp<volScalarField> timeScale() = 0;
//- Return the CEDC coefficient
scalar CEDC() const
{
return CEDC_;
}
// I-O // I-O
......
...@@ -39,6 +39,7 @@ SourceFiles ...@@ -39,6 +39,7 @@ SourceFiles
#define singleStepCombustion_H #define singleStepCombustion_H
#include "singleStepReactingMixture.H" #include "singleStepReactingMixture.H"
#include "fvScalarMatrix.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment