Skip to content
Snippets Groups Projects
Commit 243b3053 authored by william's avatar william Committed by Andrew Heather
Browse files

BUG: Mantis 1325: laplacian name in kinetic theory model incorrectly formatted

parent eb0d91bc
Branches
Tags
No related merge requests found
......@@ -466,7 +466,7 @@ void Foam::RASModels::kineticTheoryModel::correct()
+ fvm::div(alphaRhoPhi, Theta_)
- fvc::Sp(fvc::ddt(alpha, rho) + fvc::div(alphaRhoPhi), Theta_)
)
- fvm::laplacian(kappa_, Theta_, "laplacian(kappa, Theta)")
- fvm::laplacian(kappa_, Theta_, "laplacian(kappa,Theta)")
==
fvm::SuSp(-((PsCoeff*I) && gradU), Theta_)
+ (tau && gradU)
......
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