Skip to content

Commit

Permalink
Testing doc strings in compressible
Browse files Browse the repository at this point in the history
  • Loading branch information
tallchellis committed Aug 29, 2024
1 parent d8161e8 commit ff002a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Solvers/Solvers_1_SIMPLE_comp.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
export simple_comp!

"""
simple_comp!(model_in, config; resume=true, pref=nothing)
Compressible variant of the SIMPLE algorithm with a sensible enthalpy transport equation for
the energy.
"""
simple_comp!(model_in, config; resume=true, pref=nothing) = begin
R_ux, R_uy, R_uz, R_p, R_e, model = setup_compressible_solvers(
CSIMPLE, model_in, config;
Expand Down

0 comments on commit ff002a7

Please sign in to comment.