mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Mantis 1325: Johnson Jackson BCs evaluating before dependent sub model data is created
This commit is contained in:
@ -102,18 +102,11 @@ JohnsonJacksonParticleSlipFvPatchVectorField
|
|||||||
<< abort(FatalError);
|
<< abort(FatalError);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dict.found("value"))
|
|
||||||
{
|
|
||||||
fvPatchVectorField::operator=
|
fvPatchVectorField::operator=
|
||||||
(
|
(
|
||||||
vectorField("value", dict, p.size())
|
vectorField("value", dict, p.size())
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
partialSlipFvPatchVectorField::evaluate();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Foam::JohnsonJacksonParticleSlipFvPatchVectorField::
|
Foam::JohnsonJacksonParticleSlipFvPatchVectorField::
|
||||||
|
|||||||
@ -129,18 +129,11 @@ JohnsonJacksonParticleThetaFvPatchScalarField
|
|||||||
<< abort(FatalError);
|
<< abort(FatalError);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dict.found("value"))
|
|
||||||
{
|
|
||||||
fvPatchScalarField::operator=
|
fvPatchScalarField::operator=
|
||||||
(
|
(
|
||||||
scalarField("value", dict, p.size())
|
scalarField("value", dict, p.size())
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
evaluate();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Foam::JohnsonJacksonParticleThetaFvPatchScalarField::
|
Foam::JohnsonJacksonParticleThetaFvPatchScalarField::
|
||||||
|
|||||||
Reference in New Issue
Block a user