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:
@ -99,7 +99,10 @@ void Foam::multiphaseSystem::solveAlphas()
|
||||
*nHatf(phase1, phase2)
|
||||
);
|
||||
|
||||
word phirScheme("div(phir," + alpha2.name() + ',' + alpha1.name() + ')');
|
||||
word phirScheme
|
||||
(
|
||||
"div(phir," + alpha2.name() + ',' + alpha1.name() + ')'
|
||||
);
|
||||
|
||||
phiAlphaCorr += fvc::flux
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user