stardis

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

commit 2eb5cc089cf4b703ab8339231a99a57b86a2fae2
parent 1b3c506b37fa3495e6b0b55dccd05696088c9325
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  1 Mar 2024 11:35:07 +0100

Add keywords to the set_description_name function

Add keywords used to describe an external spherical source. Until this
commit, they could be used as description names, but this seems to be
forbidden (?)

Diffstat:
Msrc/stardis-parsing.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/stardis-parsing.c b/src/stardis-parsing.c @@ -303,8 +303,8 @@ description_set_name "H_BOUNDARY_FOR_SOLID", "H_BOUNDARY_FOR_SOLID_PROG", "PROGRAM", "PROG_PARAMS", "SCALE", "SOLID", "SOLID_PROG", "SOLID_FLUID_CONNECTION", "SOLID_FLUID_CONNECTION_PROG", "SOLID_SOLID_CONNECTION", - "SOLID_SOLID_CONNECTION_PROG", "TRAD", "T_BOUNDARY_FOR_SOLID", - "T_BOUNDARY_FOR_SOLID_PROG", "UNKNOWN" }; + "SOLID_SOLID_CONNECTION_PROG", "SPHERICAL_SOURCE", "SPHERICAL_SOURCE_PROG", + "TRAD", "T_BOUNDARY_FOR_SOLID", "T_BOUNDARY_FOR_SOLID_PROG", "UNKNOWN" }; const char* reason = NULL; size_t i; ASSERT(name && arg);