mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Added return NULL to silence compiler.
This commit is contained in:
@ -181,6 +181,7 @@ tmp<volScalarField> ZehnerSchluenderThermCond::thermCond() const
|
|||||||
tmp<volScalarField> ZehnerSchluenderThermCond::thermDiff() const
|
tmp<volScalarField> ZehnerSchluenderThermCond::thermDiff() const
|
||||||
{
|
{
|
||||||
FatalError << "ZehnerSchluenderThermCond does not provide thermal diffusivity." << abort(FatalError);
|
FatalError << "ZehnerSchluenderThermCond does not provide thermal diffusivity." << abort(FatalError);
|
||||||
|
return tmp<volScalarField>(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ZehnerSchluenderThermCond::calcPartKsField() const
|
void ZehnerSchluenderThermCond::calcPartKsField() const
|
||||||
|
|||||||
Reference in New Issue
Block a user