mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: semi implicit source - use SuSp instead of Sp
This commit is contained in:
@ -189,7 +189,7 @@ void Foam::fv::SemiImplicitSource<Type>::addSup
|
||||
|
||||
UIndirectList<scalar>(Sp, cells_) = injectionRate_[fieldI].second()/VDash_;
|
||||
|
||||
eqn += Su + fvm::Sp(Sp, psi);
|
||||
eqn += Su + fvm::SuSp(Sp, psi);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user