removed purity of virtual method basicChemistryModel::edm()
This commit is contained in:
parent
2e799dbc77
commit
df0957a855
2 changed files with 14 additions and 1 deletions
|
|
@ -86,4 +86,17 @@ Foam::basicChemistryModel::~basicChemistryModel()
|
|||
{}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||
|
||||
void Foam::basicChemistryModel::edm
|
||||
(
|
||||
const scalarField& mixing,
|
||||
const scalar A,
|
||||
const scalar B
|
||||
)
|
||||
{
|
||||
NotImplemented;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ public:
|
|||
const scalarField& mixing,
|
||||
const scalar A,
|
||||
const scalar B
|
||||
) = 0;
|
||||
);
|
||||
|
||||
//- Solve the reaction system for the given time step
|
||||
// and return the characteristic time
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue