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:
@ -123,7 +123,10 @@ void standardPhaseChange::correctModel
|
|||||||
const scalarField hInf(film.htcs().h());
|
const scalarField hInf(film.htcs().h());
|
||||||
const scalarField hFilm(film.htcw().h());
|
const scalarField hFilm(film.htcw().h());
|
||||||
const vectorField dU(film.UPrimary() - film.Us());
|
const vectorField dU(film.UPrimary() - film.Us());
|
||||||
const scalarField limMass(max(scalar(0.0), availableMass - deltaMin_*rho*magSf));
|
const scalarField limMass
|
||||||
|
(
|
||||||
|
max(scalar(0.0), availableMass - deltaMin_*rho*magSf)
|
||||||
|
);
|
||||||
|
|
||||||
forAll(dMass, cellI)
|
forAll(dMass, cellI)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user