stardis

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

commit 4c642de68673bb35c1cc92d5b8e92573e982f3ed
parent 774616f38d30aeec08a3c5f73aad8f897509a569
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  5 Jul 2024 18:23:57 +0200

Delete a zealous warning message

When calculating a list of boundary probes, we move the probes to their
boundary and check that we can define the environment in which they were
originally located. This was not possible if the position was already on
a boundary, in which case a warning was printed. But in fact, it seems
unnecessary to print this warning in such a situation, since the side of
the interface on which the probe is located is defined elsewhere, namely
from the user parameters used to describe the probe.

Diffstat:
Msrc/stardis-compute-probe-boundary.c | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/stardis-compute-probe-boundary.c b/src/stardis-compute-probe-boundary.c @@ -360,13 +360,6 @@ move_to_boundary desc_list = darray_descriptions_cdata_get(&stardis->descriptions); - /* Undefined medium */ - if(filter_ctx.side == SG3D_INTFACE - || desc_ids[filter_ctx.side] == SG3D_UNSPECIFIED_PROPERTY) { - logger_print(stardis->logger, LOG_WARNING, - "Could not determine the medium probe is in.\n"); - } - if(filter_ctx.side != SG3D_INTFACE) { /* Probe is outside the system */