mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: 80 char limit
This commit is contained in:
@ -184,7 +184,10 @@
|
|||||||
i,
|
i,
|
||||||
new dimensionedScalar
|
new dimensionedScalar
|
||||||
(
|
(
|
||||||
fluidRegions[i].solutionDict().subDict("SIMPLE").lookup("rhoMax")
|
fluidRegions[i].solutionDict().subDict("SIMPLE").lookup
|
||||||
|
(
|
||||||
|
"rhoMax"
|
||||||
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -193,7 +196,10 @@
|
|||||||
i,
|
i,
|
||||||
new dimensionedScalar
|
new dimensionedScalar
|
||||||
(
|
(
|
||||||
fluidRegions[i].solutionDict().subDict("SIMPLE").lookup("rhoMin")
|
fluidRegions[i].solutionDict().subDict("SIMPLE").lookup
|
||||||
|
(
|
||||||
|
"rhoMin"
|
||||||
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user