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:
@ -319,7 +319,10 @@ void FSD<CombThermoType, ThermoType>::calculateSourceNorm()
|
||||
products += Yp;
|
||||
}
|
||||
|
||||
volScalarField c(max(scalar(1) - products/max(pc, scalar(1e-5)), scalar(0)));
|
||||
volScalarField c
|
||||
(
|
||||
max(scalar(1) - products/max(pc, scalar(1e-5)), scalar(0))
|
||||
);
|
||||
|
||||
pc = min(C_*c, scalar(1));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user