stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit c2afdcb17c37397bbc99dbb5d8f7a75297b91eba
parent 5f196b70b5719bca66b311e33ee3c9ffb8990ae3
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 23 Nov 2020 11:07:33 +0100

Replace temp with temperature in man

Diffstat:
Mdoc/stardis-input.5.txt | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/stardis-input.5.txt b/doc/stardis-input.5.txt @@ -105,10 +105,10 @@ _______ <scaling_factor> ::= REAL # scaling factor to apply to the geometry ; in ]0 INF) <solid-frontier> ::= "SOLID" <medium-name> <lambda> <rho> <cp> <delta> \ - <initial-temp> <imposed-temperature> <volumic-power> \ + <initial-temperature> <imposed-temperature> <volumic-power> \ <triangle-sides> -<fluid-frontier> ::= "FLUID" <medium-name> <rho> <cp> <initial-temp> \ +<fluid-frontier> ::= "FLUID" <medium-name> <rho> <cp> <initial-temperature> \ <imposed-temperature> <triangle-sides> <t-bound-for-solid> ::= "T_BOUNDARY_FOR_SOLID" <bound-name> <temperature> <triangles> @@ -141,7 +141,7 @@ _______ # respectively the solid volume and its boundary area) | REAL # delta*scaling_factor in m; in [0, INF) -<initial-temp> ::= REAL # in K; in [0, INF) +<initial-temperature> ::= REAL # in K; in [0, INF) <imposed-temperature> ::= "UNKNOWN" # temperature has to be solved | REAL # in K; in [0, INF)