mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected line length
This commit is contained in:
@ -82,10 +82,11 @@ void Foam::combustionModels::laminar<Type>::correct()
|
|||||||
if (ddtScheme == fv::localEulerDdtScheme<scalar>::typeName)
|
if (ddtScheme == fv::localEulerDdtScheme<scalar>::typeName)
|
||||||
{
|
{
|
||||||
const scalarField& rDeltaT =
|
const scalarField& rDeltaT =
|
||||||
this->mesh().objectRegistry::template lookupObject<volScalarField>
|
this->mesh().objectRegistry::
|
||||||
(
|
template lookupObject<volScalarField>
|
||||||
"rDeltaT"
|
(
|
||||||
);
|
"rDeltaT"
|
||||||
|
);
|
||||||
|
|
||||||
if (this->coeffs().found("maxIntegrationTime"))
|
if (this->coeffs().found("maxIntegrationTime"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user