From 168cf35d42eabd049343f19c325aa3b1ddd5322b Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Tue, 1 Dec 2020 10:03:33 +0100 Subject: [PATCH] thermal --- Vimmp/cata_CSAndCPS_v5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vimmp/cata_CSAndCPS_v5.py b/Vimmp/cata_CSAndCPS_v5.py index bafd4807..8328edfa 100644 --- a/Vimmp/cata_CSAndCPS_v5.py +++ b/Vimmp/cata_CSAndCPS_v5.py @@ -480,7 +480,7 @@ def bloc_FluideMacro(): ), # fin bloc_NonThermal bloc_NonNonThermalEffects = BLOC(condition = 'not(ThermalEffects == "Non thermal")', OriginOfThermalFluxModel = SIMP( statut='o', into =['Given', 'Interaction'], typ ='TXM'), - BlocGiven =creeBlocPourLesFichiers (' NatureOfThermalFluxModel == "Given"', None, ('Med', 'cgns' ), FieldName=1), + BlocGiven =creeBlocPourLesFichiers (' OriginOfThermalFluxModel == "Given"', None, ('Med', 'cgns' ), FieldName=1), ), ), -- 2.39.2