Skip to content
Snippets Groups Projects
Commit 2f1e96f0 authored by andy's avatar andy
Browse files

ENH: Surface films - using alternatove form for momentum sink contribution

parent af392757
Branches
Tags
No related merge requests found
...@@ -308,7 +308,8 @@ tmp<Foam::fvVectorMatrix> kinematicSingleLayer::solveMomentum ...@@ -308,7 +308,8 @@ tmp<Foam::fvVectorMatrix> kinematicSingleLayer::solveMomentum
+ fvm::div(phi_, U_) + fvm::div(phi_, U_)
== ==
- USp_ - USp_
- fvm::SuSp(rhoSp_, U_) // - fvm::SuSp(rhoSp_, U_)
- rhoSp_*U_
+ forces_.correct(U_) + forces_.correct(U_)
); );
......
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