Skip to content

Commit 43cd22e

Browse files
committed
Slip/Jump BC can now output forces and heatflux
1 parent a4ed739 commit 43cd22e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

SU2_CFD/include/solvers/CFVMFlowSolverBase.inl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,8 +2066,10 @@ void CFVMFlowSolverBase<V, FlowRegime>::Friction_Forces(const CGeometry* geometr
20662066
}
20672067
}
20682068

2069-
if ((Boundary == HEAT_FLUX) || (Boundary == ISOTHERMAL) || (Boundary == CHT_WALL_INTERFACE)) {
2070-
/*--- Forces initialization at each Marker ---*/
2069+
if ((Boundary == HEAT_FLUX) ||
2070+
(Boundary == ISOTHERMAL) ||
2071+
(Boundary == CHT_WALL_INTERFACE) ||
2072+
(Boundary == SMOLUCHOWSKI_MAXWELL)) { /*--- Forces initialization at each Marker ---*/
20712073

20722074
ViscCoeff.setZero(iMarker);
20732075

0 commit comments

Comments
 (0)