From ff002a77a2a7ad9bf4206d7047686ec53704273c Mon Sep 17 00:00:00 2001 From: "Christopher D. Ellis" <25395795+tallchellis@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:58:09 +0100 Subject: [PATCH] Testing doc strings in compressible --- src/Solvers/Solvers_1_SIMPLE_comp.jl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Solvers/Solvers_1_SIMPLE_comp.jl b/src/Solvers/Solvers_1_SIMPLE_comp.jl index c799980e..97f9decf 100644 --- a/src/Solvers/Solvers_1_SIMPLE_comp.jl +++ b/src/Solvers/Solvers_1_SIMPLE_comp.jl @@ -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;