Skip to content

Commit

Permalink
BugFix - AMS usage of TurbViscTKEAlg.C
Browse files Browse the repository at this point in the history
  • Loading branch information
jamelvin authored and marchdf committed Jan 30, 2023
1 parent 750de5f commit 29aca0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/LowMachEquationSystem.C
Original file line number Diff line number Diff line change
Expand Up @@ -1514,11 +1514,8 @@ MomentumEquationSystem::register_interior_algorithm(stk::mesh::Part* part)
break;

case TurbulenceModel::KE:
tviscAlg_.reset(new TurbViscKEAlg(realm_, part, tvisc_));
break;

case TurbulenceModel::KE_AMS:
tviscAlg_.reset(new TurbViscKEAlg(realm_, part, tvisc_, true));
tviscAlg_.reset(new TurbViscKEAlg(realm_, part, tvisc_));
break;

case TurbulenceModel::KO:
Expand Down

0 comments on commit 29aca0b

Please sign in to comment.