chrisknewman / tusas

Other
16 stars 6 forks source link

fix scaling in heat::prec_heat_test_ and goldak::dfldt_coupled #138

Closed stvdwtt closed 2 years ago

stvdwtt commented 2 years ago

Fixes two scaling issues: 1) The preconditioner for the heat equation was missing some constants in the scaling factor that are present in the RHS 2) The scaling of dfldt_coupled doesn't account for the factor of rho C_p DeltaT_0 / tau_0 that was applied to the entire RHS

stvdwtt commented 2 years ago

Superseded by #139