Skip to content
Snippets Groups Projects
Commit 531b721d authored by Henry's avatar Henry
Browse files

Corrected line length

parent 71a5db4d
Branches
Tags
No related merge requests found
......@@ -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
(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment