Commit d20a7ef3 authored by ProjectRHEA's avatar ProjectRHEA
Browse files

HES flux tuned

parent d94753b7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4761,7 +4761,7 @@ double HesFluxApproximateRiemannSolver::calculateIntercellFlux( const double &rh

    /// SOBOLEV-LIKE SENSOR: normalization
    double s = 80.0;
    double phi_epsilon = 0.2;
    double phi_epsilon = 0.5;
    Phi_sensor = 0.5*( 1.0 + tanh( s*( Phi_sensor - phi_epsilon ) ) );
    Phi_sensor = max( 0.0, min( 1.0, Phi_sensor ) );
    alpha_S *= Phi_sensor;