mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected source usage in XiFoam
This commit is contained in:
@ -25,7 +25,7 @@ if (ign.ignited())
|
||||
//+ fvm::Sp(fvc::div(muEff*fvc::grad(b)/(b + 0.001)), heau)
|
||||
|
||||
==
|
||||
sources(heau)
|
||||
sources(rho, heau)
|
||||
);
|
||||
|
||||
sources.constrain(heauEqn);
|
||||
|
||||
Reference in New Issue
Block a user