removed purity of virtual method basicChemistryModel::edm()

This commit is contained in:
ignis 2018-01-23 10:48:25 +09:00
parent 2e799dbc77
commit df0957a855
2 changed files with 14 additions and 1 deletions

View file

@ -86,4 +86,17 @@ Foam::basicChemistryModel::~basicChemistryModel()
{}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
void Foam::basicChemistryModel::edm
(
const scalarField& mixing,
const scalar A,
const scalar B
)
{
NotImplemented;
}
// ************************************************************************* //

View file

@ -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