From c39e45712a27ccc366e33868aa8d5740256dffb3 Mon Sep 17 00:00:00 2001 From: djvicente Date: Mon, 24 Feb 2020 11:53:50 +0100 Subject: [PATCH 01/24] Add 'interval' parameter Add new parameter introduced automatically through GiDInterface --- .../custom_processes/apply_component_table_process.hpp | 6 +++++- .../custom_processes/dam_added_mass_condition_process.hpp | 6 +++++- .../custom_processes/dam_azenha_heat_source_process.hpp | 6 +++++- .../dam_bofang_condition_temperature_process.hpp | 6 +++++- .../dam_chemo_mechanical_aging_young_process.hpp | 6 +++++- .../dam_fix_temperature_condition_process.hpp | 6 +++++- .../dam_grouting_reference_temperature_process.hpp | 6 +++++- .../custom_processes/dam_hydro_condition_load_process.hpp | 6 +++++- .../dam_nodal_reference_temperature_process.hpp | 6 +++++- .../custom_processes/dam_nodal_young_modulus_process.hpp | 6 +++++- .../custom_processes/dam_noorzai_heat_source_process.hpp | 6 +++++- .../dam_reservoir_constant_temperature_process.hpp | 6 +++++- .../dam_reservoir_monitoring_temperature_process.hpp | 6 +++++- .../custom_processes/dam_t_sol_air_heat_flux_process.hpp | 6 +++++- .../custom_processes/dam_temperature_by_device_process.hpp | 6 +++++- .../dam_uplift_circular_condition_load_process.hpp | 6 +++++- .../custom_processes/dam_uplift_condition_load_process.hpp | 6 +++++- .../dam_westergaard_condition_load_process.hpp | 6 +++++- 18 files changed, 90 insertions(+), 18 deletions(-) diff --git a/applications/DamApplication/custom_processes/apply_component_table_process.hpp b/applications/DamApplication/custom_processes/apply_component_table_process.hpp index 00816483c7bd..79cbcbc2602d 100644 --- a/applications/DamApplication/custom_processes/apply_component_table_process.hpp +++ b/applications/DamApplication/custom_processes/apply_component_table_process.hpp @@ -44,7 +44,11 @@ class ApplyComponentTableProcessDam : public Process "variable_name": "PLEASE_PRESCRIBE_VARIABLE_NAME", "is_fixed": false, "value" : 1.0, - "table" : 1 + "table" : 1, + "interval":[ + 0.0, + 0.0 + ] } )" ); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_added_mass_condition_process.hpp b/applications/DamApplication/custom_processes/dam_added_mass_condition_process.hpp index 670243efd2d5..8d14ffba469d 100644 --- a/applications/DamApplication/custom_processes/dam_added_mass_condition_process.hpp +++ b/applications/DamApplication/custom_processes/dam_added_mass_condition_process.hpp @@ -52,7 +52,11 @@ class DamAddedMassConditionProcess : public Process "Gravity_Direction" : "Y", "Reservoir_Bottom_Coordinate_in_Gravity_Direction" : 0.0, "Spe_weight" : 0.0, - "Water_level" : 0.0 + "Water_level" : 0.0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_azenha_heat_source_process.hpp b/applications/DamApplication/custom_processes/dam_azenha_heat_source_process.hpp index c42bf8d10c57..af43d2181cae 100644 --- a/applications/DamApplication/custom_processes/dam_azenha_heat_source_process.hpp +++ b/applications/DamApplication/custom_processes/dam_azenha_heat_source_process.hpp @@ -56,7 +56,11 @@ class DamAzenhaHeatFluxProcess : public Process "A" : 0.0, "B" : 0.0, "C" : 0.0, - "D" : 0.0 + "D" : 0.0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_bofang_condition_temperature_process.hpp b/applications/DamApplication/custom_processes/dam_bofang_condition_temperature_process.hpp index b9ec1384c879..ffcffbda6ec8 100644 --- a/applications/DamApplication/custom_processes/dam_bofang_condition_temperature_process.hpp +++ b/applications/DamApplication/custom_processes/dam_bofang_condition_temperature_process.hpp @@ -59,7 +59,11 @@ class DamBofangConditionTemperatureProcess : public Process "Water_level" : 0.0, "Water_level_Table" : 0, "Month" : 1.0, - "Month_Table" : 0 + "Month_Table" : 0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_chemo_mechanical_aging_young_process.hpp b/applications/DamApplication/custom_processes/dam_chemo_mechanical_aging_young_process.hpp index f2b13fa98b78..e2e6ddb9c776 100644 --- a/applications/DamApplication/custom_processes/dam_chemo_mechanical_aging_young_process.hpp +++ b/applications/DamApplication/custom_processes/dam_chemo_mechanical_aging_young_process.hpp @@ -51,7 +51,11 @@ class DamChemoMechanicalAgingYoungProcess : public Process "max_chemical_porosity" : 0.32, "chemical_characteristic_aging_time" : 100.0, "max_mechanical_damage" : 0.32, - "damage_characteristic_aging_time" : 100.0 + "damage_characteristic_aging_time" : 100.0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_fix_temperature_condition_process.hpp b/applications/DamApplication/custom_processes/dam_fix_temperature_condition_process.hpp index d1ce1ab59fa3..d4add4cf7a32 100644 --- a/applications/DamApplication/custom_processes/dam_fix_temperature_condition_process.hpp +++ b/applications/DamApplication/custom_processes/dam_fix_temperature_condition_process.hpp @@ -50,7 +50,11 @@ class DamFixTemperatureConditionProcess : public Process "variable_name" : "PLEASE_PRESCRIBE_VARIABLE_NAME", "is_fixed" : false, "value" : 0.0, - "table" : 0 + "table" : 0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_grouting_reference_temperature_process.hpp b/applications/DamApplication/custom_processes/dam_grouting_reference_temperature_process.hpp index cea0ee4176a8..c5ed986bf903 100644 --- a/applications/DamApplication/custom_processes/dam_grouting_reference_temperature_process.hpp +++ b/applications/DamApplication/custom_processes/dam_grouting_reference_temperature_process.hpp @@ -48,7 +48,11 @@ class DamGroutingReferenceTemperatureProcess : public Process "model_part_name":"PLEASE_CHOOSE_MODEL_PART_NAME", "variable_name" : "PLEASE_PRESCRIBE_VARIABLE_NAME", "initial_value" : 0.0, - "time_grouting" : 0.0 + "time_grouting" : 0.0, + "interval":[ + 0.0, + 0.0 + ] } )" ); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_hydro_condition_load_process.hpp b/applications/DamApplication/custom_processes/dam_hydro_condition_load_process.hpp index 5186b09aa8ce..74816caa7c3b 100644 --- a/applications/DamApplication/custom_processes/dam_hydro_condition_load_process.hpp +++ b/applications/DamApplication/custom_processes/dam_hydro_condition_load_process.hpp @@ -53,7 +53,11 @@ class DamHydroConditionLoadProcess : public Process "Reservoir_Bottom_Coordinate_in_Gravity_Direction" : 0.0, "Spe_weight" : 0.0, "Water_level" : 0.0, - "Water_Table" : 0 + "Water_Table" : 0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_nodal_reference_temperature_process.hpp b/applications/DamApplication/custom_processes/dam_nodal_reference_temperature_process.hpp index aca47f72231b..0a22674322aa 100644 --- a/applications/DamApplication/custom_processes/dam_nodal_reference_temperature_process.hpp +++ b/applications/DamApplication/custom_processes/dam_nodal_reference_temperature_process.hpp @@ -50,7 +50,11 @@ class DamNodalReferenceTemperatureProcess : public Process "model_part_name":"PLEASE_CHOOSE_MODEL_PART_NAME", "variable_name" : "PLEASE_PRESCRIBE_VARIABLE_NAME", "initial_value" : 0.0, - "input_file_name" : "" + "input_file_name" : "", + "interval":[ + 0.0, + 0.0 + ] } )" ); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_nodal_young_modulus_process.hpp b/applications/DamApplication/custom_processes/dam_nodal_young_modulus_process.hpp index 1ce539878ec8..ff8b0baa52bd 100644 --- a/applications/DamApplication/custom_processes/dam_nodal_young_modulus_process.hpp +++ b/applications/DamApplication/custom_processes/dam_nodal_young_modulus_process.hpp @@ -50,7 +50,11 @@ class DamNodalYoungModulusProcess : public Process "Young_Modulus_1" : 10.0, "Young_Modulus_2" : 60.0, "Young_Modulus_3" : 50.0, - "Young_Modulus_4" : 70.0 + "Young_Modulus_4" : 70.0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_noorzai_heat_source_process.hpp b/applications/DamApplication/custom_processes/dam_noorzai_heat_source_process.hpp index 5d1bc52da8e5..a4a0392e606e 100644 --- a/applications/DamApplication/custom_processes/dam_noorzai_heat_source_process.hpp +++ b/applications/DamApplication/custom_processes/dam_noorzai_heat_source_process.hpp @@ -49,7 +49,11 @@ class DamNoorzaiHeatFluxProcess : public Process "density" : 0.0, "specific_heat" : 0.0, "t_max" : 0.0, - "alpha" : 0.0 + "alpha" : 0.0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_reservoir_constant_temperature_process.hpp b/applications/DamApplication/custom_processes/dam_reservoir_constant_temperature_process.hpp index 335115ab6960..245cbaa3b3c3 100644 --- a/applications/DamApplication/custom_processes/dam_reservoir_constant_temperature_process.hpp +++ b/applications/DamApplication/custom_processes/dam_reservoir_constant_temperature_process.hpp @@ -54,7 +54,11 @@ class DamReservoirConstantTemperatureProcess : public Process "Water_temp" : 0.0, "Water_temp_Table" : 0, "Water_level" : 0.0, - "Water_level_Table" : 0 + "Water_level_Table" : 0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_reservoir_monitoring_temperature_process.hpp b/applications/DamApplication/custom_processes/dam_reservoir_monitoring_temperature_process.hpp index 065809bd6da6..5152dabe4923 100644 --- a/applications/DamApplication/custom_processes/dam_reservoir_monitoring_temperature_process.hpp +++ b/applications/DamApplication/custom_processes/dam_reservoir_monitoring_temperature_process.hpp @@ -64,7 +64,11 @@ class DamReservoirMonitoringTemperatureProcess : public Process "Water_temp_Table_2" : 0, "Z_Coord_3" : 0.0, "Water_temp_3" : 0.0, - "Water_temp_Table_3" : 0 + "Water_temp_Table_3" : 0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_t_sol_air_heat_flux_process.hpp b/applications/DamApplication/custom_processes/dam_t_sol_air_heat_flux_process.hpp index 27ad629c8e21..cf631226744c 100644 --- a/applications/DamApplication/custom_processes/dam_t_sol_air_heat_flux_process.hpp +++ b/applications/DamApplication/custom_processes/dam_t_sol_air_heat_flux_process.hpp @@ -54,7 +54,11 @@ class DamTSolAirHeatFluxProcess : public Process "emisivity" : 0.0, "delta_R" : 0.0, "absorption_index" : 0.0, - "total_insolation" : 0.0 + "total_insolation" : 0.0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_temperature_by_device_process.hpp b/applications/DamApplication/custom_processes/dam_temperature_by_device_process.hpp index 70cf3d79027c..886c8fec4461 100644 --- a/applications/DamApplication/custom_processes/dam_temperature_by_device_process.hpp +++ b/applications/DamApplication/custom_processes/dam_temperature_by_device_process.hpp @@ -51,7 +51,11 @@ class DamTemperaturebyDeviceProcess : public Process "is_fixed" : false, "value" : 0.0, "table" : 0, - "position" : [0.0,0.0,0.0] + "position" : [0.0,0.0,0.0], + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_uplift_circular_condition_load_process.hpp b/applications/DamApplication/custom_processes/dam_uplift_circular_condition_load_process.hpp index a7fc122ed3b5..6e94e4a3cb6a 100644 --- a/applications/DamApplication/custom_processes/dam_uplift_circular_condition_load_process.hpp +++ b/applications/DamApplication/custom_processes/dam_uplift_circular_condition_load_process.hpp @@ -60,7 +60,11 @@ class DamUpliftCircularConditionLoadProcess : public Process "Height_drain" : 0.0, "Distance" : 0.0, "Effectiveness" : 0.0, - "table" : 0 + "table" : 0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_uplift_condition_load_process.hpp b/applications/DamApplication/custom_processes/dam_uplift_condition_load_process.hpp index 22918fd376ed..7003f08c4e2e 100644 --- a/applications/DamApplication/custom_processes/dam_uplift_condition_load_process.hpp +++ b/applications/DamApplication/custom_processes/dam_uplift_condition_load_process.hpp @@ -60,7 +60,11 @@ class DamUpliftConditionLoadProcess : public Process "Drains" : false, "Height_drain" : 0.0, "Distance" : 0.0, - "Effectiveness" : 0.0 + "Effectiveness" : 0.0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_westergaard_condition_load_process.hpp b/applications/DamApplication/custom_processes/dam_westergaard_condition_load_process.hpp index c21fe003128f..6df37564c25a 100644 --- a/applications/DamApplication/custom_processes/dam_westergaard_condition_load_process.hpp +++ b/applications/DamApplication/custom_processes/dam_westergaard_condition_load_process.hpp @@ -54,7 +54,11 @@ class DamWestergaardConditionLoadProcess : public Process "Water_level" : 0.0, "Water_Table" : 0, "Aceleration" : 0.0, - "Aceleration_Table" : 0 + "Aceleration_Table" : 0, + "interval":[ + 0.0, + 0.0 + ] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them From 5dcd03ce57f33f519887737929b918675eac830c Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Tue, 3 Mar 2020 15:21:08 +0100 Subject: [PATCH 02/24] Remove check .HasTable from solid and fluid base class --- .../fluid_laws/fluid_constitutive_law.cpp | 34 ++++++++----------- .../solid_laws/solid_constitutive_law.cpp | 34 ++++++++----------- 2 files changed, 28 insertions(+), 40 deletions(-) diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/fluid_constitutive_law.cpp b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/fluid_constitutive_law.cpp index ea3320ae180b..ffd695d43c89 100644 --- a/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/fluid_constitutive_law.cpp +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/fluid_constitutive_law.cpp @@ -181,28 +181,22 @@ double PfemFluidConstitutiveLaw::GetValueFromTable(const Variable& rInde // Get material properties from constitutive law parameters const Properties& r_properties = rParameters.GetMaterialProperties(); - double dependent_at_gauss = 0; - if (r_properties.HasTable(rIndependentVariable, rDependentVariable)) { - // Get geometry and Gauss points data - const auto& r_geometry = rParameters.GetElementGeometry(); - const auto& r_N = rParameters.GetShapeFunctionsValues(); - - // Compute the independent variable at the Gauss point - double independent_at_gauss = 0.0; - for (unsigned int i = 0; i < r_N.size(); ++i) { - const double& r_val = r_geometry[i].FastGetSolutionStepValue(rIndependentVariable); - independent_at_gauss += r_val * r_N[i]; - } - - // Retrieve the dependent variable from the table - const auto& r_table = r_properties.GetTable(rIndependentVariable, rDependentVariable); - dependent_at_gauss = r_table.GetValue(independent_at_gauss); - - } else { - KRATOS_ERROR << "PfemFluidConstitutiveLaw " << this->Info() << " has no table with variables " - << rIndependentVariable << " " << rDependentVariable << std::endl; + // Get geometry and Gauss points data + const auto& r_geometry = rParameters.GetElementGeometry(); + const auto& r_N = rParameters.GetShapeFunctionsValues(); + + // Compute the independent variable at the Gauss point + double independent_at_gauss = 0.0; + double dependent_at_gauss = 0.0; + for (unsigned int i = 0; i < r_N.size(); ++i) { + const double& r_val = r_geometry[i].FastGetSolutionStepValue(rIndependentVariable); + independent_at_gauss += r_val * r_N[i]; } + // Retrieve the dependent variable from the table + const auto& r_table = r_properties.GetTable(rIndependentVariable, rDependentVariable); + dependent_at_gauss = r_table.GetValue(independent_at_gauss); + return dependent_at_gauss; } diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/solid_constitutive_law.cpp b/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/solid_constitutive_law.cpp index 1e0696dfaaf3..0030ea7d6731 100644 --- a/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/solid_constitutive_law.cpp +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/solid_constitutive_law.cpp @@ -136,28 +136,22 @@ double PfemSolidConstitutiveLaw::GetValueFromTable(const Variable& rInde // Get material properties from constitutive law parameters const Properties& r_properties = rParameters.GetMaterialProperties(); - double dependent_at_gauss = 0; - if (r_properties.HasTable(rIndependentVariable, rDependentVariable)) { - // Get geometry and Gauss points data - const auto& r_geometry = rParameters.GetElementGeometry(); - const auto& r_N = rParameters.GetShapeFunctionsValues(); - - // Compute the independent variable at the Gauss point - double independent_at_gauss = 0.0; - for (unsigned int i = 0; i < r_N.size(); ++i) { - const double& r_val = r_geometry[i].FastGetSolutionStepValue(rIndependentVariable); - independent_at_gauss += r_val * r_N[i]; - } - - // Retrieve the dependent variable from the table - const auto& r_table = r_properties.GetTable(rIndependentVariable, rDependentVariable); - dependent_at_gauss = r_table.GetValue(independent_at_gauss); - - } else { - KRATOS_ERROR << "PfemFluidConstitutiveLaw " << this->Info() << " has no table with variables " - << rIndependentVariable << " " << rDependentVariable << std::endl; + // Get geometry and Gauss points data + const auto& r_geometry = rParameters.GetElementGeometry(); + const auto& r_N = rParameters.GetShapeFunctionsValues(); + + // Compute the independent variable at the Gauss point + double independent_at_gauss = 0.0; + double dependent_at_gauss = 0.0; + for (unsigned int i = 0; i < r_N.size(); ++i) { + const double& r_val = r_geometry[i].FastGetSolutionStepValue(rIndependentVariable); + independent_at_gauss += r_val * r_N[i]; } + // Retrieve the dependent variable from the table + const auto& r_table = r_properties.GetTable(rIndependentVariable, rDependentVariable); + dependent_at_gauss = r_table.GetValue(independent_at_gauss); + return dependent_at_gauss; } From dce06d9de7658fe8e6be44c3e803f9b118e9c7fb Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:05:52 +0100 Subject: [PATCH 03/24] Add 2D Bingham temperature dependent law --- .../bingham_temperature_dependent_2D_law.cpp | 130 ++++++++++++++ .../bingham_temperature_dependent_2D_law.h | 167 ++++++++++++++++++ 2 files changed, 297 insertions(+) create mode 100644 applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_2D_law.cpp create mode 100644 applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_2D_law.h diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_2D_law.cpp b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_2D_law.cpp new file mode 100644 index 000000000000..7d6cfc6a70c0 --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_2D_law.cpp @@ -0,0 +1,130 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Massimiliano Zecchetto +// Collaborators: +// +//------------------------------------------------------------- +// + +// System includes +#include + +// External includes +#include + +// Project includes +#include "custom_constitutive/fluid_laws/bingham_temperature_dependent_2D_law.h" +#include "includes/checks.h" +#include "includes/properties.h" +#include "pfem_fluid_dynamics_application_variables.h" + +namespace Kratos { + +//********************************CONSTRUCTOR********************************* +//**************************************************************************** + +BinghamTemperatureDependent2DLaw::BinghamTemperatureDependent2DLaw() : Bingham2DLaw() {} + +//******************************COPY CONSTRUCTOR****************************** +//**************************************************************************** + +BinghamTemperatureDependent2DLaw::BinghamTemperatureDependent2DLaw(const BinghamTemperatureDependent2DLaw& rOther) : Bingham2DLaw(rOther) {} + +//***********************************CLONE************************************ +//**************************************************************************** + +ConstitutiveLaw::Pointer BinghamTemperatureDependent2DLaw::Clone() const { return Kratos::make_shared(*this); } + +//*********************************DESTRUCTOR********************************* +//**************************************************************************** + +BinghamTemperatureDependent2DLaw::~BinghamTemperatureDependent2DLaw() {} + +std::string BinghamTemperatureDependent2DLaw::Info() const { return "BinghamTemperatureDependent2DLaw"; } + +//******************CHECK CONSISTENCY IN THE CONSTITUTIVE LAW****************** +//***************************************************************************** + +int BinghamTemperatureDependent2DLaw::Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, + const ProcessInfo& rCurrentProcessInfo) { + + KRATOS_CHECK_VARIABLE_KEY(DYNAMIC_VISCOSITY); + KRATOS_CHECK_VARIABLE_KEY(YIELD_SHEAR); + KRATOS_CHECK_VARIABLE_KEY(ADAPTIVE_EXPONENT); + KRATOS_CHECK_VARIABLE_KEY(BULK_MODULUS); + + if (rMaterialProperties[DYNAMIC_VISCOSITY] <= 0.0) { + KRATOS_ERROR << "Incorrect or missing DYNAMIC_VISCOSITY provided in process info for BinghamTemperatureDependent2DLaw: " + << rMaterialProperties[DYNAMIC_VISCOSITY] << std::endl; + } + + if (rMaterialProperties[YIELD_SHEAR] <= 0.0) { + KRATOS_ERROR << "Incorrect or missing YIELD_SHEAR provided in process info for BinghamTemperatureDependent2DLaw: " + << rMaterialProperties[YIELD_SHEAR] << std::endl; + } + + if (rMaterialProperties[ADAPTIVE_EXPONENT] <= 0.0) { + KRATOS_ERROR << "Incorrect or missing ADAPTIVE_EXPONENT provided in process info for BinghamTemperatureDependent2DLaw: " + << rMaterialProperties[ADAPTIVE_EXPONENT] << std::endl; + } + + if (rMaterialProperties[BULK_MODULUS] <= 0.0) { + KRATOS_ERROR << "Incorrect or missing BULK_MODULUS provided in process info for BinghamTemperatureDependent2DLaw: " + << rMaterialProperties[BULK_MODULUS] << std::endl; + } + + return 0; +} + +double BinghamTemperatureDependent2DLaw::GetEffectiveViscosity(ConstitutiveLaw::Parameters& rParameters) const { + return rParameters.GetConstitutiveMatrix()(2, 2); +} + +double BinghamTemperatureDependent2DLaw::GetEffectiveDensity(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_density; + if (r_properties.HasTable(TEMPERATURE, DENSITY)) { + effective_density = this->GetValueFromTable(TEMPERATURE, DENSITY, rParameters); + } else { + effective_density = r_properties[DENSITY]; + } + return effective_density; +} + +double BinghamTemperatureDependent2DLaw::GetEffectiveDynamicViscosity(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_viscosity; + if (r_properties.HasTable(TEMPERATURE, DYNAMIC_VISCOSITY)) { + effective_viscosity = this->GetValueFromTable(TEMPERATURE, DYNAMIC_VISCOSITY, rParameters); + } else { + effective_viscosity = r_properties[DYNAMIC_VISCOSITY]; + } + return effective_viscosity; +} + +double BinghamTemperatureDependent2DLaw::GetEffectiveYieldShear(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_yield_shear; + if (r_properties.HasTable(TEMPERATURE, YIELD_SHEAR)) { + effective_yield_shear = this->GetValueFromTable(TEMPERATURE, YIELD_SHEAR, rParameters); + } else { + effective_yield_shear = r_properties[YIELD_SHEAR]; + } + return effective_yield_shear; +} + +void BinghamTemperatureDependent2DLaw::save(Serializer& rSerializer) const { + KRATOS_SERIALIZE_SAVE_BASE_CLASS(rSerializer, Bingham2DLaw) +} + +void BinghamTemperatureDependent2DLaw::load(Serializer& rSerializer) { + KRATOS_SERIALIZE_LOAD_BASE_CLASS(rSerializer, Bingham2DLaw) +} + +} // Namespace Kratos diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_2D_law.h b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_2D_law.h new file mode 100644 index 000000000000..b91d8f61f9bd --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_2D_law.h @@ -0,0 +1,167 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Massimiliano Zecchetto +// Collaborators: +// +//------------------------------------------------------------- +// + +#if !defined(KRATOS_BINGHAM_TEMPERATURE_DEPENDENT_2D_LAW_H_INCLUDED) +#define KRATOS_BINGHAM_TEMPERATURE_DEPENDENT_2D_LAW_H_INCLUDED + +// System includes + +// External includes + +// Project includes +#include "custom_constitutive/fluid_laws/bingham_2D_law.h" + +namespace Kratos { +/** + * Defines a 2D Bingham non-Newtonian constitutive law + * This material law is defined by the parameters: + * 1) DYNAMIC_VISCOSITY + * 2) YIELD_SHEAR + * 3) ADAPTIVE_EXPONENT + */ +class KRATOS_API(PFEM_FLUID_DYNAMICS_APPLICATION) BinghamTemperatureDependent2DLaw : public Bingham2DLaw { + public: + /** + * Type Definitions + */ + typedef ProcessInfo ProcessInfoType; + typedef ConstitutiveLaw BaseType; + typedef std::size_t SizeType; + + /** + * Counted pointer of BinghamTemperatureDependent2DLaw + */ + KRATOS_CLASS_POINTER_DEFINITION(BinghamTemperatureDependent2DLaw); + + /** + * Life Cycle + */ + + /** + * Default constructor. + */ + BinghamTemperatureDependent2DLaw(); + + /** + * Clone function (has to be implemented by any derived class) + * @return a pointer to a new instance of this constitutive law + */ + ConstitutiveLaw::Pointer Clone() const override; + + /** + * Copy constructor. + */ + BinghamTemperatureDependent2DLaw(const BinghamTemperatureDependent2DLaw& rOther); + + /** + * Destructor. + */ + ~BinghamTemperatureDependent2DLaw() override; + + /** + * Operators + */ + + /** + * Operations needed by the base class: + */ + + /** + * This function is designed to be called once to perform all the checks needed + * on the input provided. Checks can be "expensive" as the function is designed + * to catch user's errors. + * @param rMaterialProperties + * @param rElementGeometry + * @param rCurrentProcessInfo + * @return + */ + int Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, + const ProcessInfo& rCurrentProcessInfo) override; + + /** + * Input and output + */ + + /** + * Turn back information as a string. + */ + std::string Info() const override; + + protected: + ///@name Protected static Member Variables + ///@{ + + ///@} + ///@name Protected member Variables + ///@{ + + ///@} + ///@name Protected Operators + ///@{ + + ///@} + ///@name Protected Operations + ///@{ + + /// Get the effective viscosity (in dynamic units -- Pa s) for the fluid. + double GetEffectiveViscosity(ConstitutiveLaw::Parameters& rParameters) const override; + + /// Get the effective density for the fluid. + double GetEffectiveDensity(ConstitutiveLaw::Parameters& rParameters) const override; + + /// Get the effective yield shear for the fluid. + double GetEffectiveYieldShear(ConstitutiveLaw::Parameters& rParameters) const; + + /// Get the effective dynamic viscosity for the fluid. + double GetEffectiveDynamicViscosity(ConstitutiveLaw::Parameters& rParameters) const; + + ///@} + + private: + ///@name Static Member Variables + ///@{ + + ///@} + ///@name Member Variables + ///@{ + + ///@} + ///@name Private Operators + ///@{ + + ///@} + ///@name Private Operations + ///@{ + ///@} + + ///@} + ///@name Private Access + ///@{ + ///@} + + ///@} + ///@name Serialization + ///@{ + friend class Serializer; + + void save(Serializer& rSerializer) const override; + + void load(Serializer& rSerializer) override; + ///@} + +}; // Class BinghamTemperatureDependent2DLaw + +} // namespace Kratos. + +#endif // KRATOS_BINGHAM_TEMPERATURE_DEPENDENT_2D_LAW_H_INCLUDED defined From 89e33c2ea0177e0a9799fb7fc29bdd9ca9390c3b Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:06:03 +0100 Subject: [PATCH 04/24] Add 3D Bingham temperature dependent law --- .../bingham_temperature_dependent_3D_law.cpp | 130 ++++++++++++++ .../bingham_temperature_dependent_3D_law.h | 167 ++++++++++++++++++ 2 files changed, 297 insertions(+) create mode 100644 applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_3D_law.cpp create mode 100644 applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_3D_law.h diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_3D_law.cpp b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_3D_law.cpp new file mode 100644 index 000000000000..73009a273f81 --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_3D_law.cpp @@ -0,0 +1,130 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Massimiliano Zecchetto +// Collaborators: +// +//------------------------------------------------------------- +// + +// System includes +#include + +// External includes +#include + +// Project includes +#include "custom_constitutive/fluid_laws/bingham_temperature_dependent_3D_law.h" +#include "includes/checks.h" +#include "includes/properties.h" +#include "pfem_fluid_dynamics_application_variables.h" + +namespace Kratos { + +//********************************CONSTRUCTOR********************************* +//**************************************************************************** + +BinghamTemperatureDependent3DLaw::BinghamTemperatureDependent3DLaw() : Bingham3DLaw() {} + +//******************************COPY CONSTRUCTOR****************************** +//**************************************************************************** + +BinghamTemperatureDependent3DLaw::BinghamTemperatureDependent3DLaw(const BinghamTemperatureDependent3DLaw& rOther) : Bingham3DLaw(rOther) {} + +//***********************************CLONE************************************ +//**************************************************************************** + +ConstitutiveLaw::Pointer BinghamTemperatureDependent3DLaw::Clone() const { return Kratos::make_shared(*this); } + +//*********************************DESTRUCTOR********************************* +//**************************************************************************** + +BinghamTemperatureDependent3DLaw::~BinghamTemperatureDependent3DLaw() {} + +std::string BinghamTemperatureDependent3DLaw::Info() const { return "BinghamTemperatureDependent3DLaw"; } + +//******************CHECK CONSISTENCY IN THE CONSTITUTIVE LAW****************** +//***************************************************************************** + +int BinghamTemperatureDependent3DLaw::Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, + const ProcessInfo& rCurrentProcessInfo) { + + KRATOS_CHECK_VARIABLE_KEY(DYNAMIC_VISCOSITY); + KRATOS_CHECK_VARIABLE_KEY(YIELD_SHEAR); + KRATOS_CHECK_VARIABLE_KEY(ADAPTIVE_EXPONENT); + KRATOS_CHECK_VARIABLE_KEY(BULK_MODULUS); + + if (rMaterialProperties[DYNAMIC_VISCOSITY] <= 0.0) { + KRATOS_ERROR << "Incorrect or missing DYNAMIC_VISCOSITY provided in process info for BinghamTemperatureDependent3DLaw: " + << rMaterialProperties[DYNAMIC_VISCOSITY] << std::endl; + } + + if (rMaterialProperties[YIELD_SHEAR] <= 0.0) { + KRATOS_ERROR << "Incorrect or missing YIELD_SHEAR provided in process info for BinghamTemperatureDependent3DLaw: " + << rMaterialProperties[YIELD_SHEAR] << std::endl; + } + + if (rMaterialProperties[ADAPTIVE_EXPONENT] <= 0.0) { + KRATOS_ERROR << "Incorrect or missing ADAPTIVE_EXPONENT provided in process info for BinghamTemperatureDependent3DLaw: " + << rMaterialProperties[ADAPTIVE_EXPONENT] << std::endl; + } + + if (rMaterialProperties[BULK_MODULUS] <= 0.0) { + KRATOS_ERROR << "Incorrect or missing BULK_MODULUS provided in process info for BinghamTemperatureDependent3DLaw: " + << rMaterialProperties[BULK_MODULUS] << std::endl; + } + + return 0; +} + +double BinghamTemperatureDependent3DLaw::GetEffectiveViscosity(ConstitutiveLaw::Parameters& rParameters) const { + return rParameters.GetConstitutiveMatrix()(2, 2); +} + +double BinghamTemperatureDependent3DLaw::GetEffectiveDensity(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_density; + if (r_properties.HasTable(TEMPERATURE, DENSITY)) { + effective_density = this->GetValueFromTable(TEMPERATURE, DENSITY, rParameters); + } else { + effective_density = r_properties[DENSITY]; + } + return effective_density; +} + +double BinghamTemperatureDependent3DLaw::GetEffectiveDynamicViscosity(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_viscosity; + if (r_properties.HasTable(TEMPERATURE, DYNAMIC_VISCOSITY)) { + effective_viscosity = this->GetValueFromTable(TEMPERATURE, DYNAMIC_VISCOSITY, rParameters); + } else { + effective_viscosity = r_properties[DYNAMIC_VISCOSITY]; + } + return effective_viscosity; +} + +double BinghamTemperatureDependent3DLaw::GetEffectiveYieldShear(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_yield_shear; + if (r_properties.HasTable(TEMPERATURE, YIELD_SHEAR)) { + effective_yield_shear = this->GetValueFromTable(TEMPERATURE, YIELD_SHEAR, rParameters); + } else { + effective_yield_shear = r_properties[YIELD_SHEAR]; + } + return effective_yield_shear; +} + +void BinghamTemperatureDependent3DLaw::save(Serializer& rSerializer) const { + KRATOS_SERIALIZE_SAVE_BASE_CLASS(rSerializer, Bingham3DLaw) +} + +void BinghamTemperatureDependent3DLaw::load(Serializer& rSerializer) { + KRATOS_SERIALIZE_LOAD_BASE_CLASS(rSerializer, Bingham3DLaw) +} + +} // Namespace Kratos diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_3D_law.h b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_3D_law.h new file mode 100644 index 000000000000..e2a430ec30d1 --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/bingham_temperature_dependent_3D_law.h @@ -0,0 +1,167 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Massimiliano Zecchetto +// Collaborators: +// +//------------------------------------------------------------- +// + +#if !defined(KRATOS_BINGHAM_TEMPERATURE_DEPENDENT_3D_LAW_H_INCLUDED) +#define KRATOS_BINGHAM_TEMPERATURE_DEPENDENT_3D_LAW_H_INCLUDED + +// System includes + +// External includes + +// Project includes +#include "custom_constitutive/fluid_laws/bingham_3D_law.h" + +namespace Kratos { +/** + * Defines a 3D Bingham non-Newtonian constitutive law + * This material law is defined by the parameters: + * 1) DYNAMIC_VISCOSITY + * 2) YIELD_SHEAR + * 3) ADAPTIVE_EXPONENT + */ +class KRATOS_API(PFEM_FLUID_DYNAMICS_APPLICATION) BinghamTemperatureDependent3DLaw : public Bingham3DLaw { + public: + /** + * Type Definitions + */ + typedef ProcessInfo ProcessInfoType; + typedef ConstitutiveLaw BaseType; + typedef std::size_t SizeType; + + /** + * Counted pointer of BinghamTemperatureDependent3DLaw + */ + KRATOS_CLASS_POINTER_DEFINITION(BinghamTemperatureDependent3DLaw); + + /** + * Life Cycle + */ + + /** + * Default constructor. + */ + BinghamTemperatureDependent3DLaw(); + + /** + * Clone function (has to be implemented by any derived class) + * @return a pointer to a new instance of this constitutive law + */ + ConstitutiveLaw::Pointer Clone() const override; + + /** + * Copy constructor. + */ + BinghamTemperatureDependent3DLaw(const BinghamTemperatureDependent3DLaw& rOther); + + /** + * Destructor. + */ + ~BinghamTemperatureDependent3DLaw() override; + + /** + * Operators + */ + + /** + * Operations needed by the base class: + */ + + /** + * This function is designed to be called once to perform all the checks needed + * on the input provided. Checks can be "expensive" as the function is designed + * to catch user's errors. + * @param rMaterialProperties + * @param rElementGeometry + * @param rCurrentProcessInfo + * @return + */ + int Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, + const ProcessInfo& rCurrentProcessInfo) override; + + /** + * Input and output + */ + + /** + * Turn back information as a string. + */ + std::string Info() const override; + + protected: + ///@name Protected static Member Variables + ///@{ + + ///@} + ///@name Protected member Variables + ///@{ + + ///@} + ///@name Protected Operators + ///@{ + + ///@} + ///@name Protected Operations + ///@{ + + /// Get the effective viscosity (in dynamic units -- Pa s) for the fluid. + double GetEffectiveViscosity(ConstitutiveLaw::Parameters& rParameters) const override; + + /// Get the effective density for the fluid. + double GetEffectiveDensity(ConstitutiveLaw::Parameters& rParameters) const override; + + /// Get the effective yield shear for the fluid. + double GetEffectiveYieldShear(ConstitutiveLaw::Parameters& rParameters) const; + + /// Get the effective dynamic viscosity for the fluid. + double GetEffectiveDynamicViscosity(ConstitutiveLaw::Parameters& rParameters) const; + + ///@} + + private: + ///@name Static Member Variables + ///@{ + + ///@} + ///@name Member Variables + ///@{ + + ///@} + ///@name Private Operators + ///@{ + + ///@} + ///@name Private Operations + ///@{ + ///@} + + ///@} + ///@name Private Access + ///@{ + ///@} + + ///@} + ///@name Serialization + ///@{ + friend class Serializer; + + void save(Serializer& rSerializer) const override; + + void load(Serializer& rSerializer) override; + ///@} + +}; // Class BinghamTemperatureDependent3DLaw + +} // namespace Kratos. + +#endif // KRATOS_BINGHAM_TEMPERATURE_DEPENDENT_3D_LAW_H_INCLUDED defined From 928db9c9b83a458d6227f638b312b4d649683923 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:06:19 +0100 Subject: [PATCH 05/24] Add 2D Newtonian temperature dependent law --- ...newtonian_temperature_dependent_2D_law.cpp | 95 +++++++++++ .../newtonian_temperature_dependent_2D_law.h | 161 ++++++++++++++++++ 2 files changed, 256 insertions(+) create mode 100644 applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_2D_law.cpp create mode 100644 applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_2D_law.h diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_2D_law.cpp b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_2D_law.cpp new file mode 100644 index 000000000000..8843db12ff80 --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_2D_law.cpp @@ -0,0 +1,95 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Ruben Zorilla +// Collaborators: Massimiliano Zecchetto +// +//------------------------------------------------------------- +// + +// System includes +#include + +// External includes + +// Project includes +#include "custom_constitutive/fluid_laws/newtonian_temperature_dependent_2D_law.h" +#include "includes/checks.h" +#include "pfem_fluid_dynamics_application_variables.h" + +namespace Kratos { + +//********************************CONSTRUCTOR********************************* +//**************************************************************************** + +NewtonianTemperatureDependent2DLaw::NewtonianTemperatureDependent2DLaw() : Newtonian2DLaw() {} + +//******************************COPY CONSTRUCTOR****************************** +//**************************************************************************** + +NewtonianTemperatureDependent2DLaw::NewtonianTemperatureDependent2DLaw(const NewtonianTemperatureDependent2DLaw& rOther) : Newtonian2DLaw(rOther) {} + +//***********************************CLONE************************************ +//**************************************************************************** + +ConstitutiveLaw::Pointer NewtonianTemperatureDependent2DLaw::Clone() const { return Kratos::make_shared(*this); } + +//*********************************DESTRUCTOR********************************* +//**************************************************************************** + +NewtonianTemperatureDependent2DLaw::~NewtonianTemperatureDependent2DLaw() {} + +int NewtonianTemperatureDependent2DLaw::Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, + const ProcessInfo& rCurrentProcessInfo) { + KRATOS_CHECK_VARIABLE_KEY(DYNAMIC_VISCOSITY); + KRATOS_CHECK_VARIABLE_KEY(BULK_MODULUS); + + KRATOS_ERROR_IF(rMaterialProperties[DYNAMIC_VISCOSITY] <= 0.0) + << "Incorrect or missing DYNAMIC_VISCOSITY provided in process info for NewtonianTemperatureDependent2DLaw: " + << rMaterialProperties[DYNAMIC_VISCOSITY] << std::endl; + + KRATOS_ERROR_IF(rMaterialProperties[BULK_MODULUS] <= 0.0) + << "Incorrect or missing BULK_MODULUS provided in process info for Newtonian3DLaw: " + << rMaterialProperties[BULK_MODULUS] << std::endl; + + return 0; +} + +std::string NewtonianTemperatureDependent2DLaw::Info() const { return "NewtonianTemperatureDependent2DLaw"; } + +double NewtonianTemperatureDependent2DLaw::GetEffectiveViscosity(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_viscosity; + if (r_properties.HasTable(TEMPERATURE, DYNAMIC_VISCOSITY)) { + effective_viscosity = this->GetValueFromTable(TEMPERATURE, DYNAMIC_VISCOSITY, rParameters); + } else { + effective_viscosity = r_properties[DYNAMIC_VISCOSITY]; + } + return effective_viscosity; +} + +double NewtonianTemperatureDependent2DLaw::GetEffectiveDensity(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_density; + if (r_properties.HasTable(TEMPERATURE, DENSITY)) { + effective_density = this->GetValueFromTable(TEMPERATURE, DENSITY, rParameters); + } else { + effective_density = r_properties[DENSITY]; + } + return effective_density; +} + +void NewtonianTemperatureDependent2DLaw::save(Serializer& rSerializer) const { + KRATOS_SERIALIZE_SAVE_BASE_CLASS(rSerializer, Newtonian2DLaw) +} + +void NewtonianTemperatureDependent2DLaw::load(Serializer& rSerializer) { + KRATOS_SERIALIZE_LOAD_BASE_CLASS(rSerializer, Newtonian2DLaw) +} + +} // Namespace Kratos diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_2D_law.h b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_2D_law.h new file mode 100644 index 000000000000..32033def090a --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_2D_law.h @@ -0,0 +1,161 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Ruben Zorilla +// Collaborators: Massimiliano Zecchetto +// +//------------------------------------------------------------- +// + +#if !defined(KRATOS_NEWTONIAN_TEMPERATURE_DEPENDENT_2D_LAW_H_INCLUDED) +#define KRATOS_NEWTONIAN_TEMPERATURE_DEPENDENT_2D_LAW_H_INCLUDED + +// System includes + +// External includes + +// Project includes +#include "newtonian_2D_law.h" + +namespace Kratos { +/** + * Defines a temperature dependent Newtonian constitutive law for 2D + * This material law is defined by the parameters: + * 1) DYNAMIC_VISCOSITY + */ +class KRATOS_API(PFEM_FLUID_DYNAMICS_APPLICATION) NewtonianTemperatureDependent2DLaw : public Newtonian2DLaw { + public: + /** + * Type Definitions + */ + typedef ProcessInfo ProcessInfoType; + typedef ConstitutiveLaw BaseType; + typedef std::size_t SizeType; + + /** + * Counted pointer of Newtonian3DLaw + */ + KRATOS_CLASS_POINTER_DEFINITION(NewtonianTemperatureDependent2DLaw); + + /** + * Life Cycle + */ + + /** + * Default constructor. + */ + NewtonianTemperatureDependent2DLaw(); + + /** + * Clone function (has to be implemented by any derived class) + * @return a pointer to a new instance of this constitutive law + */ + ConstitutiveLaw::Pointer Clone() const override; + + /** + * Copy constructor. + */ + NewtonianTemperatureDependent2DLaw(const NewtonianTemperatureDependent2DLaw& rOther); + + /** + * Destructor. + */ + ~NewtonianTemperatureDependent2DLaw() override; + + /** + * Operations needed by the base class: + */ + + /** + * This function is designed to be called once to perform all the checks needed + * on the input provided. Checks can be "expensive" as the function is designed + * to catch user's errors. + * @param rMaterialProperties + * @param rElementGeometry + * @param rCurrentProcessInfo + * @return + */ + int Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, + const ProcessInfo& rCurrentProcessInfo) override; + + /** + * Input and output + */ + + /** + * Turn back information as a string. + */ + std::string Info() const override; + + protected: + ///@name Protected static Member Variables + ///@{ + + + ///@} + ///@name Protected member Variables + ///@{ + + + ///@} + ///@name Protected Operators + ///@{ + + + ///@} + ///@name Protected Operations + ///@{ + + /// Get the effective viscosity (in dynamic units -- Pa s) for the fluid. + double GetEffectiveViscosity(ConstitutiveLaw::Parameters& rParameters) const override; + + /// Get the effective density for the fluid. + double GetEffectiveDensity(ConstitutiveLaw::Parameters& rParameters) const override; + + ///@} + + private: + ///@name Static Member Variables + ///@{ + + + ///@} + ///@name Member Variables + ///@{ + + + ///@} + ///@name Private Operators + ///@{ + + + ///@} + ///@name Private Operations + ///@{ + + + ///@} + ///@name Private Access + ///@{ + + + ///@} + ///@name Serialization + ///@{ + friend class Serializer; + + void save(Serializer& rSerializer) const override; + + void load(Serializer& rSerializer) override; + ///@} + +}; // Class NewtonianTemperatureDependent2DLaw + +} // namespace Kratos. + +#endif // KRATOS_NEWTONIAN_TEMPERATURE_DEPENDENT_2D_LAW_H_INCLUDED defined From 881ed2fdbb03d93c21f9f7d6142cd172de86f508 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:06:27 +0100 Subject: [PATCH 06/24] Add 3D Newtonian temperature dependent law --- ...newtonian_temperature_dependent_3D_law.cpp | 95 +++++++++++ .../newtonian_temperature_dependent_3D_law.h | 161 ++++++++++++++++++ 2 files changed, 256 insertions(+) create mode 100644 applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_3D_law.cpp create mode 100644 applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_3D_law.h diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_3D_law.cpp b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_3D_law.cpp new file mode 100644 index 000000000000..19498b96adda --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_3D_law.cpp @@ -0,0 +1,95 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Ruben Zorilla +// Collaborators: Massimiliano Zecchetto +// +//------------------------------------------------------------- +// + +// System includes +#include + +// External includes + +// Project includes +#include "custom_constitutive/fluid_laws/newtonian_temperature_dependent_3D_law.h" +#include "includes/checks.h" +#include "pfem_fluid_dynamics_application_variables.h" + +namespace Kratos { + +//********************************CONSTRUCTOR********************************* +//**************************************************************************** + +NewtonianTemperatureDependent3DLaw::NewtonianTemperatureDependent3DLaw() : Newtonian3DLaw() {} + +//******************************COPY CONSTRUCTOR****************************** +//**************************************************************************** + +NewtonianTemperatureDependent3DLaw::NewtonianTemperatureDependent3DLaw(const NewtonianTemperatureDependent3DLaw& rOther) : Newtonian3DLaw(rOther) {} + +//***********************************CLONE************************************ +//**************************************************************************** + +ConstitutiveLaw::Pointer NewtonianTemperatureDependent3DLaw::Clone() const { return Kratos::make_shared(*this); } + +//*********************************DESTRUCTOR********************************* +//**************************************************************************** + +NewtonianTemperatureDependent3DLaw::~NewtonianTemperatureDependent3DLaw() {} + +int NewtonianTemperatureDependent3DLaw::Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, + const ProcessInfo& rCurrentProcessInfo) { + KRATOS_CHECK_VARIABLE_KEY(DYNAMIC_VISCOSITY); + KRATOS_CHECK_VARIABLE_KEY(BULK_MODULUS); + + KRATOS_ERROR_IF(rMaterialProperties[DYNAMIC_VISCOSITY] <= 0.0) + << "Incorrect or missing DYNAMIC_VISCOSITY provided in process info for NewtonianTemperatureDependent3DLaw: " + << rMaterialProperties[DYNAMIC_VISCOSITY] << std::endl; + + KRATOS_ERROR_IF(rMaterialProperties[BULK_MODULUS] <= 0.0) + << "Incorrect or missing BULK_MODULUS provided in process info for Newtonian3DLaw: " + << rMaterialProperties[BULK_MODULUS] << std::endl; + + return 0; +} + +std::string NewtonianTemperatureDependent3DLaw::Info() const { return "NewtonianTemperatureDependent3DLaw"; } + +double NewtonianTemperatureDependent3DLaw::GetEffectiveViscosity(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_viscosity; + if (r_properties.HasTable(TEMPERATURE, DYNAMIC_VISCOSITY)) { + effective_viscosity = this->GetValueFromTable(TEMPERATURE, DYNAMIC_VISCOSITY, rParameters); + } else { + effective_viscosity = r_properties[DYNAMIC_VISCOSITY]; + } + return effective_viscosity; +} + +double NewtonianTemperatureDependent3DLaw::GetEffectiveDensity(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_density; + if (r_properties.HasTable(TEMPERATURE, DENSITY)) { + effective_density = this->GetValueFromTable(TEMPERATURE, DENSITY, rParameters); + } else { + effective_density = r_properties[DENSITY]; + } + return effective_density; +} + +void NewtonianTemperatureDependent3DLaw::save(Serializer& rSerializer) const { + KRATOS_SERIALIZE_SAVE_BASE_CLASS(rSerializer, Newtonian3DLaw) +} + +void NewtonianTemperatureDependent3DLaw::load(Serializer& rSerializer) { + KRATOS_SERIALIZE_LOAD_BASE_CLASS(rSerializer, Newtonian3DLaw) +} + +} // Namespace Kratos diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_3D_law.h b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_3D_law.h new file mode 100644 index 000000000000..911f58123e01 --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/fluid_laws/newtonian_temperature_dependent_3D_law.h @@ -0,0 +1,161 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Ruben Zorilla +// Collaborators: Massimiliano Zecchetto +// +//------------------------------------------------------------- +// + +#if !defined(KRATOS_NEWTONIAN_TEMPERATURE_DEPENDENT_3D_LAW_H_INCLUDED) +#define KRATOS_NEWTONIAN_TEMPERATURE_DEPENDENT_3D_LAW_H_INCLUDED + +// System includes + +// External includes + +// Project includes +#include "newtonian_3D_law.h" + +namespace Kratos { +/** + * Defines a temperature dependent Newtonian constitutive law for 3D + * This material law is defined by the parameters: + * 1) DYNAMIC_VISCOSITY + */ +class KRATOS_API(PFEM_FLUID_DYNAMICS_APPLICATION) NewtonianTemperatureDependent3DLaw : public Newtonian3DLaw { + public: + /** + * Type Definitions + */ + typedef ProcessInfo ProcessInfoType; + typedef ConstitutiveLaw BaseType; + typedef std::size_t SizeType; + + /** + * Counted pointer of Newtonian3DLaw + */ + KRATOS_CLASS_POINTER_DEFINITION(NewtonianTemperatureDependent3DLaw); + + /** + * Life Cycle + */ + + /** + * Default constructor. + */ + NewtonianTemperatureDependent3DLaw(); + + /** + * Clone function (has to be implemented by any derived class) + * @return a pointer to a new instance of this constitutive law + */ + ConstitutiveLaw::Pointer Clone() const override; + + /** + * Copy constructor. + */ + NewtonianTemperatureDependent3DLaw(const NewtonianTemperatureDependent3DLaw& rOther); + + /** + * Destructor. + */ + ~NewtonianTemperatureDependent3DLaw() override; + + /** + * Operations needed by the base class: + */ + + /** + * This function is designed to be called once to perform all the checks needed + * on the input provided. Checks can be "expensive" as the function is designed + * to catch user's errors. + * @param rMaterialProperties + * @param rElementGeometry + * @param rCurrentProcessInfo + * @return + */ + int Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, + const ProcessInfo& rCurrentProcessInfo) override; + + /** + * Input and output + */ + + /** + * Turn back information as a string. + */ + std::string Info() const override; + + protected: + ///@name Protected static Member Variables + ///@{ + + + ///@} + ///@name Protected member Variables + ///@{ + + + ///@} + ///@name Protected Operators + ///@{ + + + ///@} + ///@name Protected Operations + ///@{ + + /// Get the effective viscosity (in dynamic units -- Pa s) for the fluid. + double GetEffectiveViscosity(ConstitutiveLaw::Parameters& rParameters) const override; + + /// Get the effective density for the fluid. + double GetEffectiveDensity(ConstitutiveLaw::Parameters& rParameters) const override; + + ///@} + + private: + ///@name Static Member Variables + ///@{ + + + ///@} + ///@name Member Variables + ///@{ + + + ///@} + ///@name Private Operators + ///@{ + + + ///@} + ///@name Private Operations + ///@{ + + + ///@} + ///@name Private Access + ///@{ + + + ///@} + ///@name Serialization + ///@{ + friend class Serializer; + + void save(Serializer& rSerializer) const override; + + void load(Serializer& rSerializer) override; + ///@} + +}; // Class NewtonianTemperatureDependent3DLaw + +} // namespace Kratos. + +#endif // KRATOS_NEWTONIAN_TEMPERATURE_DEPENDENT_3D_LAW_H_INCLUDED defined From 656d1dcef9fe7c3f72f2b1b81c11d256ce6c3b47 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:06:46 +0100 Subject: [PATCH 07/24] Add 2D Hypoelastic temperature dependent law --- ...poelastic_temperature_dependent_2D_law.cpp | 112 +++++++++++++ ...hypoelastic_temperature_dependent_2D_law.h | 154 ++++++++++++++++++ 2 files changed, 266 insertions(+) create mode 100644 applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_2D_law.cpp create mode 100644 applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_2D_law.h diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_2D_law.cpp b/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_2D_law.cpp new file mode 100644 index 000000000000..75eb49ea4421 --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_2D_law.cpp @@ -0,0 +1,112 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Massimiliano Zecchetto +// Collaborators: +// +//------------------------------------------------------------- +// + +// System includes +#include + +// External includes + +// Project includes +#include "custom_constitutive/solid_laws/hypoelastic_temperature_dependent_2D_law.h" +#include "includes/checks.h" +#include "pfem_fluid_dynamics_application_variables.h" + +namespace Kratos { + +//********************************CONSTRUCTOR********************************* +//**************************************************************************** + +HypoelasticTemperatureDependent2DLaw::HypoelasticTemperatureDependent2DLaw() : Hypoelastic2DLaw() {} + +//******************************COPY CONSTRUCTOR****************************** +//**************************************************************************** + +HypoelasticTemperatureDependent2DLaw::HypoelasticTemperatureDependent2DLaw(const HypoelasticTemperatureDependent2DLaw& rOther) : Hypoelastic2DLaw(rOther) {} + +//***********************************CLONE************************************ +//**************************************************************************** + +ConstitutiveLaw::Pointer HypoelasticTemperatureDependent2DLaw::Clone() const { return Kratos::make_shared(*this); } + +//*********************************DESTRUCTOR********************************* +//**************************************************************************** + +HypoelasticTemperatureDependent2DLaw::~HypoelasticTemperatureDependent2DLaw() {} + +int HypoelasticTemperatureDependent2DLaw::Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, + const ProcessInfo& rCurrentProcessInfo) { + + KRATOS_CHECK_VARIABLE_KEY(YOUNG_MODULUS); + KRATOS_CHECK_VARIABLE_KEY(POISSON_RATIO); + KRATOS_CHECK_VARIABLE_KEY(DENSITY); + + KRATOS_ERROR_IF(rMaterialProperties[YOUNG_MODULUS] <= 0.0) + << "Incorrect or missing YOUNG_MODULUS provided in process info for HypoelasticTemperatureDependent2DLaw: " + << rMaterialProperties[YOUNG_MODULUS] << std::endl; + + KRATOS_ERROR_IF(rMaterialProperties[POISSON_RATIO] < 0.0) + << "Incorrect or missing POISSON_RATIO provided in process info for HypoelasticTemperatureDependent2DLaw: " + << rMaterialProperties[POISSON_RATIO] << std::endl; + + KRATOS_ERROR_IF(rMaterialProperties[DENSITY] <= 0.0) + << "Incorrect or missing DENSITY provided in process info for HypoelasticTemperatureDependent2DLaw: " + << rMaterialProperties[DENSITY] << std::endl; + + return 0; +} + +std::string HypoelasticTemperatureDependent2DLaw::Info() const { return "HypoelasticTemperatureDependent2DLaw"; } + +double HypoelasticTemperatureDependent2DLaw::GetEffectiveYoungModulus(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_young_modulus; + if (r_properties.HasTable(TEMPERATURE, YOUNG_MODULUS)) { + effective_young_modulus = this->GetValueFromTable(TEMPERATURE, YOUNG_MODULUS, rParameters); + } else { + effective_young_modulus = r_properties[YOUNG_MODULUS]; + } + return effective_young_modulus; +} + +double HypoelasticTemperatureDependent2DLaw::GetEffectivePoissonRatio(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_poisson_ratio; + if (r_properties.HasTable(TEMPERATURE, POISSON_RATIO)) { + effective_poisson_ratio = this->GetValueFromTable(TEMPERATURE, POISSON_RATIO, rParameters); + } else { + effective_poisson_ratio = r_properties[POISSON_RATIO]; + } + return effective_poisson_ratio; +} + +double HypoelasticTemperatureDependent2DLaw::GetEffectiveDensity(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_density; + if (r_properties.HasTable(TEMPERATURE, DENSITY)) { + effective_density = this->GetValueFromTable(TEMPERATURE, DENSITY, rParameters); + } else { + effective_density = r_properties[DENSITY]; + } + return effective_density; +} + +void HypoelasticTemperatureDependent2DLaw::save(Serializer& rSerializer) const { + KRATOS_SERIALIZE_SAVE_BASE_CLASS(rSerializer, Hypoelastic2DLaw) +} + +void HypoelasticTemperatureDependent2DLaw::load(Serializer& rSerializer) { + KRATOS_SERIALIZE_LOAD_BASE_CLASS(rSerializer, Hypoelastic2DLaw) +} + +} // Namespace Kratos diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_2D_law.h b/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_2D_law.h new file mode 100644 index 000000000000..2c3157d6daec --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_2D_law.h @@ -0,0 +1,154 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Massimiliano Zecchetto +// Collaborators: +// +//------------------------------------------------------------- +// + +#if !defined(KRATOS_HYPOELASTIC_TEMPERATURE_DEPENDENT_2D_LAW_H_INCLUDED) +#define KRATOS_HYPOELASTIC_TEMPERATURE_DEPENDENT_2D_LAW_H_INCLUDED + +// System includes + +// External includes + +// Project includes +#include "custom_constitutive/solid_laws/hypoelastic_2D_law.h" + +namespace Kratos { +/** + * Defines an Hypoelastic constitutive law for 2D + * This material law is defined by the parameters: + * 1) YOUNG MODULUS + * 2) POISSON RATIO + */ +class KRATOS_API(PFEM_FLUID_DYNAMICS_APPLICATION) HypoelasticTemperatureDependent2DLaw : public Hypoelastic2DLaw { + public: + /** + * Type Definitions + */ + typedef ProcessInfo ProcessInfoType; + typedef ConstitutiveLaw BaseType; + typedef std::size_t SizeType; + + /** + * Counted pointer of HypoelasticTemperatureDependent2DLaw + */ + KRATOS_CLASS_POINTER_DEFINITION(HypoelasticTemperatureDependent2DLaw); + + /** + * Life Cycle + */ + + /** + * Default constructor. + */ + HypoelasticTemperatureDependent2DLaw(); + + /** + * Clone function (has to be implemented by any derived class) + * @return a pointer to a new instance of this constitutive law + */ + ConstitutiveLaw::Pointer Clone() const override; + + /** + * Copy constructor. + */ + HypoelasticTemperatureDependent2DLaw(const HypoelasticTemperatureDependent2DLaw& rOther); + + /** + * Destructor. + */ + ~HypoelasticTemperatureDependent2DLaw() override; + + /** + * Operations needed by the base class: + */ + + /** + * This function is designed to be called once to perform all the checks needed + * on the input provided. Checks can be "expensive" as the function is designed + * to catch user's errors. + * @param rMaterialProperties + * @param rElementGeometry + * @param rCurrentProcessInfo + * @return + */ + int Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, + const ProcessInfo& rCurrentProcessInfo) override; + + /** + * Input and output + */ + + /** + * Turn back information as a string. + */ + std::string Info() const override; + + protected: + ///@name Protected static Member Variables + ///@{ + ///@} + ///@name Protected member Variables + ///@{ + ///@} + ///@name Protected Operators + ///@{ + ///@} + ///@name Protected Operations + ///@{ + + /// Get the effective Young Modulus for the solid. + double GetEffectiveYoungModulus(ConstitutiveLaw::Parameters& rParameters) const override; + + /// Get the effective Poisson ratio for the solid. + double GetEffectivePoissonRatio(ConstitutiveLaw::Parameters& rParameters) const override; + + /// Get the effective density for the solid. + double GetEffectiveDensity(ConstitutiveLaw::Parameters& rParameters) const override; + + ///@} + + private: + ///@name Static Member Variables + ///@{ + + ///@} + ///@name Member Variables + ///@{ + + ///@} + ///@name Private Operators + ///@{ + + ///@} + ///@name Private Operations + ///@{ + + ///@} + ///@name Private Access + ///@{ + + ///@} + ///@name Serialization + ///@{ + friend class Serializer; + + void save(Serializer& rSerializer) const override; + + void load(Serializer& rSerializer) override; + ///@} + +}; // Class HypoelasticTemperatureDependent2DLaw + +} // namespace Kratos. + +#endif // KRATOS_HYPOELASTIC_TEMPERATURE_DEPENDENT_2D_LAW_H_INCLUDED defined From 1aa66d8e97febea70a2c32d06fbb2a84b204d7fa Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:06:55 +0100 Subject: [PATCH 08/24] Add 3D Hypoelastic temperature dependent law --- ...poelastic_temperature_dependent_3D_law.cpp | 112 +++++++++++++ ...hypoelastic_temperature_dependent_3D_law.h | 154 ++++++++++++++++++ 2 files changed, 266 insertions(+) create mode 100644 applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_3D_law.cpp create mode 100644 applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_3D_law.h diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_3D_law.cpp b/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_3D_law.cpp new file mode 100644 index 000000000000..813354ddaa8e --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_3D_law.cpp @@ -0,0 +1,112 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Massimiliano Zecchetto +// Collaborators: +// +//------------------------------------------------------------- +// + +// System includes +#include + +// External includes + +// Project includes +#include "custom_constitutive/solid_laws/hypoelastic_temperature_dependent_3D_law.h" +#include "includes/checks.h" +#include "pfem_fluid_dynamics_application_variables.h" + +namespace Kratos { + +//********************************CONSTRUCTOR********************************* +//**************************************************************************** + +HypoelasticTemperatureDependent3DLaw::HypoelasticTemperatureDependent3DLaw() : Hypoelastic3DLaw() {} + +//******************************COPY CONSTRUCTOR****************************** +//**************************************************************************** + +HypoelasticTemperatureDependent3DLaw::HypoelasticTemperatureDependent3DLaw(const HypoelasticTemperatureDependent3DLaw& rOther) : Hypoelastic3DLaw(rOther) {} + +//***********************************CLONE************************************ +//**************************************************************************** + +ConstitutiveLaw::Pointer HypoelasticTemperatureDependent3DLaw::Clone() const { return Kratos::make_shared(*this); } + +//*********************************DESTRUCTOR********************************* +//**************************************************************************** + +HypoelasticTemperatureDependent3DLaw::~HypoelasticTemperatureDependent3DLaw() {} + +int HypoelasticTemperatureDependent3DLaw::Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, + const ProcessInfo& rCurrentProcessInfo) { + + KRATOS_CHECK_VARIABLE_KEY(YOUNG_MODULUS); + KRATOS_CHECK_VARIABLE_KEY(POISSON_RATIO); + KRATOS_CHECK_VARIABLE_KEY(DENSITY); + + KRATOS_ERROR_IF(rMaterialProperties[YOUNG_MODULUS] <= 0.0) + << "Incorrect or missing YOUNG_MODULUS provided in process info for HypoelasticTemperatureDependent3DLaw: " + << rMaterialProperties[YOUNG_MODULUS] << std::endl; + + KRATOS_ERROR_IF(rMaterialProperties[POISSON_RATIO] < 0.0) + << "Incorrect or missing POISSON_RATIO provided in process info for HypoelasticTemperatureDependent3DLaw: " + << rMaterialProperties[POISSON_RATIO] << std::endl; + + KRATOS_ERROR_IF(rMaterialProperties[DENSITY] <= 0.0) + << "Incorrect or missing DENSITY provided in process info for HypoelasticTemperatureDependent3DLaw: " + << rMaterialProperties[DENSITY] << std::endl; + + return 0; +} + +std::string HypoelasticTemperatureDependent3DLaw::Info() const { return "HypoelasticTemperatureDependent3DLaw"; } + +double HypoelasticTemperatureDependent3DLaw::GetEffectiveYoungModulus(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_young_modulus; + if (r_properties.HasTable(TEMPERATURE, YOUNG_MODULUS)) { + effective_young_modulus = this->GetValueFromTable(TEMPERATURE, YOUNG_MODULUS, rParameters); + } else { + effective_young_modulus = r_properties[YOUNG_MODULUS]; + } + return effective_young_modulus; +} + +double HypoelasticTemperatureDependent3DLaw::GetEffectivePoissonRatio(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_poisson_ratio; + if (r_properties.HasTable(TEMPERATURE, POISSON_RATIO)) { + effective_poisson_ratio = this->GetValueFromTable(TEMPERATURE, POISSON_RATIO, rParameters); + } else { + effective_poisson_ratio = r_properties[POISSON_RATIO]; + } + return effective_poisson_ratio; +} + +double HypoelasticTemperatureDependent3DLaw::GetEffectiveDensity(ConstitutiveLaw::Parameters& rParameters) const { + const Properties& r_properties = rParameters.GetMaterialProperties(); + double effective_density; + if (r_properties.HasTable(TEMPERATURE, DENSITY)) { + effective_density = this->GetValueFromTable(TEMPERATURE, DENSITY, rParameters); + } else { + effective_density = r_properties[DENSITY]; + } + return effective_density; +} + +void HypoelasticTemperatureDependent3DLaw::save(Serializer& rSerializer) const { + KRATOS_SERIALIZE_SAVE_BASE_CLASS(rSerializer, Hypoelastic3DLaw) +} + +void HypoelasticTemperatureDependent3DLaw::load(Serializer& rSerializer) { + KRATOS_SERIALIZE_LOAD_BASE_CLASS(rSerializer, Hypoelastic3DLaw) +} + +} // Namespace Kratos diff --git a/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_3D_law.h b/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_3D_law.h new file mode 100644 index 000000000000..15ec5c16fd35 --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_3D_law.h @@ -0,0 +1,154 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Massimiliano Zecchetto +// Collaborators: +// +//------------------------------------------------------------- +// + +#if !defined(KRATOS_HYPOELASTIC_TEMPERATURE_DEPENDENT_3D_LAW_H_INCLUDED) +#define KRATOS_HYPOELASTIC_TEMPERATURE_DEPENDENT_3D_LAW_H_INCLUDED + +// System includes + +// External includes + +// Project includes +#include "custom_constitutive/solid_laws/hypoelastic_3D_law.h" + +namespace Kratos { +/** + * Defines an Hypoelastic constitutive law for 3D + * This material law is defined by the parameters: + * 1) YOUNG MODULUS + * 2) POISSON RATIO + */ +class KRATOS_API(PFEM_FLUID_DYNAMICS_APPLICATION) HypoelasticTemperatureDependent3DLaw : public Hypoelastic3DLaw { + public: + /** + * Type Definitions + */ + typedef ProcessInfo ProcessInfoType; + typedef ConstitutiveLaw BaseType; + typedef std::size_t SizeType; + + /** + * Counted pointer of HypoelasticTemperatureDependent3DLaw + */ + KRATOS_CLASS_POINTER_DEFINITION(HypoelasticTemperatureDependent3DLaw); + + /** + * Life Cycle + */ + + /** + * Default constructor. + */ + HypoelasticTemperatureDependent3DLaw(); + + /** + * Clone function (has to be implemented by any derived class) + * @return a pointer to a new instance of this constitutive law + */ + ConstitutiveLaw::Pointer Clone() const override; + + /** + * Copy constructor. + */ + HypoelasticTemperatureDependent3DLaw(const HypoelasticTemperatureDependent3DLaw& rOther); + + /** + * Destructor. + */ + ~HypoelasticTemperatureDependent3DLaw() override; + + /** + * Operations needed by the base class: + */ + + /** + * This function is designed to be called once to perform all the checks needed + * on the input provided. Checks can be "expensive" as the function is designed + * to catch user's errors. + * @param rMaterialProperties + * @param rElementGeometry + * @param rCurrentProcessInfo + * @return + */ + int Check(const Properties& rMaterialProperties, const GeometryType& rElementGeometry, + const ProcessInfo& rCurrentProcessInfo) override; + + /** + * Input and output + */ + + /** + * Turn back information as a string. + */ + std::string Info() const override; + + protected: + ///@name Protected static Member Variables + ///@{ + ///@} + ///@name Protected member Variables + ///@{ + ///@} + ///@name Protected Operators + ///@{ + ///@} + ///@name Protected Operations + ///@{ + + /// Get the effective Young Modulus for the solid. + double GetEffectiveYoungModulus(ConstitutiveLaw::Parameters& rParameters) const override; + + /// Get the effective Poisson ratio for the solid. + double GetEffectivePoissonRatio(ConstitutiveLaw::Parameters& rParameters) const override; + + /// Get the effective density for the solid. + double GetEffectiveDensity(ConstitutiveLaw::Parameters& rParameters) const override; + + ///@} + + private: + ///@name Static Member Variables + ///@{ + + ///@} + ///@name Member Variables + ///@{ + + ///@} + ///@name Private Operators + ///@{ + + ///@} + ///@name Private Operations + ///@{ + + ///@} + ///@name Private Access + ///@{ + + ///@} + ///@name Serialization + ///@{ + friend class Serializer; + + void save(Serializer& rSerializer) const override; + + void load(Serializer& rSerializer) override; + ///@} + +}; // Class HypoelasticTemperatureDependent3DLaw + +} // namespace Kratos. + +#endif // KRATOS_HYPOELASTIC_TEMPERATURE_DEPENDENT_3D_LAW_H_INCLUDED defined From dc8c11ca091191d5cdf90a1cd9f5d05a1124094c Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:07:51 +0100 Subject: [PATCH 09/24] Add new claws to CMakeLists --- applications/PfemFluidDynamicsApplication/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications/PfemFluidDynamicsApplication/CMakeLists.txt b/applications/PfemFluidDynamicsApplication/CMakeLists.txt index 581a095e339d..6f848a3d020e 100755 --- a/applications/PfemFluidDynamicsApplication/CMakeLists.txt +++ b/applications/PfemFluidDynamicsApplication/CMakeLists.txt @@ -43,8 +43,12 @@ set( KRATOS_PFEM_FLUID_DYNAMICS_APPLICATION_CORE ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/fluid_laws/fluid_constitutive_law.cpp ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/fluid_laws/bingham_2D_law.cpp ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/fluid_laws/bingham_3D_law.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/fluid_laws/bingham_temperature_dependent_2D_law.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/fluid_laws/bingham_temperature_dependent_3D_law.cpp ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/fluid_laws/newtonian_2D_law.cpp ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/fluid_laws/newtonian_3D_law.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/fluid_laws/newtonian_temperature_dependent_2D_law.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/fluid_laws/newtonian_temperature_dependent_3D_law.cpp ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/fluid_laws/papanastasiou_mu_I_rheology_2D_law.cpp ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/fluid_laws/papanastasiou_mu_I_rheology_3D_law.cpp ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/fluid_laws/barker_mu_I_rheology_3D_law.cpp @@ -56,6 +60,8 @@ set( KRATOS_PFEM_FLUID_DYNAMICS_APPLICATION_CORE ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/solid_laws/solid_constitutive_law.cpp ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/solid_laws/hypoelastic_2D_law.cpp ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/solid_laws/hypoelastic_3D_law.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_2D_law.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/custom_constitutive/solid_laws/hypoelastic_temperature_dependent_3D_law.cpp ) set( KRATOS_PFEM_FLUID_DYNAMICS_APPLICATION_PYTHON_INTERFACE From defb69c31e72ea2384dd5b6cdb932ff53f54874b Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:08:36 +0100 Subject: [PATCH 10/24] Add new claws to pfem_fluid_dynamics_application.h --- .../pfem_fluid_dynamics_application.h | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/applications/PfemFluidDynamicsApplication/pfem_fluid_dynamics_application.h b/applications/PfemFluidDynamicsApplication/pfem_fluid_dynamics_application.h index 7d83df6908a9..de71674efc05 100755 --- a/applications/PfemFluidDynamicsApplication/pfem_fluid_dynamics_application.h +++ b/applications/PfemFluidDynamicsApplication/pfem_fluid_dynamics_application.h @@ -3,7 +3,7 @@ // KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | // | _/ _/ -_) ' \| _|| | || | / _` | // |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS -// +// // License:(BSD) PfemFluidDynamicsApplication/license.txt // // Main authors: Josep Maria Carbonell @@ -60,8 +60,12 @@ // Fluid constitutive laws #include "custom_constitutive/fluid_laws/bingham_2D_law.h" #include "custom_constitutive/fluid_laws/bingham_3D_law.h" +#include "custom_constitutive/fluid_laws/bingham_temperature_dependent_2D_law.h" +#include "custom_constitutive/fluid_laws/bingham_temperature_dependent_3D_law.h" #include "custom_constitutive/fluid_laws/newtonian_2D_law.h" #include "custom_constitutive/fluid_laws/newtonian_3D_law.h" +#include "custom_constitutive/fluid_laws/newtonian_temperature_dependent_2D_law.h" +#include "custom_constitutive/fluid_laws/newtonian_temperature_dependent_3D_law.h" #include "custom_constitutive/fluid_laws/papanastasiou_mu_I_rheology_2D_law.h" #include "custom_constitutive/fluid_laws/papanastasiou_mu_I_rheology_3D_law.h" #include "custom_constitutive/fluid_laws/jop_mu_I_rheology_3D_law.h" @@ -72,6 +76,8 @@ // Solid constitutive laws #include "custom_constitutive/solid_laws/hypoelastic_2D_law.h" #include "custom_constitutive/solid_laws/hypoelastic_3D_law.h" +#include "custom_constitutive/solid_laws/hypoelastic_temperature_dependent_2D_law.h" +#include "custom_constitutive/solid_laws/hypoelastic_temperature_dependent_3D_law.h" #include "pfem_fluid_dynamics_application_variables.h" @@ -291,11 +297,15 @@ class KRATOS_API(PFEM_FLUID_DYNAMICS_APPLICATION) KratosPfemFluidDynamicsApplica // Fluid constitutive laws const Bingham2DLaw mBingham2DLaw; const Bingham3DLaw mBingham3DLaw; + const BinghamTemperatureDependent2DLaw mBinghamTemperatureDependent2DLaw; + const BinghamTemperatureDependent3DLaw mBinghamTemperatureDependent3DLaw; const Newtonian2DLaw mNewtonian2DLaw; const Newtonian3DLaw mNewtonian3DLaw; + const NewtonianTemperatureDependent2DLaw mNewtonianTemperatureDependent2DLaw; + const NewtonianTemperatureDependent3DLaw mNewtonianTemperatureDependent3DLaw; const PapanastasiouMuIRheology2DLaw mPapanastasiouMuIRheology2DLaw; - const JopMuIRheology3DLaw mJopMuIRheology3DLaw; const PapanastasiouMuIRheology3DLaw mPapanastasiouMuIRheology3DLaw; + const JopMuIRheology3DLaw mJopMuIRheology3DLaw; const BarkerMuIRheology3DLaw mBarkerMuIRheology3DLaw; const BarkerBercovierMuIRheology3DLaw mBarkerBercovierMuIRheology3DLaw; const BercovierMuIRheology3DLaw mBercovierMuIRheology3DLaw; @@ -303,6 +313,9 @@ class KRATOS_API(PFEM_FLUID_DYNAMICS_APPLICATION) KratosPfemFluidDynamicsApplica // Solid constitutive laws const Hypoelastic3DLaw mHypoelastic3DLaw; const Hypoelastic2DLaw mHypoelastic2DLaw; + const HypoelasticTemperatureDependent2DLaw mHypoelasticTemperatureDependent2DLaw; + const HypoelasticTemperatureDependent3DLaw mHypoelasticTemperatureDependent3DLaw; + ///@} ///@name Private Operators ///@{ From 9fa1476fb2eb8a5c40f300516401ffab84638619 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:08:52 +0100 Subject: [PATCH 11/24] Add new claws to pfem_fluid_dynamics_application.cpp --- .../pfem_fluid_dynamics_application.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications/PfemFluidDynamicsApplication/pfem_fluid_dynamics_application.cpp b/applications/PfemFluidDynamicsApplication/pfem_fluid_dynamics_application.cpp index 4ed67bed3fc1..15536729dc34 100644 --- a/applications/PfemFluidDynamicsApplication/pfem_fluid_dynamics_application.cpp +++ b/applications/PfemFluidDynamicsApplication/pfem_fluid_dynamics_application.cpp @@ -218,8 +218,12 @@ void KratosPfemFluidDynamicsApplication::Register() //Register Fluid Constitutive Laws KRATOS_REGISTER_CONSTITUTIVE_LAW("Bingham2DLaw", mBingham2DLaw); KRATOS_REGISTER_CONSTITUTIVE_LAW("Bingham3DLaw", mBingham3DLaw); + KRATOS_REGISTER_CONSTITUTIVE_LAW("BinghamTemperatureDependent2DLaw", mBinghamTemperatureDependent2DLaw); + KRATOS_REGISTER_CONSTITUTIVE_LAW("BinghamTemperatureDependent3DLaw", mBinghamTemperatureDependent3DLaw); KRATOS_REGISTER_CONSTITUTIVE_LAW("Newtonian2DLaw", mNewtonian2DLaw); KRATOS_REGISTER_CONSTITUTIVE_LAW("Newtonian3DLaw", mNewtonian3DLaw); + KRATOS_REGISTER_CONSTITUTIVE_LAW("NewtonianTemperatureDependent2DLaw", mNewtonianTemperatureDependent2DLaw); + KRATOS_REGISTER_CONSTITUTIVE_LAW("NewtonianTemperatureDependent3DLaw", mNewtonianTemperatureDependent3DLaw); KRATOS_REGISTER_CONSTITUTIVE_LAW("PapanastasiouMuIRheology2DLaw", mPapanastasiouMuIRheology2DLaw); KRATOS_REGISTER_CONSTITUTIVE_LAW("PapanastasiouMuIRheology3DLaw", mPapanastasiouMuIRheology3DLaw); KRATOS_REGISTER_CONSTITUTIVE_LAW("JopMuIRheology3DLaw", mJopMuIRheology3DLaw); @@ -230,6 +234,8 @@ void KratosPfemFluidDynamicsApplication::Register() //Register Solid Constitutive Laws KRATOS_REGISTER_CONSTITUTIVE_LAW("Hypoelastic2DLaw", mHypoelastic2DLaw); KRATOS_REGISTER_CONSTITUTIVE_LAW("Hypoelastic3DLaw", mHypoelastic3DLaw); + KRATOS_REGISTER_CONSTITUTIVE_LAW("HypoelasticTemperatureDependent2DLaw", mHypoelasticTemperatureDependent2DLaw); + KRATOS_REGISTER_CONSTITUTIVE_LAW("HypoelasticTemperatureDependent3DLaw", mHypoelasticTemperatureDependent3DLaw); //Register Flow Rules From 62e7f1064d5ab995ab9dbb0398804719f6fddf2c Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:09:37 +0100 Subject: [PATCH 12/24] Add set_mesh_velocity process --- ..._velocity_for_thermal_coupling_process.hpp | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 applications/PfemFluidDynamicsApplication/custom_processes/set_mesh_velocity_for_thermal_coupling_process.hpp diff --git a/applications/PfemFluidDynamicsApplication/custom_processes/set_mesh_velocity_for_thermal_coupling_process.hpp b/applications/PfemFluidDynamicsApplication/custom_processes/set_mesh_velocity_for_thermal_coupling_process.hpp new file mode 100644 index 000000000000..f117b6af10f5 --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_processes/set_mesh_velocity_for_thermal_coupling_process.hpp @@ -0,0 +1,92 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Massimiliano Zecchetto +// Collaborators: +// +//------------------------------------------------------------- +// + +#if !defined(SET_MESH_VELOCITY_FOR_THERMAL_COUPLING_PROCESS) +#define SET_MESH_VELOCITY_FOR_THERMAL_COUPLING_PROCESS + +#include "includes/define.h" +#include "includes/model_part.h" +#include "processes/process.h" + +namespace Kratos +{ + +/** + * @class SetMeshVelocityForThermalCouplingProcess + * @ingroup PfemFluidDynamicsApplication + * @brief This method sets the MESH_VELOCITY equal to the nodal VELOCITY + * @author Massimiliano Zecchetto +*/ +class SetMeshVelocityForThermalCouplingProcess : public Process { + +public: + + KRATOS_CLASS_POINTER_DEFINITION(SetMeshVelocityForThermalCouplingProcess); + + /// Constructor + SetMeshVelocityForThermalCouplingProcess(ModelPart& model_part) : rModelPart(model_part) {} + + /// Destructor. + ~SetMeshVelocityForThermalCouplingProcess() override {} + + void operator()() { + Execute(); + } + + void Execute() override { + KRATOS_TRY; + + this->SetMeshVelocity(rModelPart); + + KRATOS_CATCH(""); + } + + void ExecuteInitialize() override {} + + void ExecuteInitializeSolutionStep() override {} + +protected: + + ModelPart& rModelPart; + +private: + + void SetMeshVelocity(ModelPart& rModelPart) const { + const auto& it_node_begin = rModelPart.NodesBegin(); + #pragma omp parallel for + for (int i = 0; i < static_cast(rModelPart.Nodes().size()); i++) { + auto it_node = it_node_begin + i; + noalias(it_node->FastGetSolutionStepValue(MESH_VELOCITY)) = it_node->FastGetSolutionStepValue(VELOCITY); + } + } + +}; // Class SetMeshVelocityForThermalCouplingProcess + +/// input stream function +inline std::istream &operator>>(std::istream &rIStream, + SetMeshVelocityForThermalCouplingProcess &rThis); + +/// output stream function +inline std::ostream &operator<<(std::ostream &rOStream, + const SetMeshVelocityForThermalCouplingProcess &rThis) { + rThis.PrintInfo(rOStream); + rOStream << std::endl; + rThis.PrintData(rOStream); + + return rOStream; +} + +} // namespace Kratos. + +#endif /* SET_MESH_VELOCITY_FOR_THERMAL_COUPLING_PROCESS defined */ \ No newline at end of file From 1885cd98bef6543b6038a60642388b1596bf12b6 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:10:03 +0100 Subject: [PATCH 13/24] Add new processes to python --- .../add_custom_processes_to_python.cpp | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/applications/PfemFluidDynamicsApplication/custom_python/add_custom_processes_to_python.cpp b/applications/PfemFluidDynamicsApplication/custom_python/add_custom_processes_to_python.cpp index ae757071258d..1563506b9e1f 100644 --- a/applications/PfemFluidDynamicsApplication/custom_python/add_custom_processes_to_python.cpp +++ b/applications/PfemFluidDynamicsApplication/custom_python/add_custom_processes_to_python.cpp @@ -53,6 +53,10 @@ #include "custom_processes/assign_vector_field_to_pfem_entities_process.hpp" #include "custom_processes/assign_scalar_field_to_pfem_entities_process.hpp" +// Coupling with ConvectionDiffusionApplication processes +#include "custom_processes/update_thermal_model_part_process.hpp" +#include "custom_processes/set_mesh_velocity_for_thermal_coupling_process.hpp" + //Processes namespace Kratos @@ -183,7 +187,18 @@ void AddCustomProcessesToPython(pybind11::module &m) .def(py::init()) .def(py::init> &, array_1d &>()) .def("Execute", &AssignVectorVariableToPfemConditionsProcess::Execute); - ; + + //**********COUPLING WITH CONVECTION DIFFUSION APPLICATION PROCESSES*********// + py::class_ + (m, "UpdateThermalModelPartProcess") + .def(py::init< ModelPart&, ModelPart&, ModelPart&, unsigned int>()) + .def("Execute", &UpdateThermalModelPartProcess::Execute);//.def(py::init< ModelPart&, ModelPart&, Parameters &>()) + + py::class_ + (m, "SetMeshVelocityForThermalCouplingProcess") + .def(py::init< ModelPart &>()) + .def("Execute", &SetMeshVelocityForThermalCouplingProcess::Execute); + ; } } // namespace Python. From 78e6a45e151b0b2557c1c3ddab04418a273fed64 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:14:35 +0100 Subject: [PATCH 14/24] Update solver_wrapper --- .../python_solvers_wrapper_pfem_fluid.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/applications/PfemFluidDynamicsApplication/python_scripts/python_solvers_wrapper_pfem_fluid.py b/applications/PfemFluidDynamicsApplication/python_scripts/python_solvers_wrapper_pfem_fluid.py index 2764025b0065..95a428e11376 100644 --- a/applications/PfemFluidDynamicsApplication/python_scripts/python_solvers_wrapper_pfem_fluid.py +++ b/applications/PfemFluidDynamicsApplication/python_scripts/python_solvers_wrapper_pfem_fluid.py @@ -1,5 +1,5 @@ # Making KratosMultiphysics backward compatible with python 2.6 and 2.7 -from __future__ import print_function, absolute_import, division +from __future__ import print_function, absolute_import, division # Importing Kratos import KratosMultiphysics @@ -18,9 +18,13 @@ def CreateSolverByParameters(model, solver_settings, parallelism): elif solver_type == "pfem_fluid_nodal_integration_solver" or solver_type == "PfemFluidNodalIntegration": solver_module_name = "pfem_fluid_nodal_integration_solver" + elif solver_type == "pfem_fluid_thermally_coupled_solver" or solver_type == "PfemFluidThermallyCoupled": + solver_module_name = "pfem_fluid_thermally_coupled_solver" + else: - err_msg = "The requested solver type \"" + solver_type + "\" is not in the python solvers wrapper\n" - err_msg += "Available options are: \"pfem_fluid_solver\", \"pfem_fluid_nodal_integration_solver\"" + err_msg = "The requested solver type \"" + solver_type + "\" is not in the python solvers wrapper.\n" + err_msg += "Available options are: \"pfem_fluid_solver\", \n" + err_msg += "\"pfem_fluid_nodal_integration_solver\", \"pfem_fluid_thermally_coupled_solver\"" raise Exception(err_msg) module_full = 'KratosMultiphysics.PfemFluidDynamicsApplication.' + solver_module_name From af95f67d7c4c3180bf0c3be4c9c3f742781d32b7 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:14:52 +0100 Subject: [PATCH 15/24] Add coupled solver --- .../pfem_fluid_thermally_coupled_solver.py | 222 ++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 applications/PfemFluidDynamicsApplication/python_scripts/pfem_fluid_thermally_coupled_solver.py diff --git a/applications/PfemFluidDynamicsApplication/python_scripts/pfem_fluid_thermally_coupled_solver.py b/applications/PfemFluidDynamicsApplication/python_scripts/pfem_fluid_thermally_coupled_solver.py new file mode 100644 index 000000000000..83426b1c1b7e --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/python_scripts/pfem_fluid_thermally_coupled_solver.py @@ -0,0 +1,222 @@ +from __future__ import print_function, absolute_import, division +import sys + +# Importing the Kratos Library +import KratosMultiphysics as KM + +# Import applications +import KratosMultiphysics.PfemFluidDynamicsApplication as KratosPfemFluid +import KratosMultiphysics.ConvectionDiffusionApplication as KratosConvDiff + +# Importing the base class +from KratosMultiphysics.python_solver import PythonSolver + +def CreateSolver(main_model_part, custom_settings): + return CoupledPfemFluidThermalSolver(main_model_part, custom_settings) + +class CoupledPfemFluidThermalSolver(PythonSolver): + + def __init__(self, model, custom_settings): + + self._validate_settings_in_baseclass = True + + super(CoupledPfemFluidThermalSolver, self).__init__(model, custom_settings) + + # Get domain size + self.domain_size = self.settings["domain_size"].GetInt() + + from KratosMultiphysics.PfemFluidDynamicsApplication import python_solvers_wrapper_pfem_fluid + self.fluid_solver = python_solvers_wrapper_pfem_fluid.CreateSolverByParameters(self.model,self.settings["fluid_solver_settings"],"OpenMP") + + from KratosMultiphysics.ConvectionDiffusionApplication import python_solvers_wrapper_convection_diffusion + self.thermal_solver = python_solvers_wrapper_convection_diffusion.CreateSolverByParameters(self.model,self.settings["thermal_solver_settings"],"OpenMP") + + @classmethod + def GetDefaultSettings(cls): + this_defaults = KM.Parameters("""{ + "solver_type": "coupled_pfem_fluid_thermal_solver", + "model_part_name": "PfemFluidModelPart", + "time_stepping" : { + "automatic_time_step" : false, + "time_step" : 0.001 + }, + "domain_size": 2, + "echo_level" : 1, + "fluid_solver_settings":{ + "physics_type" : "fluid", + "model_import_settings":{ + "input_type": "mdpa", + "input_filename": "unknown_name" + }, + "buffer_size": 3, + "echo_level": 1, + "reform_dofs_at_each_step": false, + "clear_storage": false, + "compute_reactions": true, + "move_mesh_flag": true, + "dofs" : [], + "stabilization_factor": 1.0, + "line_search": false, + "compute_contact_forces": false, + "block_builder": false, + "component_wise": false, + "predictor_corrector": true, + "time_order": 2, + "maximum_velocity_iterations": 1, + "maximum_pressure_iterations": 7, + "velocity_tolerance": 1e-5, + "pressure_tolerance": 1e-5, + "pressure_linear_solver_settings": { + "solver_type" : "amgcl", + "max_iteration" : 5000, + "tolerance" : 1e-9, + "provide_coordinates" : false, + "scaling" : false, + "smoother_type" : "damped_jacobi", + "krylov_type" : "cg", + "coarsening_type" : "aggregation", + "verbosity" : 0 + }, + "velocity_linear_solver_settings": { + "solver_type" : "bicgstab", + "max_iteration" : 5000, + "tolerance" : 1e-9, + "preconditioner_type" : "none", + "scaling" : false + }, + "solving_strategy_settings":{ + "time_step_prediction_level": 0, + "max_delta_time": 1.0e-5, + "fraction_delta_time": 0.9, + "rayleigh_damping": false, + "rayleigh_alpha": 0.0, + "rayleigh_beta" : 0.0 + }, + "bodies_list": [], + "problem_domain_sub_model_part_list": [], + "processes_sub_model_part_list": [], + "constraints_process_list": [], + "loads_process_list" : [], + "output_process_list" : [], + "output_configuration" : {}, + "problem_process_list" : [], + "processes" : {}, + "output_processes" : {}, + "check_process_list": [] + }, + "thermal_solver_settings": { + "solver_type": "Transient", + "analysis_type": "linear", + "computing_model_part_name": "thermal_computing_domain", + "model_import_settings": { + "input_type": "use_input_model_part" + }, + "material_import_settings": { + "materials_filename": "ThermalMaterials.json" + }, + "reform_dofs_at_each_step": true + }, + "coupling_settings": {} + }""") + + this_defaults.AddMissingParameters(super(CoupledPfemFluidThermalSolver, cls).GetDefaultSettings()) + + return this_defaults + + def AddVariables(self): + # Import the fluid and thermal solver variables. Then merge them to have them in both pfem and thermal solvers. + self.fluid_solver.AddVariables() + self.thermal_solver.AddVariables() + KM.MergeVariableListsUtility().Merge(self.fluid_solver.main_model_part, self.thermal_solver.main_model_part) + print("::[PfemFluidThermallyCoupledSolver]:: Variables MERGED") + + def ImportModelPart(self): + # Call the fluid solver to import the model part from the mdpa + self.fluid_solver._ImportModelPart(self.fluid_solver.main_model_part,self.settings["fluid_solver_settings"]["model_import_settings"]) + + def CloneThermalModelPart(self): + # Save the convection diffusion settings + convection_diffusion_settings = self.thermal_solver.main_model_part.ProcessInfo.GetValue(KM.CONVECTION_DIFFUSION_SETTINGS) + + # Here the pfem model part is cloned to be the thermal model part so that the nodes are shared + modeler = KM.ConnectivityPreserveModeler() + if self.domain_size == 2: + modeler.GenerateModelPart(self.fluid_solver.main_model_part, + self.thermal_solver.main_model_part, + "EulerianConvDiff2D", + "ThermalFace2D2N") + else: + modeler.GenerateModelPart(self.fluid_solver.main_model_part, + self.thermal_solver.main_model_part, + "EulerianConvDiff3D", + "ThermalFace3D3N") + + # Set the saved convection diffusion settings to the new thermal model part + self.thermal_solver.main_model_part.ProcessInfo.SetValue(KM.CONVECTION_DIFFUSION_SETTINGS, convection_diffusion_settings) + + def AddDofs(self): + self.fluid_solver.AddDofs() + self.thermal_solver.AddDofs() + + def GetComputingModelPart(self): + return self.fluid_solver.GetComputingModelPart() + + def ComputeDeltaTime(self): + return self.fluid_solver._ComputeDeltaTime() + + def GetMinimumBufferSize(self): + buffer_size_fluid = self.fluid_solver.GetMinimumBufferSize() + buffer_size_thermal = self.thermal_solver.GetMinimumBufferSize() + return max(buffer_size_fluid, buffer_size_thermal) + + def Initialize(self): + self.fluid_solver.Initialize() + self.thermal_solver.Initialize() + + def InitializeStrategy(self): + self.fluid_solver.InitializeStrategy() + + def Clear(self): + (self.fluid_solver).Clear() + (self.thermal_solver).Clear() + + def Check(self): + (self.fluid_solver).Check() + (self.thermal_solver).Check() + + def SetEchoLevel(self, level): + (self.fluid_solver).SetEchoLevel(level) + (self.thermal_solver).SetEchoLevel(level) + + def AdvanceInTime(self, current_time): + #NOTE: the cloning is done ONLY ONCE since the nodes are shared + new_time = self.fluid_solver.AdvanceInTime(current_time) + return new_time + + def InitializeSolutionStep(self): + KratosPfemFluid.UpdateThermalModelPartProcess( + self.fluid_solver.main_model_part, \ + self.thermal_solver.main_model_part, \ + self.thermal_solver.GetComputingModelPart(), \ + self.domain_size).Execute() + self.fluid_solver.InitializeSolutionStep() + self.thermal_solver.InitializeSolutionStep() + + def Predict(self): + self.fluid_solver.Predict() + self.thermal_solver.Predict() + + def SolveSolutionStep(self): + pfem_is_converged = self.fluid_solver.SolveSolutionStep() + KratosPfemFluid.SetMeshVelocityForThermalCouplingProcess(self.fluid_solver.main_model_part).Execute() + thermal_is_converged = self.thermal_solver.SolveSolutionStep() + return (pfem_is_converged and thermal_is_converged) + + def FinalizeSolutionStep(self): + self.fluid_solver.FinalizeSolutionStep() + self.thermal_solver.FinalizeSolutionStep() + + def PrepareModelPart(self): + self.CloneThermalModelPart() + self.fluid_solver.PrepareModelPart() + self.thermal_solver.PrepareModelPart() From 632d8edd4eda3ae107df0fcbd2692a68d10be475 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:15:15 +0100 Subject: [PATCH 16/24] Add rebuild_thermal_model_part process --- .../update_thermal_model_part_process.hpp | 170 ++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 applications/PfemFluidDynamicsApplication/custom_processes/update_thermal_model_part_process.hpp diff --git a/applications/PfemFluidDynamicsApplication/custom_processes/update_thermal_model_part_process.hpp b/applications/PfemFluidDynamicsApplication/custom_processes/update_thermal_model_part_process.hpp new file mode 100644 index 000000000000..c599c3822b6e --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/custom_processes/update_thermal_model_part_process.hpp @@ -0,0 +1,170 @@ +//------------------------------------------------------------- +// ___ __ ___ _ _ _ +// KRATOS| _ \/ _|___ _ __ | __| |_ _(_)__| | +// | _/ _/ -_) ' \| _|| | || | / _` | +// |_| |_| \___|_|_|_|_| |_|\_,_|_\__,_|DYNAMICS +// +// BSD License: PfemFluidDynamicsApplication/license.txt +// +// Main authors: Massimiliano Zecchetto +// Collaborators: +// +//------------------------------------------------------------- +// + +#if !defined(UPDATE_THERMAL_MODEL_PART_PROCESS) +#define UPDATE_THERMAL_MODEL_PART_PROCESS + +#include +#include +#include +#include "includes/define.h" +#include "includes/model_part.h" +#include "processes/process.h" +#include "utilities/variable_utils.h" + +namespace Kratos { + +/** + * This method fills rDestinationModelPart using data obtained from rOriginModelPart. + * The elements of rDestinationModelPart part use the same connectivity (and id) + * as in rOriginModelPart but their type is determined by rReferenceElement. + * Both ModelParts will share the same nodes. + * @class UpdateThermalModelPartProcess + * @ingroup PfemFluidDynamicsApplication + * @author Massimiliano Zecchetto + */ +class UpdateThermalModelPartProcess : public Process { + public: + typedef Element BaseType; + + KRATOS_CLASS_POINTER_DEFINITION(UpdateThermalModelPartProcess); + + /// Constructor + UpdateThermalModelPartProcess(ModelPart& origin_model_part, ModelPart& destination_model_part, + ModelPart& computing_model_part, unsigned int DomainSize) + : rOriginModelPart(origin_model_part), + rDestinationModelPart(destination_model_part), + rComputingModelPart(computing_model_part) { + rDomainSize = DomainSize; + if (rDomainSize == 2) { + ReferenceElement = "EulerianConvDiff2D"; + } else { + ReferenceElement = "EulerianConvDiff3D"; + } + } + + /// Destructor. + ~UpdateThermalModelPartProcess() override {} + + void operator()() { Execute(); } + + void Execute() override { + KRATOS_TRY; + + this->ResetDestinationModelPart(); + this->CopyNodes(); + this->DuplicateElements(); + this->BuildThermalComputingDomain(); + + KRATOS_CATCH(""); + } + + void ExecuteInitialize() override {} + + void ExecuteInitializeSolutionStep() override {} + + protected: + ModelPart& rOriginModelPart; + ModelPart& rDestinationModelPart; + ModelPart& rComputingModelPart; + std::string ReferenceElement; + unsigned int rDomainSize; + + private: + void ResetDestinationModelPart() const { + rOriginModelPart.RemoveNodesFromAllLevels(TO_ERASE); + VariableUtils().SetFlag(TO_ERASE, true, rDestinationModelPart.Nodes()); + VariableUtils().SetFlag(TO_ERASE, true, rDestinationModelPart.Elements()); + rDestinationModelPart.RemoveNodesFromAllLevels(TO_ERASE); + rDestinationModelPart.RemoveElementsFromAllLevels(TO_ERASE); + VariableUtils().SetFlag(TO_ERASE, false, rOriginModelPart.Nodes()); + } + + void CopyNodes() const { + // Copy nodes to the rDestinationModelPart + rDestinationModelPart.AddNodes(rOriginModelPart.NodesBegin(), rOriginModelPart.NodesEnd()); + + // Copy nodes to the rDestinationModelPart's sub model parts + for (auto i_part = rOriginModelPart.SubModelPartsBegin(); i_part != rOriginModelPart.SubModelPartsEnd(); + ++i_part) { + if (!rDestinationModelPart.HasSubModelPart(i_part->Name())) { + rDestinationModelPart.CreateSubModelPart(i_part->Name()); + } + ModelPart& destination_part = rDestinationModelPart.GetSubModelPart(i_part->Name()); + destination_part.AddNodes(i_part->NodesBegin(), i_part->NodesEnd()); + } + } + + void DuplicateElements() const { + const Element& mReferenceElement = KratosComponents::Get(ReferenceElement); + for (ModelPart::SubModelPartIterator i_mp = rOriginModelPart.SubModelPartsBegin(); + i_mp != rOriginModelPart.SubModelPartsEnd(); i_mp++) { + if (i_mp->NumberOfElements()) { + ModelPart& destination_part = rDestinationModelPart.GetSubModelPart(i_mp->Name()); + ModelPart::ElementsContainerType temp_elements; + temp_elements.reserve(i_mp->NumberOfElements()); + + // Skip the ComputingModelPart of the PfemFluidModelPart + if ((i_mp->Is(SOLID) && i_mp->IsNot(ACTIVE)) || (i_mp->Is(FLUID) && i_mp->IsNot(ACTIVE)) || + (i_mp->Is(BOUNDARY) && i_mp->Is(RIGID))) { + for (auto it_elem = i_mp->ElementsBegin(); it_elem != i_mp->ElementsEnd(); ++it_elem) { + Properties::Pointer properties = it_elem->pGetProperties(); + + Element::Pointer p_element = + mReferenceElement.Create(it_elem->Id(), it_elem->GetGeometry(), properties); + temp_elements.push_back(p_element); + } + rDestinationModelPart.AddElements(temp_elements.begin(), temp_elements.end()); + destination_part.AddElements(temp_elements.begin(), temp_elements.end()); + } + } + } + } + + void BuildThermalComputingDomain() const { + // Copy nodes + rComputingModelPart.AddNodes(rDestinationModelPart.NodesBegin(), rDestinationModelPart.NodesEnd()); + + // Copy elements + std::vector ids; + ids.reserve(rDestinationModelPart.Elements().size()); + const auto& it_elem_begin = rDestinationModelPart.ElementsBegin(); + + #pragma omp parallel for + for (int i = 0; i < static_cast(rDestinationModelPart.Elements().size()); i++) { + auto it_elem = it_elem_begin + i; + #pragma omp critical + { ids.push_back(it_elem->Id()); } + } + + rComputingModelPart.AddElements(ids, 0); + } + +}; // Class UpdateThermalModelPartProcess + +/// input stream function +inline std::istream& operator>>(std::istream& rIStream, UpdateThermalModelPartProcess& rThis); + +/// output stream function +inline std::ostream& operator<<(std::ostream& rOStream, const UpdateThermalModelPartProcess& rThis) { + rThis.PrintInfo(rOStream); + rOStream << std::endl; + rThis.PrintData(rOStream); + + return rOStream; +} + +} // namespace Kratos. + +#endif /* UPDATE_THERMAL_MODEL_PART_PROCESS defined */ \ No newline at end of file From 77010be49b4dd8b31265fcc29976bb786de20364 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:15:37 +0100 Subject: [PATCH 17/24] Add preliminary test --- .../ConvectionDiffusionMaterials.json | 14 + .../PFEMFluidMaterials.json | 17 + .../ProjectParameters.json | 289 ++++ .../Test_2D_thermal_coupling.mdpa | 1221 +++++++++++++++++ .../Test_2D_thermal_coupling_results.json | 1 + 5 files changed, 1542 insertions(+) create mode 100644 applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ConvectionDiffusionMaterials.json create mode 100644 applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/PFEMFluidMaterials.json create mode 100644 applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ProjectParameters.json create mode 100644 applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/Test_2D_thermal_coupling.mdpa create mode 100644 applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/Test_2D_thermal_coupling_results.json diff --git a/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ConvectionDiffusionMaterials.json b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ConvectionDiffusionMaterials.json new file mode 100644 index 000000000000..f143ae9b9ec6 --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ConvectionDiffusionMaterials.json @@ -0,0 +1,14 @@ +{ + "properties" : [{ + "model_part_name" : "ThermalModelPart.Parts_Parts_Auto1", + "properties_id" : 2, + "Material" : { + "Variables" : { + "SPECIFIC_HEAT" : 10.0, + "CONDUCTIVITY" : 100.0, + "DENSITY" : 1000.0 + }, + "Tables" : {} + } + }] +} diff --git a/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/PFEMFluidMaterials.json b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/PFEMFluidMaterials.json new file mode 100644 index 000000000000..695d8f54779c --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/PFEMFluidMaterials.json @@ -0,0 +1,17 @@ +{ + "properties" : [{ + "model_part_name" : "PfemFluidModelPart.Parts_Parts_Auto1", + "properties_id" : 1, + "Material" : { + "constitutive_law" : { + "name" : "Newtonian2DLaw" + }, + "Variables" : { + "DENSITY" : 1000.0, + "DYNAMIC_VISCOSITY" : 0.001, + "BULK_MODULUS" : 2100000000.0 + }, + "Tables" : {} + } + }] +} diff --git a/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ProjectParameters.json b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ProjectParameters.json new file mode 100644 index 000000000000..fa565c74b42d --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ProjectParameters.json @@ -0,0 +1,289 @@ +{ + "problem_data" : { + "problem_name" : "pfem_utilities_tests/2D_thermal_coupling/Test_2D_thermal_coupling", + "start_time" : 0.0, + "end_time" : 0.04, + "echo_level" : 0, + "parallel_type" : "OpenMP", + "threads" : 1, + "gravity_vector" : [0.0,-9.81,0.0] + }, + "solver_settings" : { + "solver_type" : "pfem_fluid_thermally_coupled_solver", + "domain_size" : 2, + "time_stepping" : { + "automatic_time_step" : false, + "time_step" : 0.001 + }, + "fluid_solver_settings": { + "solver_type" : "pfem_fluid_solver", + "model_part_name" : "PfemFluidModelPart", + "physics_type" : "fluid", + "domain_size" : 2, + "time_stepping" : { + "automatic_time_step" : false, + "time_step" : 0.001 + }, + "model_import_settings" : { + "input_type" : "mdpa", + "input_filename" : "pfem_utilities_tests/2D_thermal_coupling/Test_2D_thermal_coupling" + }, + "maximum_pressure_iterations" : 7, + "velocity_tolerance" : 1e-5, + "pressure_tolerance" : 1e-5, + "echo_level" : 1, + "velocity_linear_solver_settings" : { + "solver_type" : "ExternalSolversApplication.super_lu", + "scaling" : false + }, + "pressure_linear_solver_settings" : { + "solver_type" : "ExternalSolversApplication.super_lu", + "scaling" : false + }, + "bodies_list" : [{ + "body_type" : "Fluid", + "body_name" : "Fluid", + "parts_list" : ["Parts_Parts_Auto1"] + },{ + "body_type" : "Rigid", + "body_name" : "Rigid", + "parts_list" : ["Parts_Parts_Auto2"] + }], + "problem_domain_sub_model_part_list" : ["Parts_Parts_Auto1","Parts_Parts_Auto2"], + "processes_sub_model_part_list" : ["VELOCITY_Parts_Auto2"], + "material_import_settings" : { + "materials_filename" : "pfem_utilities_tests/2D_thermal_coupling/PFEMFluidMaterials.json" + } + }, + "thermal_solver_settings" : { + "solver_type" : "Transient", + "analysis_type" : "linear", + "model_part_name" : "ThermalModelPart", + "computing_model_part_name" : "thermal_computing_domain", + "domain_size" : 2, + "reform_dofs_at_each_step" : true, + "model_import_settings" : { + "input_type" : "use_input_model_part", + "input_filename" : "unknown_name" + }, + "material_import_settings" : { + "materials_filename" : "pfem_utilities_tests/2D_thermal_coupling/ConvectionDiffusionMaterials.json" + }, + "line_search" : false, + "echo_level" : 2, + "compute_reactions" : false, + "max_iteration" : 10, + "convergence_criterion" : "residual_criterion", + "solution_relative_tolerance" : 1e-5, + "solution_absolute_tolerance" : 1e-7, + "residual_relative_tolerance" : 1e-5, + "residual_absolute_tolerance" : 1e-7, + "problem_domain_sub_model_part_list" : ["Parts_Parts_Auto1"], + "processes_sub_model_part_list" : [] + } + }, + "problem_process_list" : [{ + "help" : "This process applies meshing to the problem domains", + "kratos_module" : "KratosMultiphysics.PfemFluidDynamicsApplication", + "python_module" : "remesh_fluid_domains_process", + "process_name" : "RemeshFluidDomainsProcess", + "Parameters" : { + "model_part_name" : "PfemFluidModelPart", + "meshing_control_type" : "step", + "meshing_frequency" : 1.0, + "write_totalVolumeBeforeMeshing" : false, + "meshing_before_output" : true, + "meshing_domains" : [{ + "model_part_name" : "Fluid", + "python_module" : "fluid_meshing_domain", + "alpha_shape" : 1.25, + "offset_factor" : 0.0, + "meshing_strategy" : { + "python_module" : "fluid_meshing_strategy", + "meshing_frequency" : 0, + "remesh" : true, + "refine" : true, + "reconnect" : false, + "transfer" : false, + "constrained" : false, + "mesh_smoothing" : false, + "variables_smoothing" : false, + "elemental_variables_to_smooth" : ["DETERMINANT_F"], + "reference_element_type" : "TwoStepUpdatedLagrangianVPFluidElement2D", + "reference_condition_type" : "CompositeCondition2D2N" + }, + "spatial_bounding_box" : { + "use_bounding_box" : false, + "initial_time" : 0.0, + "final_time" : 1000.0, + "upper_point" : [10,10,10], + "lower_point" : [-10,-10,-10] + }, + "spatial_refining_box" : { + "use_refining_box" : false, + "mesh_size" : 0.05, + "initial_time" : 0.0, + "final_time" : 1000.0, + "upper_point" : [1.8,1.0,10], + "lower_point" : [1.2,0.0,-10] + }, + "refining_parameters" : { + "critical_size" : 0.0, + "threshold_variable" : "PLASTIC_STRAIN", + "reference_threshold" : 0.0, + "error_variable" : "NORM_ISOCHORIC_STRESS", + "reference_error" : 0.0, + "add_nodes" : false, + "insert_nodes" : true, + "remove_nodes" : { + "apply_removal" : true, + "on_distance" : true, + "on_threshold" : false, + "on_error" : false + }, + "remove_boundary" : { + "apply_removal" : false, + "on_distance" : false, + "on_threshold" : false, + "on_error" : false + }, + "refine_elements" : { + "apply_refinement" : true, + "on_distance" : true, + "on_threshold" : false, + "on_error" : false + }, + "refine_boundary" : { + "apply_refinement" : false, + "on_distance" : false, + "on_threshold" : false, + "on_error" : false + } + } + },{ + "model_part_name" : "Rigid", + "python_module" : "fluid_meshing_domain", + "alpha_shape" : 1.25, + "offset_factor" : 0.0, + "meshing_strategy" : { + "python_module" : "fluid_meshing_strategy", + "meshing_frequency" : 0, + "remesh" : false, + "refine" : false, + "reconnect" : false, + "transfer" : false, + "constrained" : false, + "mesh_smoothing" : false, + "variables_smoothing" : false, + "elemental_variables_to_smooth" : ["DETERMINANT_F"], + "reference_element_type" : "TwoStepUpdatedLagrangianVPFluidElement2D", + "reference_condition_type" : "CompositeCondition2D2N" + }, + "spatial_bounding_box" : { + "use_bounding_box" : false, + "initial_time" : 0.0, + "final_time" : 1000.0, + "upper_point" : [10,10,10], + "lower_point" : [-10,-10,-10] + }, + "spatial_refining_box" : { + "use_refining_box" : false, + "mesh_size" : 0.05, + "initial_time" : 0.0, + "final_time" : 1000.0, + "upper_point" : [1.8,1.0,10], + "lower_point" : [1.2,0.0,-10] + }, + "refining_parameters" : { + "critical_size" : 0.0, + "threshold_variable" : "PLASTIC_STRAIN", + "reference_threshold" : 0.0, + "error_variable" : "NORM_ISOCHORIC_STRESS", + "reference_error" : 0.0, + "add_nodes" : false, + "insert_nodes" : true, + "remove_nodes" : { + "apply_removal" : true, + "on_distance" : true, + "on_threshold" : false, + "on_error" : false + }, + "remove_boundary" : { + "apply_removal" : false, + "on_distance" : false, + "on_threshold" : false, + "on_error" : false + }, + "refine_elements" : { + "apply_refinement" : true, + "on_distance" : true, + "on_threshold" : false, + "on_error" : false + }, + "refine_boundary" : { + "apply_refinement" : false, + "on_distance" : false, + "on_threshold" : false, + "on_error" : false + } + } + }] + } + }], + "processes" : { + "initial_conditions_process_list" : [{ + "python_module" : "assign_scalar_variable_process", + "kratos_module" : "KratosMultiphysics", + "Parameters" : { + "model_part_name" : "PfemFluidModelPart.Fluid", + "variable_name" : "TEMPERATURE", + "constrained" : false, + "value" : 10.0, + "interval" : [0.0,0.0001] + } + }], + "constraints_process_list" : [{ + "python_module" : "assign_vector_variable_process", + "kratos_module" : "KratosMultiphysics", + "process_name" : "AssignVectorVariableProcess", + "Parameters" : { + "model_part_name" : "PfemFluidModelPart.VELOCITY_Parts_Auto2", + "variable_name" : "VELOCITY", + "interval" : [0.0,"End"], + "constrained" : [true,true,true], + "value" : [0.0,0.0,0.0] + } + },{ + "python_module" : "assign_scalar_variable_process", + "kratos_module" : "KratosMultiphysics", + "Parameters" : { + "model_part_name" : "ThermalModelPart.VELOCITY_Parts_Auto2", + "variable_name" : "TEMPERATURE", + "constrained" : true, + "value" : -10.0, + "interval" : [0.0,"End"] + } + }], + "loads_process_list" : [], + "auxiliar_process_list" : [{ + "python_module" : "from_json_check_result_process", + "kratos_module" : "KratosMultiphysics", + "Parameters" : { + "check_variables" : ["VELOCITY","PRESSURE","TEMPERATURE"], + "input_file_name" : "pfem_utilities_tests/2D_thermal_coupling/Test_2D_thermal_coupling_results.json", + "model_part_name" : "PfemFluidModelPart", + "time_frequency" : 0.002 + } + }] + }, + "_json_output_process": [{ + "python_module" : "json_output_process", + "kratos_module" : "KratosMultiphysics", + "Parameters" : { + "output_variables" : ["VELOCITY","PRESSURE","TEMPERATURE"], + "output_file_name" : "pfem_utilities_tests/2D_thermal_coupling/Test_2D_thermal_coupling_results.json", + "model_part_name" : "PfemFluidModelPart", + "time_frequency" : 0.002 + } + }] +} diff --git a/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/Test_2D_thermal_coupling.mdpa b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/Test_2D_thermal_coupling.mdpa new file mode 100644 index 000000000000..cc8fa778ed9e --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/Test_2D_thermal_coupling.mdpa @@ -0,0 +1,1221 @@ +Begin ModelPartData +// VARIABLE_NAME value +End ModelPartData + +Begin Properties 0 +End Properties +Begin Nodes + 1 3.0000000000 1.0000000000 0.0000000000 + 2 2.9000000000 1.0000000000 0.0000000000 + 3 3.0000000000 0.9000000000 0.0000000000 + 4 2.8000000000 1.0000000000 0.0000000000 + 5 3.0000000000 0.8000000000 0.0000000000 + 6 2.7000000000 1.0000000000 0.0000000000 + 7 3.0000000000 0.7000000000 0.0000000000 + 8 2.6000000000 1.0000000000 0.0000000000 + 9 3.0000000000 0.6000000000 0.0000000000 + 10 2.5000000000 1.0000000000 0.0000000000 + 11 3.0000000000 0.5000000000 0.0000000000 + 12 2.4000000000 1.0000000000 0.0000000000 + 13 3.0000000000 0.4000000000 0.0000000000 + 14 2.3000000000 1.0000000000 0.0000000000 + 15 3.0000000000 0.3000000000 0.0000000000 + 16 2.9000000000 0.3066666667 0.0000000000 + 17 2.8000000000 0.3133333333 0.0000000000 + 18 2.7000000000 0.3200000000 0.0000000000 + 19 2.6000000000 0.3266666667 0.0000000000 + 20 2.2000000000 1.0000000000 0.0000000000 + 21 3.0000000000 0.2000000000 0.0000000000 + 22 2.7288707613 0.2442229903 0.0000000000 + 23 2.8041243945 0.1976911761 0.0000000000 + 24 2.9000000000 0.1732050808 0.0000000000 + 25 2.5000000000 0.3333333333 0.0000000000 + 26 2.6443538067 0.2413714568 0.0000000000 + 27 2.5500000000 0.2598076211 0.0000000000 + 28 2.7000000000 0.1732050808 0.0000000000 + 29 2.4000000000 0.3400000000 0.0000000000 + 30 2.1000000000 1.0000000000 0.0000000000 + 31 3.0000000000 0.1000000000 0.0000000000 + 32 2.6000000000 0.1732050808 0.0000000000 + 33 2.4500000000 0.2598076211 0.0000000000 + 34 2.8500000000 0.0866025404 0.0000000000 + 35 2.7500000000 0.0866025404 0.0000000000 + 36 2.3000000000 0.3466666667 0.0000000000 + 37 2.5000000000 0.1732050808 0.0000000000 + 38 2.6500000000 0.0866025404 0.0000000000 + 39 2.3500000000 0.2598076211 0.0000000000 + 40 3.0000000000 0.0000000000 0.0000000000 + 41 2.0000000000 1.0000000000 0.0000000000 + 42 2.9000000000 0.0000000000 0.0000000000 + 43 2.5500000000 0.0866025404 0.0000000000 + 44 2.8000000000 0.0000000000 0.0000000000 + 45 2.4000000000 0.1732050808 0.0000000000 + 46 2.2000000000 0.3533333333 0.0000000000 + 47 2.7000000000 0.0000000000 0.0000000000 + 48 2.2500000000 0.2598076211 0.0000000000 + 49 2.4500000000 0.0866025404 0.0000000000 + 50 2.6000000000 0.0000000000 0.0000000000 + 51 2.3000000000 0.1732050808 0.0000000000 + 52 1.9000000000 1.0000000000 0.0000000000 + 53 2.1000000000 0.3600000000 0.0000000000 + 54 2.5000000000 0.0000000000 0.0000000000 + 55 2.3500000000 0.0866025404 0.0000000000 + 56 2.1418759837 0.2587579993 0.0000000000 + 57 2.2000000000 0.1732050808 0.0000000000 + 58 2.4000000000 0.0000000000 0.0000000000 + 59 2.2500000000 0.0866025404 0.0000000000 + 60 2.0000000000 0.3666666667 0.0000000000 + 61 1.8000000000 1.0000000000 0.0000000000 + 62 2.0422873862 0.2674796240 0.0000000000 + 63 2.3000000000 0.0000000000 0.0000000000 + 64 2.1500000000 0.0866025404 0.0000000000 + 65 1.9715507203 0.2896811195 0.0000000000 + 66 1.9000000000 0.3733333333 0.0000000000 + 67 2.0713904598 0.1337862140 0.0000000000 + 68 2.2000000000 0.0000000000 0.0000000000 + 69 1.7000000000 1.0000000000 0.0000000000 + 70 1.9732050808 0.1900000000 0.0000000000 + 71 2.1000000000 0.0000000000 0.0000000000 + 72 1.8866025404 0.2375000000 0.0000000000 + 73 1.8000000000 0.3800000000 0.0000000000 + 74 1.9637552275 0.0942444673 0.0000000000 + 75 1.8000000000 0.2850000000 0.0000000000 + 76 1.6000000000 1.0000000000 0.0000000000 + 77 1.8866025404 0.1425000000 0.0000000000 + 78 2.0000000000 0.0000000000 0.0000000000 + 79 1.7000000000 0.3866666667 0.0000000000 + 80 1.8000000000 0.1900000000 0.0000000000 + 81 1.9000000000 0.0000000000 0.0000000000 + 82 1.7133974596 0.2375000000 0.0000000000 + 83 1.5000000000 1.0000000000 0.0000000000 + 84 1.8000000000 0.0950000000 0.0000000000 + 85 1.6000000000 0.3933333333 0.0000000000 + 86 1.6395809985 0.2972181470 0.0000000000 + 87 1.7133974596 0.1425000000 0.0000000000 + 88 1.8000000000 0.0000000000 0.0000000000 + 89 1.6267949192 0.1900000000 0.0000000000 + 90 1.4000000000 1.0000000000 0.0000000000 + 91 1.5577126138 0.2785907351 0.0000000000 + 92 1.5000000000 0.4000000000 0.0000000000 + 93 1.6362447725 0.0942444673 0.0000000000 + 94 1.7000000000 0.0000000000 0.0000000000 + 95 1.3000000000 1.0000000000 0.0000000000 + 96 1.5280143021 0.1377455658 0.0000000000 + 97 1.4533621115 0.2793217028 0.0000000000 + 98 1.4000000000 0.4066666667 0.0000000000 + 99 1.6000000000 0.0000000000 0.0000000000 + 100 1.3000000000 0.4133333333 0.0000000000 + 101 1.4500000000 0.0866025404 0.0000000000 + 102 1.2000000000 1.0000000000 0.0000000000 + 103 1.4000000000 0.1732050808 0.0000000000 + 104 1.5000000000 0.0000000000 0.0000000000 + 105 1.3219088731 0.2815331235 0.0000000000 + 106 1.4000000000 0.0000000000 0.0000000000 + 107 1.2000000000 0.4200000000 0.0000000000 + 108 1.3407302958 0.0893459617 0.0000000000 + 109 1.2943817746 0.1712681489 0.0000000000 + 110 1.1000000000 1.0000000000 0.0000000000 + 111 1.2000000000 0.3150000000 0.0000000000 + 112 1.2000000000 0.2100000000 0.0000000000 + 113 1.3000000000 0.0000000000 0.0000000000 + 114 1.1000000000 0.4266666667 0.0000000000 + 115 1.0000000000 1.0000000000 0.0000000000 + 116 1.1000000000 0.3464101615 0.0000000000 + 117 1.2000000000 0.1050000000 0.0000000000 + 118 1.0785714286 0.2605768722 0.0000000000 + 119 1.2000000000 0.0000000000 0.0000000000 + 120 1.1000000000 0.1732050808 0.0000000000 + 121 1.0000000000 0.4333333333 0.0000000000 + 122 1.0214285714 0.3455341361 0.0000000000 + 123 0.9000000000 1.0000000000 0.0000000000 + 124 1.0583333333 0.0896687836 0.0000000000 + 125 1.1000000000 0.0000000000 0.0000000000 + 126 1.0000000000 0.1732050808 0.0000000000 + 127 0.9000000000 0.4400000000 0.0000000000 + 128 0.9500000000 0.2598076211 0.0000000000 + 129 0.9000000000 0.3464101615 0.0000000000 + 130 0.8000000000 1.0000000000 0.0000000000 + 131 1.0000000000 0.0000000000 0.0000000000 + 132 0.9500000000 0.0866025404 0.0000000000 + 133 0.9000000000 0.1732050808 0.0000000000 + 134 0.8000000000 0.4466666667 0.0000000000 + 135 0.8500000000 0.2598076211 0.0000000000 + 136 0.8000000000 0.3464101615 0.0000000000 + 137 0.7000000000 1.0000000000 0.0000000000 + 138 0.9000000000 0.0000000000 0.0000000000 + 139 0.8500000000 0.0866025404 0.0000000000 + 140 0.8000000000 0.1732050808 0.0000000000 + 141 0.7000000000 0.4533333333 0.0000000000 + 142 0.7500000000 0.2598076211 0.0000000000 + 143 0.7000000000 0.3464101615 0.0000000000 + 144 0.6000000000 1.0000000000 0.0000000000 + 145 0.8000000000 0.0000000000 0.0000000000 + 146 0.7500000000 0.0866025404 0.0000000000 + 147 0.7000000000 0.1732050808 0.0000000000 + 148 0.6000000000 0.4600000000 0.0000000000 + 149 0.6500000000 0.2598076211 0.0000000000 + 150 0.6000000000 0.3464101615 0.0000000000 + 151 0.5000000000 1.0000000000 0.0000000000 + 152 0.7000000000 0.0000000000 0.0000000000 + 153 0.6500000000 0.0866025404 0.0000000000 + 154 0.6000000000 0.1732050808 0.0000000000 + 155 0.5000000000 0.4666666667 0.0000000000 + 156 0.5500000000 0.2598076211 0.0000000000 + 157 0.5000000000 0.3464101615 0.0000000000 + 158 0.6000000000 0.0000000000 0.0000000000 + 159 0.4000000000 1.0000000000 0.0000000000 + 160 0.5500000000 0.0866025404 0.0000000000 + 161 0.5000000000 0.1732050808 0.0000000000 + 162 0.4000000000 0.4733333333 0.0000000000 + 163 0.4500000000 0.2598076211 0.0000000000 + 164 0.4000000000 0.3464101615 0.0000000000 + 165 0.5000000000 0.0000000000 0.0000000000 + 166 0.3000000000 1.0000000000 0.0000000000 + 167 0.4500000000 0.0866025404 0.0000000000 + 168 0.4000000000 0.1732050808 0.0000000000 + 169 0.3000000000 0.4800000000 0.0000000000 + 170 0.3500000000 0.2598076211 0.0000000000 + 171 0.3000000000 0.3464101615 0.0000000000 + 172 0.4000000000 0.0000000000 0.0000000000 + 173 0.2000000000 1.0000000000 0.0000000000 + 174 0.3500000000 0.0866025404 0.0000000000 + 175 0.3000000000 0.1732050808 0.0000000000 + 176 0.2000000000 0.4866666667 0.0000000000 + 177 0.2500000000 0.2598076211 0.0000000000 + 178 0.2030612245 0.3712880171 0.0000000000 + 179 0.3000000000 0.0000000000 0.0000000000 + 180 0.2500000000 0.0866025404 0.0000000000 + 181 0.1000000000 1.0000000000 0.0000000000 + 182 0.2000000000 0.1732050808 0.0000000000 + 183 0.1214285714 0.4199138876 0.0000000000 + 184 0.1000000000 0.4933333333 0.0000000000 + 185 0.1500000000 0.2598076211 0.0000000000 + 186 0.1000000000 0.3464101615 0.0000000000 + 187 0.2000000000 0.0000000000 0.0000000000 + 188 0.0000000000 1.0000000000 0.0000000000 + 189 0.1416666667 0.0888354503 0.0000000000 + 190 0.0000000000 0.9000000000 0.0000000000 + 191 0.0000000000 0.8000000000 0.0000000000 + 192 0.0000000000 0.7000000000 0.0000000000 + 193 0.1000000000 0.1732050808 0.0000000000 + 194 0.0000000000 0.6000000000 0.0000000000 + 195 0.0000000000 0.5000000000 0.0000000000 + 196 0.0000000000 0.4000000000 0.0000000000 + 197 0.1000000000 0.0000000000 0.0000000000 + 198 0.0000000000 0.3000000000 0.0000000000 + 199 0.0000000000 0.2000000000 0.0000000000 + 200 0.0000000000 0.1000000000 0.0000000000 + 201 0.0000000000 0.0000000000 0.0000000000 +End Nodes + + +Begin Elements TwoStepUpdatedLagrangianVPFluidElement2D// GUI group identifier: Parts Auto1 + 1 0 201 197 200 + 2 0 145 138 139 + 3 0 139 138 132 + 4 0 145 139 146 + 5 0 132 138 131 + 6 0 139 132 133 + 7 0 146 139 140 + 8 0 132 131 124 + 9 0 133 132 126 + 10 0 140 139 133 + 11 0 124 131 125 + 12 0 126 132 124 + 13 0 124 125 117 + 14 0 126 124 120 + 15 0 120 124 117 + 16 0 126 120 118 + 17 0 118 120 112 + 18 0 126 118 128 + 19 0 128 118 122 + 20 0 126 128 133 + 21 0 122 118 116 + 22 0 133 128 135 + 23 0 116 118 111 + 24 0 122 114 121 + 25 0 122 121 129 + 26 0 135 128 129 + 27 0 129 128 122 + 28 0 135 129 136 + 29 0 129 121 127 + 30 0 129 127 136 + 31 0 135 136 142 + 32 0 142 136 143 + 33 0 135 142 140 + 34 0 143 136 134 + 35 0 142 143 149 + 36 0 140 142 147 + 37 0 149 143 150 + 38 0 142 149 147 + 39 0 150 143 141 + 40 0 147 149 154 + 41 0 154 149 156 + 42 0 147 154 153 + 43 0 156 149 150 + 44 0 154 156 161 + 45 0 153 154 160 + 46 0 161 156 163 + 47 0 154 161 160 + 48 0 163 156 157 + 49 0 161 163 168 + 50 0 160 161 167 + 51 0 157 156 150 + 52 0 163 157 164 + 53 0 168 163 170 + 54 0 167 161 168 + 55 0 164 157 155 + 56 0 163 164 170 + 57 0 167 168 174 + 58 0 170 164 171 + 59 0 174 168 175 + 60 0 167 174 172 + 61 0 171 164 162 + 62 0 170 171 177 + 63 0 175 168 170 + 64 0 172 174 179 + 65 0 177 171 178 + 66 0 170 177 175 + 67 0 179 174 180 + 68 0 178 171 169 + 69 0 175 177 182 + 70 0 180 174 175 + 71 0 182 177 185 + 72 0 175 182 180 + 73 0 185 177 178 + 74 0 180 182 189 + 75 0 185 178 186 + 76 0 189 182 193 + 77 0 180 189 187 + 78 0 186 178 183 + 79 0 193 182 185 + 80 0 189 193 200 + 81 0 187 189 197 + 82 0 183 178 176 + 83 0 197 189 200 + 84 0 172 165 167 + 85 0 167 165 160 + 86 0 160 165 158 + 87 0 160 158 153 + 88 0 153 158 152 + 89 0 153 152 146 + 90 0 146 152 145 + 91 0 153 146 147 + 92 0 147 146 140 + 93 0 195 196 184 + 94 0 187 179 180 + 95 0 135 140 133 + 96 0 198 193 185 + 97 0 186 183 196 + 98 0 193 198 199 + 99 0 196 198 186 + 100 0 157 150 148 + 101 0 125 119 117 + 102 0 185 186 198 + 103 0 199 200 193 + 104 0 107 114 116 + 105 0 116 114 122 + 106 0 134 141 143 + 107 0 162 169 171 + 108 0 148 155 157 + 109 0 176 184 183 + 110 0 183 184 196 + 111 0 176 178 169 + 112 0 141 148 150 + 113 0 127 134 136 + 114 0 155 162 164 + 115 0 117 112 120 + 116 0 112 111 118 + 117 0 111 107 116 + 118 0 73 75 66 + 119 0 75 80 72 + 120 0 80 84 77 + 121 0 84 88 81 + 122 0 72 80 77 + 123 0 72 77 70 + 124 0 75 72 66 + 125 0 77 84 81 + 126 0 70 77 74 + 127 0 72 70 65 + 128 0 74 77 81 + 129 0 70 74 67 + 130 0 65 70 62 + 131 0 72 65 66 + 132 0 67 78 71 + 133 0 70 67 62 + 134 0 65 62 60 + 135 0 68 63 59 + 136 0 50 47 38 + 137 0 40 31 42 + 138 0 59 63 55 + 139 0 68 59 64 + 140 0 38 47 35 + 141 0 55 63 58 + 142 0 64 59 57 + 143 0 38 35 28 + 144 0 57 59 51 + 145 0 64 57 67 + 146 0 28 35 23 + 147 0 51 59 55 + 148 0 23 35 34 + 149 0 28 23 22 + 150 0 34 35 44 + 151 0 23 34 24 + 152 0 22 23 17 + 153 0 44 35 47 + 154 0 24 34 31 + 155 0 51 55 45 + 156 0 45 55 49 + 157 0 51 45 39 + 158 0 49 55 58 + 159 0 39 45 33 + 160 0 51 39 48 + 161 0 49 58 54 + 162 0 33 45 37 + 163 0 48 39 36 + 164 0 37 45 49 + 165 0 33 37 27 + 166 0 37 49 43 + 167 0 27 37 32 + 168 0 33 27 25 + 169 0 25 27 19 + 170 0 19 27 26 + 171 0 33 25 29 + 172 0 33 29 39 + 173 0 39 29 36 + 174 0 26 27 32 + 175 0 26 32 28 + 176 0 26 28 22 + 177 0 19 26 18 + 178 0 18 26 22 + 179 0 18 22 17 + 180 0 17 23 16 + 181 0 43 49 54 + 182 0 32 37 43 + 183 0 43 54 50 + 184 0 32 43 38 + 185 0 43 50 38 + 186 0 32 38 28 + 187 0 34 44 42 + 188 0 34 42 31 + 189 0 51 48 57 + 190 0 57 48 56 + 191 0 56 48 46 + 192 0 57 56 67 + 193 0 78 67 74 + 194 0 78 74 81 + 195 0 21 15 16 + 196 0 31 21 24 + 197 0 23 24 16 + 198 0 71 68 64 + 199 0 71 64 67 + 200 0 46 53 56 + 201 0 48 36 46 + 202 0 60 66 65 + 203 0 60 62 53 + 204 0 62 67 56 + 205 0 62 56 53 + 206 0 24 21 16 + 207 0 88 84 94 + 208 0 84 80 87 + 209 0 80 75 82 + 210 0 75 73 79 + 211 0 87 80 82 + 212 0 87 82 89 + 213 0 84 87 94 + 214 0 82 75 79 + 215 0 89 82 86 + 216 0 87 89 93 + 217 0 86 82 79 + 218 0 89 86 91 + 219 0 93 89 96 + 220 0 87 93 94 + 221 0 91 85 92 + 222 0 89 91 96 + 223 0 93 96 99 + 224 0 119 113 117 + 225 0 106 104 101 + 226 0 99 94 93 + 227 0 99 96 104 + 228 0 101 104 96 + 229 0 106 101 108 + 230 0 108 101 103 + 231 0 106 108 113 + 232 0 103 101 96 + 233 0 113 108 117 + 234 0 108 103 109 + 235 0 109 103 105 + 236 0 108 109 117 + 237 0 105 103 97 + 238 0 109 105 112 + 239 0 97 103 96 + 240 0 105 97 98 + 241 0 85 91 86 + 242 0 98 100 105 + 243 0 79 85 86 + 244 0 92 98 97 + 245 0 100 107 111 + 246 0 96 91 97 + 247 0 97 91 92 + 248 0 111 112 105 + 249 0 112 117 109 + 250 0 100 111 105 +End Elements + +Begin Elements Element2D2N// GUI group identifier: Parts Auto2 + 251 0 188 181 + 252 0 181 173 + 253 0 173 166 + 254 0 166 159 + 255 0 159 151 + 256 0 151 144 + 257 0 144 137 + 258 0 137 130 + 259 0 130 123 + 260 0 123 115 + 261 0 115 110 + 262 0 110 102 + 263 0 102 95 + 264 0 95 90 + 265 0 90 83 + 266 0 83 76 + 267 0 76 69 + 268 0 69 61 + 269 0 61 52 + 270 0 52 41 + 271 0 41 30 + 272 0 30 20 + 273 0 20 14 + 274 0 14 12 + 275 0 12 10 + 276 0 10 8 + 277 0 8 6 + 278 0 6 4 + 279 0 4 2 + 280 0 2 1 + 281 0 201 197 + 282 0 197 187 + 283 0 187 179 + 284 0 179 172 + 285 0 172 165 + 286 0 165 158 + 287 0 158 152 + 288 0 152 145 + 289 0 145 138 + 290 0 138 131 + 291 0 131 125 + 292 0 125 119 + 293 0 119 113 + 294 0 113 106 + 295 0 106 104 + 296 0 104 99 + 297 0 99 94 + 298 0 94 88 + 299 0 88 81 + 300 0 81 78 + 301 0 78 71 + 302 0 71 68 + 303 0 68 63 + 304 0 63 58 + 305 0 58 54 + 306 0 54 50 + 307 0 50 47 + 308 0 47 44 + 309 0 44 42 + 310 0 42 40 + 311 0 201 200 + 312 0 200 199 + 313 0 199 198 + 314 0 198 196 + 315 0 196 195 + 316 0 40 31 + 317 0 31 21 + 318 0 21 15 + 319 0 195 194 + 320 0 194 192 + 321 0 192 191 + 322 0 191 190 + 323 0 190 188 + 324 0 15 13 + 325 0 13 11 + 326 0 11 9 + 327 0 9 7 + 328 0 7 5 + 329 0 5 3 + 330 0 3 1 +End Elements + +Begin SubModelPart Parts_Parts_Auto1 // Group Parts Auto1 // Subtree Parts + Begin SubModelPartNodes + 15 + 16 + 17 + 18 + 19 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 70 + 71 + 72 + 73 + 74 + 75 + 77 + 78 + 79 + 80 + 81 + 82 + 84 + 85 + 86 + 87 + 88 + 89 + 91 + 92 + 93 + 94 + 96 + 97 + 98 + 99 + 100 + 101 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 111 + 112 + 113 + 114 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 124 + 125 + 126 + 127 + 128 + 129 + 131 + 132 + 133 + 134 + 135 + 136 + 138 + 139 + 140 + 141 + 142 + 143 + 145 + 146 + 147 + 148 + 149 + 150 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 160 + 161 + 162 + 163 + 164 + 165 + 167 + 168 + 169 + 170 + 171 + 172 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 182 + 183 + 184 + 185 + 186 + 187 + 189 + 193 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + End SubModelPartNodes + Begin SubModelPartElements + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + 151 + 152 + 153 + 154 + 155 + 156 + 157 + 158 + 159 + 160 + 161 + 162 + 163 + 164 + 165 + 166 + 167 + 168 + 169 + 170 + 171 + 172 + 173 + 174 + 175 + 176 + 177 + 178 + 179 + 180 + 181 + 182 + 183 + 184 + 185 + 186 + 187 + 188 + 189 + 190 + 191 + 192 + 193 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + 202 + 203 + 204 + 205 + 206 + 207 + 208 + 209 + 210 + 211 + 212 + 213 + 214 + 215 + 216 + 217 + 218 + 219 + 220 + 221 + 222 + 223 + 224 + 225 + 226 + 227 + 228 + 229 + 230 + 231 + 232 + 233 + 234 + 235 + 236 + 237 + 238 + 239 + 240 + 241 + 242 + 243 + 244 + 245 + 246 + 247 + 248 + 249 + 250 + End SubModelPartElements + Begin SubModelPartConditions + End SubModelPartConditions +End SubModelPart +Begin SubModelPart Parts_Parts_Auto2 // Group Parts Auto2 // Subtree Parts + Begin SubModelPartNodes + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 20 + 21 + 30 + 31 + 40 + 41 + 42 + 44 + 47 + 50 + 52 + 54 + 58 + 61 + 63 + 68 + 69 + 71 + 76 + 78 + 81 + 83 + 88 + 90 + 94 + 95 + 99 + 102 + 104 + 106 + 110 + 113 + 115 + 119 + 123 + 125 + 130 + 131 + 137 + 138 + 144 + 145 + 151 + 152 + 158 + 159 + 165 + 166 + 172 + 173 + 179 + 181 + 187 + 188 + 190 + 191 + 192 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + End SubModelPartNodes + Begin SubModelPartElements + 251 + 252 + 253 + 254 + 255 + 256 + 257 + 258 + 259 + 260 + 261 + 262 + 263 + 264 + 265 + 266 + 267 + 268 + 269 + 270 + 271 + 272 + 273 + 274 + 275 + 276 + 277 + 278 + 279 + 280 + 281 + 282 + 283 + 284 + 285 + 286 + 287 + 288 + 289 + 290 + 291 + 292 + 293 + 294 + 295 + 296 + 297 + 298 + 299 + 300 + 301 + 302 + 303 + 304 + 305 + 306 + 307 + 308 + 309 + 310 + 311 + 312 + 313 + 314 + 315 + 316 + 317 + 318 + 319 + 320 + 321 + 322 + 323 + 324 + 325 + 326 + 327 + 328 + 329 + 330 + End SubModelPartElements + Begin SubModelPartConditions + End SubModelPartConditions +End SubModelPart +Begin SubModelPart VELOCITY_Parts_Auto2 // Group Parts Auto2 // Subtree VELOCITY + Begin SubModelPartNodes + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 20 + 21 + 30 + 31 + 40 + 41 + 42 + 44 + 47 + 50 + 52 + 54 + 58 + 61 + 63 + 68 + 69 + 71 + 76 + 78 + 81 + 83 + 88 + 90 + 94 + 95 + 99 + 102 + 104 + 106 + 110 + 113 + 115 + 119 + 123 + 125 + 130 + 131 + 137 + 138 + 144 + 145 + 151 + 152 + 158 + 159 + 165 + 166 + 172 + 173 + 179 + 181 + 187 + 188 + 190 + 191 + 192 + 194 + 195 + 196 + 197 + 198 + 199 + 200 + 201 + End SubModelPartNodes + Begin SubModelPartElements + End SubModelPartElements + Begin SubModelPartConditions + End SubModelPartConditions +End SubModelPart diff --git a/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/Test_2D_thermal_coupling_results.json b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/Test_2D_thermal_coupling_results.json new file mode 100644 index 000000000000..b824df5b73de --- /dev/null +++ b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/Test_2D_thermal_coupling_results.json @@ -0,0 +1 @@ +{"TIME": [0.003, 0.006, 0.009000000000000001, 0.011000000000000003, 0.013000000000000005, 0.015000000000000006, 0.017000000000000008, 0.01900000000000001, 0.02100000000000001, 0.023000000000000013, 0.025000000000000015, 0.027000000000000017, 0.02900000000000002, 0.03100000000000002, 0.03300000000000002, 0.035000000000000024, 0.037000000000000026, 0.03900000000000003], "NODE_1": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_2": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_3": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_4": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_5": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_6": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_7": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_8": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_9": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_10": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_11": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_12": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_13": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [327.6853032615079, 403.6056851094268, 393.96289218938153, 401.4972072795056, 402.5779116905012, 407.95341862315286, 410.48642005339275, 413.2859374760102, 416.0783110443201, 418.30140690298055, 420.3341698083801, 421.93062519029695, 423.27366339294576, 424.4315628017556, 425.39505389178055, 426.21287970316087, 426.896893014091, 427.4610620033523], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_14": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_15": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-330.173855573735, -238.9122734563072, -246.98688442478138, -243.22940941281166, -244.85420723162665, -238.24374182106175, -237.6611807465167, -235.09576900990285, -232.8340767956091, -231.0958953875522, -229.42580530775948, -228.29257104120114, -227.32596828748365, -226.5040792602086, -225.8641086803348, -225.3317926987463, -224.91409171733164, -224.59653674537444], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_16": {"VELOCITY_X": [-0.0016415363603744005, -0.0019461593823197354, -0.002186123407281741, -0.0023767876421382133, -0.002535342310540336, -0.0026877646959313616, -0.0028128187498764803, -0.0029256490296817096, -0.0030271049931287044, -0.003122158190489405, -0.003200414029274732, -0.003266052463588652, -0.0033224677835322516, -0.0033710512045799397, -0.0034128548124951366, -0.0034488774319523696, -0.003479783140221406, -0.003506179837016951], "VELOCITY_Y": [-0.0005609036721271726, -0.0014152300587417035, -0.0018579202353318687, -0.0023513258800601784, -0.002711244082544158, -0.0030249524535575457, -0.003365452906733511, -0.0036552299920927797, -0.003939185933332818, -0.004199393157143145, -0.0044457017435580014, -0.004683011954941557, -0.004908035329060748, -0.005123004869041703, -0.005328433201822397, -0.005524344394844952, -0.005711411880822657, -0.0058898082917700385], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-162.38150036188625, -88.95190220934938, -107.512447557915, -106.38503920161666, -111.8642083861627, -108.83186519238419, -110.7814257558785, -110.86935470310605, -110.86471631298348, -111.29173640402863, -111.4702527098812, -111.90532323839682, -112.34119754363756, -112.76239286858547, -113.22874616632927, -113.68897650539695, -114.15978706999745, -114.64046275655772], "TEMPERATURE": [18.16380457517265, 17.901879676380254, 17.645817811954366, 17.47826557257413, 17.313170134152408, 17.150475634988666, 16.990128086425706, 16.83207524228295, 16.676266582083407, 16.522653226341337, 16.37118786746864, 16.221824682810688, 16.074519280087962, 15.929228647820697, 15.785911100488049, 15.644526227125912, 15.505034842003441, 15.367398936643417]}, "NODE_17": {"VELOCITY_X": [0.00037183484246578694, 0.0006664689984729791, 0.001404767211935602, 0.0017234382156826663, 0.002111458510395393, 0.002511229308096916, 0.0029054334100491437, 0.0033219038945920014, 0.0037556251513977458, 0.004229910301534489, 0.004713703048934265, 0.005204689157342221, 0.0057033784090343, 0.006208949138529379, 0.006721055804777085, 0.007239497044606529, 0.0077638993976500235, 0.008294045726464642], "VELOCITY_Y": [0.004486064975922429, 0.006930039863479937, 0.010686742705162101, 0.01260254841383417, 0.01469660237603945, 0.016821000130219286, 0.018821037883215565, 0.02086867593574791, 0.022866808422170263, 0.02483761873996166, 0.026801967115395765, 0.028748186651946117, 0.03068460972869242, 0.032608982513607415, 0.034521669431613694, 0.03642387943624848, 0.03831526746346609, 0.040196279592586454], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-75.70345295685225, 1.7365506207397197, -6.375450204994902, -0.9406679874303703, -4.530254238614574, 1.575153241689908, 1.687961121275554, 3.5027439565190677, 5.257713421904769, 6.209405404493369, 7.550773434807046, 8.630706067222711, 9.654748571632513, 10.66093684860424, 11.576751334040688, 12.461730033900132, 13.303187246715323, 14.104224838608197], "TEMPERATURE": [9.512383397995956, 9.556104368344727, 9.5972194427947, 9.62329661055738, 9.648381539463447, 9.672533297404742, 9.695807205571136, 9.718255037814302, 9.739925255288588, 9.760863188643762, 9.781111219133056, 9.800708931528945, 9.819693275590812, 9.838098721471548, 9.855957404489006, 9.873299262844146, 9.89015216804353, 9.906542048248955]}, "NODE_18": {"VELOCITY_X": [0.0013182632513727604, 0.002936755898332813, 0.004882511612034432, 0.006036105249623045, 0.007275088091645465, 0.008514656480164595, 0.009738972507818548, 0.010975062525569857, 0.012197224499491848, 0.013400882506375902, 0.014601991989575345, 0.01579809411926376, 0.016990181316237477, 0.01817749905099303, 0.019359758295898533, 0.020536851086760097, 0.02170850205363854, 0.02287459700863539], "VELOCITY_Y": [0.002865358987086157, 0.0024323559112614706, 0.00453332986905412, 0.004966712429171815, 0.005793395728184855, 0.006687962163838551, 0.007445821137997361, 0.008311419609434196, 0.009146368492713918, 0.00999181068886224, 0.010848340465127412, 0.01169919997332986, 0.012555240422951388, 0.013412436175042163, 0.014270453179366602, 0.015130191707005115, 0.015990537709864666, 0.016851580746081153], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-40.463458860859376, 5.990173521088458, -0.824758108248525, -2.5498319837851895, -11.147278863315647, -7.50669861646702, -10.877397839088285, -11.578157341971812, -11.946713872147779, -12.894767492034648, -13.238707959335246, -13.769582186435093, -14.24417810804741, -14.626788619078486, -15.014723139562609, -15.3484623949735, -15.653214574114516, -15.933228268831245], "TEMPERATURE": [9.700251498363453, 9.778102189077932, 9.846358620483821, 9.886952545837246, 9.923893346796197, 9.957402950523585, 9.987691722132848, 10.014959067998147, 10.039393928923147, 10.061175342994906, 10.080472929887593, 10.097447363265967, 10.112250819127832, 10.12502739915581, 10.13591353480547, 10.145038370642427, 10.152524128647087, 10.158486454374579]}, "NODE_19": {"VELOCITY_X": [0.0015346647580351724, 0.003316341526710871, 0.005284068097116218, 0.006457305644842516, 0.00770136113257312, 0.008930387555551105, 0.010142924125936748, 0.011368762612197951, 0.01259259332843005, 0.013825467735378651, 0.015060520735298058, 0.01629591946911826, 0.0175327484984574, 0.018770387715181216, 0.02000865365934413, 0.021247505023111648, 0.022486665016108957, 0.023725970118630237], "VELOCITY_Y": [0.001804091948969326, 0.0008470355992778577, 0.002540897226373687, 0.002493629830850184, 0.002963055989232456, 0.003453276189966814, 0.003783625385703634, 0.004228402132241514, 0.004624836444308123, 0.005023101204283497, 0.00543019778098849, 0.005828239954477393, 0.006229986329001508, 0.006631292843530163, 0.00703226306700862, 0.007434353576683993, 0.007836804644185956, 0.008240174602400546], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-32.1652915211634, 3.662418648030813, 8.53571661627887, 4.699795715571635, -2.276048093395877, 3.404267161471075, 0.5817237021038975, 0.9641014409560407, 1.3730218232482923, 0.855947371478463, 0.9909714062921446, 0.8541068944056514, 0.7421257934803176, 0.6868134425643353, 0.5817108774228479, 0.4965943674415675, 0.40518752385988765, 0.3063528549475448], "TEMPERATURE": [9.880151076645388, 9.898118039579195, 9.91533133131118, 9.926356191755959, 9.937002648884864, 9.947258346401249, 9.95711338466707, 9.966560121333414, 9.9755929527839, 9.984208155247895, 9.992403711190011, 10.000179152383819, 10.007535416186302, 10.014474710253792, 10.021000387895343, 10.027116831971085, 10.032829347165581, 10.038144060145218]}, "NODE_20": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_21": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1321.4892259051176, -1202.933865929464, -1204.669349236412, -1211.3498293086059, -1218.0112292784445, -1213.2101726460446, -1217.4718225818638, -1217.259862815946, -1217.662230886827, -1218.3248439359154, -1218.5031317499079, -1219.0515261692867, -1219.4322508287219, -1219.739633717825, -1220.057577629803, -1220.3086027467677, -1220.5391095877262, -1220.7459787303292], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_22": {"VELOCITY_X": [0.000686905043131391, 0.0018967865428096116, 0.0034267646868630748, 0.004294790817877916, 0.0052657516577487235, 0.006230132869903271, 0.007195851367427116, 0.008180185260878313, 0.00916312189426725, 0.010144702900257574, 0.01112806805658331, 0.012111894208412298, 0.013097087480523647, 0.014082764295090616, 0.015068573930140874, 0.016054159796675956, 0.017039051972014475, 0.018022928773751723], "VELOCITY_Y": [-0.0007853701283944305, 0.001055619825627216, 0.0026826912954231387, 0.003489610031903233, 0.004436496717516047, 0.005340644700560581, 0.006231227695542366, 0.007139486093465248, 0.008029913930154285, 0.008914950537055835, 0.009805103630780666, 0.010696038529872571, 0.011589567175529896, 0.01248390855056055, 0.013379068022667773, 0.014274962821064658, 0.015171196809599302, 0.01606769013770188], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-809.6755016653185, -768.4828567493975, -740.9564723234771, -754.2715105651134, -759.8738673996756, -753.0630055771545, -758.3410960698857, -757.5889306450646, -758.26841930573, -759.5487609093435, -759.8939668645723, -760.7224211811646, -761.3879738206333, -762.0087522952444, -762.6732317514414, -763.2772119482464, -763.8735780175656, -764.4503734135166], "TEMPERATURE": [11.11149450268707, 10.930670368066504, 10.76571255434949, 10.663977331831749, 10.568451049929863, 10.478825629343229, 10.394807973109405, 10.316119215672098, 10.242494076075335, 10.173680149404028, 10.109437284911138, 10.049536977875462, 9.993761791912306, 9.94190481472972, 9.893769138705723, 9.849167368415717, 9.80792115274517, 9.769860740300501]}, "NODE_23": {"VELOCITY_X": [0.00012148112836685694, 0.0002511641918658915, 0.0005269397376362506, 0.0005590024169615013, 0.0006307124225279059, 0.0006756225937933822, 0.000702854662077307, 0.0007286342673694466, 0.0007414395478704507, 0.0007460712015365975, 0.0007485257780708521, 0.0007473875178512455, 0.0007440529454023317, 0.0007387815860918931, 0.0007321241771737887, 0.0007245408492002716, 0.0007163254618983892, 0.000707822174845269], "VELOCITY_Y": [-0.0006312752652604885, 0.001558884851021489, 0.0027287495703661627, 0.0033829979779945586, 0.004130868490803659, 0.004870453516675346, 0.005611041651618898, 0.006368448807560353, 0.00712624897800659, 0.007895404250304702, 0.008667462298968172, 0.009440626499678445, 0.010215322878170839, 0.010990251712869499, 0.011765182081034864, 0.012539849667568737, 0.013313888155421347, 0.014087122625563366], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1315.8208872643522, -1222.5188304312685, -1203.2796307290432, -1214.9586006007437, -1219.8731218587923, -1212.6540327498262, -1216.8437678902305, -1215.209775885345, -1215.1014736518346, -1215.7230039371696, -1215.40491472572, -1215.5349999932146, -1215.5019956539636, -1215.4512929598602, -1215.4703985796193, -1215.4612788238417, -1215.4773147196734, -1215.5063046787072], "TEMPERATURE": [5.978881598295334, 6.255301979711497, 6.520791496526417, 6.691919371491507, 6.85849489390649, 7.020633714060594, 7.178447992185522, 7.332046542235835, 7.481534922035751, 7.627015574239493, 7.768587928672312, 7.90634851680589, 8.040391078763035, 8.170806661703592, 8.297683716450887, 8.421108188680504, 8.54116360617988, 8.657931162608856]}, "NODE_24": {"VELOCITY_X": [-1.7522431988278248e-05, -0.0002146790930749601, -0.00033406030547634535, -0.00048137697032550516, -0.0005899492325519923, -0.0007076290553910815, -0.0008310525717081073, -0.0009529948631911163, -0.0010791154793057232, -0.0012027686645483388, -0.0013265031742438977, -0.0014522066589233605, -0.0015792518010695098, -0.0017073496297091446, -0.001835988667854873, -0.0019647447334370425, -0.0020933042032715192, -0.002221346733248192], "VELOCITY_Y": [-0.0012037860377940685, 0.000718015667407176, 0.0014209608303282772, 0.001654941652310488, 0.0019182032745003726, 0.002145681863197511, 0.0023462839896235734, 0.002541210924710216, 0.002709782458244041, 0.0028508255428124126, 0.0029878213937962897, 0.003118665786695077, 0.0032442543768628545, 0.003364203071476332, 0.0034790438285484753, 0.0035893073148754503, 0.003695386989039121, 0.0037977999472578895], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1607.0762297079877, -1474.8784816570171, -1470.001341815274, -1481.378220374008, -1489.1506052230168, -1484.9214481837996, -1490.7422303980647, -1491.2271060800156, -1492.6848083768452, -1494.5601539008549, -1495.6153803256814, -1496.9780505101785, -1498.0930210491304, -1499.1018684644782, -1500.1003400307898, -1501.008225327618, -1501.8811675001682, -1502.7152805238984], "TEMPERATURE": [14.902856444006563, 14.739702415059428, 14.578800343001953, 14.472753133663955, 14.367662463702558, 14.263511611843526, 14.160284410348426, 14.057965210857532, 13.95653882178159, 13.855990492336943, 13.756305878157926, 13.657471047039648, 13.55947246510324, 13.462296976123714, 13.36593178535281, 13.270364443440378, 13.175582831659732, 13.081575148477237]}, "NODE_25": {"VELOCITY_X": [0.00167208981937846, 0.003526945449265922, 0.00550040007513074, 0.006765697283091871, 0.00806299202511687, 0.00935922450058981, 0.010641369971861669, 0.01193015493834375, 0.013212019853102821, 0.014488845060639384, 0.015763493138823272, 0.01703395810218005, 0.018300880132015866, 0.0195640255030992, 0.02082328354197034, 0.022078776512938145, 0.02333046683827564, 0.02457840149354402], "VELOCITY_Y": [0.0014405967977285158, 0.00018970797881041426, 0.0015766855400334374, 0.001289552130964468, 0.001580330205019322, 0.0018753228237769995, 0.0020065420756594033, 0.002270030929255445, 0.0024868167305395674, 0.002709605456732876, 0.00294650159106652, 0.003177235042620237, 0.0034146809745577607, 0.003654144591936686, 0.003895284050590885, 0.004139376085656516, 0.004385336010824005, 0.0046334623451240835], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-29.39154726430523, 2.9837142932963325, 10.07891070276629, 4.344038154349836, -2.5137281519104513, 3.239024991377173, -0.15931105352366515, 0.07479859816292572, 0.3650496273418563, -0.2204349455092565, -0.05338824528962323, -0.11911378361987444, -0.12139384834165926, -0.0316202342706673, 0.033086830505156345, 0.14279826345735286, 0.26796255571204924, 0.4045520646030847], "TEMPERATURE": [9.78267380250002, 9.82710298727618, 9.866928573662548, 9.891096818462573, 9.913475391267292, 9.934158494174001, 9.9532360180109, 9.970793733437478, 9.986913430296624, 10.00167312404932, 10.015147213242312, 10.027406641318795, 10.03851905122923, 10.048548930430213, 10.057557750957077, 10.065604102722633, 10.072743820906695, 10.079030107753752]}, "NODE_26": {"VELOCITY_X": [0.001167998397539559, 0.0029395614612831426, 0.004637923246758092, 0.005671782669314207, 0.006758962739060625, 0.007812801209389054, 0.008851593304497469, 0.009889303611252644, 0.010916268811938556, 0.011943061392836556, 0.012964215770426587, 0.013979513487783615, 0.014990160383447863, 0.015996033586057223, 0.016997366219883757, 0.01799439988235946, 0.018987230186573428, 0.019976009169075885], "VELOCITY_Y": [-0.0008887449523570893, 0.0006949741255210978, 0.0017374294254090305, 0.0021758265656692376, 0.0027394110221011414, 0.003241448186432069, 0.0037267334470719934, 0.004222685738076356, 0.004701405359150404, 0.005184177300671158, 0.0056661293133584084, 0.006144657896803641, 0.006622305997920868, 0.007097843645725481, 0.007571741755572234, 0.008044292632379895, 0.008515447337831328, 0.008985434649837074], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-885.5290251711684, -856.8224550021263, -810.7333486807532, -829.7944020511707, -832.4416463208216, -822.9223034913059, -827.5491260629752, -824.6419700275163, -823.7842124216966, -823.6884447910245, -822.6073338347198, -822.1769671602223, -821.5951880814686, -821.0220218693688, -820.5531583881194, -820.0690179573492, -819.6328817292758, -819.228399048636], "TEMPERATURE": [10.22786186402404, 10.195087071290926, 10.164467514879886, 10.14520773550871, 10.126839829768526, 10.109337875617326, 10.092676263245417, 10.076829717279123, 10.061773360174694, 10.04748270554282, 10.033933686298505, 10.02110267029938, 10.008966472742053, 9.99750236906084, 9.986688103765692, 9.976501897984308, 9.966922455185134, 9.957928965160852]}, "NODE_27": {"VELOCITY_X": [0.0013614119519690087, 0.0032343872796315194, 0.005033348135844415, 0.006227181233894884, 0.007450069302959668, 0.008663152225266585, 0.009876602819538385, 0.011097646623689502, 0.012316886298258242, 0.013533549657870063, 0.014751923264403893, 0.015970766755827478, 0.017190222933194103, 0.018409950865106398, 0.019629712774005523, 0.020849372285241172, 0.022068709105427565, 0.023287541082088078], "VELOCITY_Y": [-0.0010534279170977942, 0.00020654612216636597, 0.0008704326518993575, 0.0011031629664786707, 0.0014623657410217914, 0.0017643428380959847, 0.002055989884912735, 0.002361110811810942, 0.0026493745010172623, 0.0029384272986973767, 0.003227433885753877, 0.0035139716860608803, 0.003800930192331592, 0.00408723351939929, 0.004373432255453566, 0.004659907754338154, 0.004946665318943516, 0.00523398222313277], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-748.2625797238737, -726.9935540821364, -679.8117359957143, -701.5682261163178, -704.3108133725799, -695.5299765192636, -701.5561754360101, -699.6865875886904, -699.8923738537445, -700.8239930159112, -700.7143478976081, -701.2481754858525, -701.6098843938879, -701.9469367704837, -702.3634023924595, -702.7327168258007, -703.1162878346772, -703.4973887570966], "TEMPERATURE": [10.436226661625787, 10.37503443468253, 10.318208774886878, 10.282639676504674, 10.248846717190593, 10.216767159624565, 10.186339930715159, 10.157505602772527, 10.130206418832465, 10.104386232899975, 10.079990497213565, 10.056966233933943, 10.035262005134378, 10.014827886092654, 9.995615435435814, 9.977577665727503, 9.960669013702194, 9.94484531006066]}, "NODE_28": {"VELOCITY_X": [0.0008722466576263962, 0.002117717694166549, 0.003272322214937179, 0.003959940673072942, 0.004700426075230451, 0.005412671243107029, 0.006116524731027524, 0.00682254395639513, 0.007519503114138904, 0.008211153876376968, 0.008898460733100237, 0.009581278811382017, 0.01026072674566427, 0.010936622068823263, 0.01160909678700556, 0.01227825317534286, 0.01294409328196231, 0.013606686745751303], "VELOCITY_Y": [-0.0002498644558738829, 0.0020053162983501593, 0.0024290094809727063, 0.002802401319523708, 0.0032111809669367795, 0.003616866908314043, 0.004031909101822286, 0.004452752014482829, 0.004875669651888867, 0.005303238042031374, 0.00573033739672041, 0.00615762285823816, 0.0065850477868355075, 0.007012212486198092, 0.007439102169897879, 0.00786556516549991, 0.00829150205773939, 0.008716851183666751], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1633.7257649202863, -1515.0594900824774, -1478.9974302829696, -1497.7378558614378, -1500.9229309134764, -1493.1017622445197, -1498.4805256671784, -1496.6493088151844, -1496.9285632926944, -1497.8480957705551, -1497.716386404046, -1498.1413512517884, -1498.356011231579, -1498.545071137239, -1498.7945482466077, -1498.9929182156138, -1499.2042913113908, -1499.4128627785406], "TEMPERATURE": [8.965651203963402, 9.064134902647437, 9.156869806623897, 9.2156873121652, 9.272223770608091, 9.326579044749646, 9.378848045514253, 9.429120943843731, 9.47748340243657, 9.524016828862893, 9.568798580273812, 9.611902169372957, 9.65339746338646, 9.693350871061535, 9.731825521407904, 9.76888143233744, 9.804575670800553, 9.838962504730402]}, "NODE_29": {"VELOCITY_X": [0.0017061032365208169, 0.003587801995296216, 0.0055203438070945835, 0.006791108401547341, 0.008068554332387836, 0.009362753049974085, 0.010649233264063815, 0.011944600945323052, 0.013241892039494541, 0.014539621501245034, 0.015840082553849246, 0.01714185965257366, 0.01844549837088994, 0.019751007006318162, 0.021058157503919202, 0.022366978367282648, 0.02367733825938999, 0.024989133337308254], "VELOCITY_Y": [0.0010880451240061594, -7.035038028195561e-05, 0.0010124483227096411, 0.0006933649801236209, 0.0008723598141259994, 0.0010644340307072776, 0.001099779285716682, 0.001254129075469711, 0.0013634203385346302, 0.0014733872922038608, 0.0015946579915713747, 0.0017076605971512665, 0.0018243760304992142, 0.0019411123665856443, 0.0020575078285939834, 0.0021750253595773364, 0.0022928640171269374, 0.002411440138922922], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-34.05232415745886, 7.6695040261178296, 8.696706629339966, 4.957821127203667, -2.274709634919425, 3.3602107224576643, 0.2716000166999485, 0.4217636869061103, 0.834738513226634, 0.24938291673841181, 0.3725630641873166, 0.2687231617386732, 0.1759431151997866, 0.1548777391998163, 0.08611568039033322, 0.03783548084570976, -0.0122429418423388, -0.06830191879818547], "TEMPERATURE": [9.8550667818713, 9.879653204307244, 9.902324242109547, 9.916420735115864, 9.929735008475026, 9.942293548771351, 9.95412223932978, 9.965246371005765, 9.975690623523453, 9.985479093584836, 9.994635297318217, 10.003182178808897, 10.011142119726298, 10.018536947012912, 10.025387941678568, 10.031715847261745, 10.037540878290766, 10.042882728813863]}, "NODE_30": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_31": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2405.4960167514614, -2191.3430636754165, -2169.2147603697194, -2174.0786949802036, -2176.739792445033, -2168.2773619585314, -2170.692468553675, -2168.1332230572416, -2167.0964474717716, -2167.1238242755408, -2166.491238525564, -2166.3001604528977, -2165.9806920374695, -2165.680004302435, -2165.4892277883805, -2165.3204324900044, -2165.2233566799455, -2165.1868420328105], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_32": {"VELOCITY_X": [0.001184045480561957, 0.0027365971754889948, 0.004158610231582857, 0.0051117462130528596, 0.0060967855879840134, 0.007070525607554907, 0.00804518746506938, 0.009026391352519475, 0.010006949253097117, 0.010989604463571707, 0.011972366203461806, 0.012954698065206854, 0.013937055511071609, 0.014919237912230134, 0.0159011534292978, 0.01688277075857152, 0.01786396598573506, 0.01884464316171607], "VELOCITY_Y": [-0.00037301885688624135, 0.0014215535143435416, 0.0015070985559828855, 0.0017088780347034513, 0.0019284313931872182, 0.0021547710682277444, 0.002396804972732254, 0.002647541769876382, 0.002904117079354533, 0.003164507643211425, 0.003428265504341519, 0.0036955022661298996, 0.003965622402562709, 0.00423807242654129, 0.004512616556059001, 0.004788919416122067, 0.00506674935652681, 0.005345911428397712], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1680.6152227025696, -1555.2215563004345, -1513.0240559729868, -1535.9882247632577, -1537.7230091745018, -1529.3118358872534, -1535.2394530316951, -1532.9847945986662, -1533.1334440189812, -1533.8300383867888, -1533.4722723938578, -1533.7793834399142, -1533.883406401155, -1533.9847881650853, -1534.1738126613798, -1534.3266091564603, -1534.5111628961024, -1534.70845035942], "TEMPERATURE": [8.50768239762088, 8.640570756119685, 8.767590865412473, 8.849104037367455, 8.928148349812824, 9.0047784889498, 9.079048555229805, 9.151011985749406, 9.220721506305566, 9.288229118060386, 9.353586059488212, 9.41684278852439, 9.478048964532622, 9.537253431093692, 9.594504203530533, 9.649848458102426, 9.703332523782754, 9.755001876353697]}, "NODE_33": {"VELOCITY_X": [0.0014559007747598214, 0.003383810344038158, 0.005241834060239307, 0.006490569953852619, 0.0077296899958043536, 0.008969423497626581, 0.010203754069020748, 0.011437296293752112, 0.012668767742195343, 0.013898897312628791, 0.015127936673511052, 0.01635529011222333, 0.017581116398643914, 0.01880555357117348, 0.02002849501226939, 0.02124999545769062, 0.0224700441463534, 0.023688624968630598], "VELOCITY_Y": [-0.0011705720945602498, -9.21999515388894e-05, 0.00039098644525553867, 0.0005022688671595279, 0.0007381009374901044, 0.000916632447257491, 0.0010829414907168905, 0.0012623987933225382, 0.0014239195327807959, 0.001585551242684352, 0.001746967869414095, 0.001905644081833353, 0.002064599344895457, 0.002222766678561852, 0.0023806253406789555, 0.0025385394972813843, 0.002696468919084042, 0.0028546521921583527], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-818.2261836450151, -788.2298609541206, -742.5093271610023, -764.2991336702228, -766.4287121319758, -756.8255280498347, -762.5711658697268, -760.0183250623048, -759.5853348879119, -760.0844928947913, -759.4554708818772, -759.4843105333247, -759.3557707038693, -759.2054532408197, -759.154194019602, -759.0714296831255, -759.02020270783, -758.986386587421], "TEMPERATURE": [10.388743103919122, 10.335015606419642, 10.285191167702967, 10.254028199116448, 10.22443122507091, 10.196337639537798, 10.169687339207279, 10.144422617213005, 10.120488099234477, 10.097830611107566, 10.076399093760202, 10.056144511012224, 10.037019760307325, 10.018979591117638, 10.001980525108506, 9.985980780751623, 9.970940201492256, 9.956820187109837]}, "NODE_34": {"VELOCITY_X": [0.0006113369480851122, 0.000754045650367775, 0.0008340714117630037, 0.0009002474320298814, 0.0010285068594853627, 0.0011581504778472237, 0.0012926501088167959, 0.0014357634625223716, 0.0015803136286516122, 0.0017290895272496815, 0.0018769518443792982, 0.0020234027284702716, 0.002169382319821823, 0.002315074521897185, 0.0024607307905584906, 0.002606457966008667, 0.002752264534493254, 0.002898179724270741], "VELOCITY_Y": [-0.0016696028437872092, 0.00015934717597741168, 0.00030744858992575667, 0.0003250021513265359, 0.00035207293713274823, 0.00036391170316881665, 0.0003727714726744937, 0.0003849481680611169, 0.0004009316956721786, 0.0004291275076619513, 0.0004573391300530952, 0.00048655167283032157, 0.0005175234583787003, 0.0005503815340097512, 0.0005853486247180931, 0.0006224689004094417, 0.0006617021855026963, 0.0007029984669707913], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2579.2357913163187, -2326.7353126217276, -2302.918933860989, -2314.9176369057427, -2318.6824402532916, -2311.031423407769, -2315.0787084901726, -2313.0312356148634, -2312.6230205532665, -2312.8424499261932, -2312.24297570284, -2312.144456770989, -2311.893684925196, -2311.654410468271, -2311.508232551389, -2311.354293716218, -2311.246852137565, -2311.1713324058774], "TEMPERATURE": [19.087247427352477, 18.761014298065284, 18.44132751350367, 18.23176099139686, 18.024986224605136, 17.820957206657276, 17.619628627313077, 17.420955905254807, 17.224895207742254, 17.03140345515666, 16.840438322097803, 16.651958200228, 16.465922187065708, 16.28229007769548, 16.101022354701016, 15.92208017919454, 15.745425381419045, 15.571020451092437]}, "NODE_35": {"VELOCITY_X": [0.0007352328356259387, 0.0014100765260208349, 0.0021526875002007874, 0.00264763039404165, 0.003196623524831869, 0.003731582955654445, 0.004265408971111559, 0.004805109477452223, 0.005342282407444201, 0.005881793964308757, 0.006421800852437056, 0.006961799710779351, 0.007502557180964671, 0.008043811353042257, 0.008585517206819944, 0.009127591499064577, 0.009669898412437958, 0.01021237184582754], "VELOCITY_Y": [-0.0013338712023905652, 0.00047556836696521044, 0.0006242495388765939, 0.0007541304075167482, 0.0008959797300973737, 0.00103592776715735, 0.0011780547141227752, 0.001323238093283113, 0.0014688570071046772, 0.0016139971565707657, 0.001757270999079791, 0.0019002671044212676, 0.002043673120043398, 0.002187656887669462, 0.002332326030770842, 0.0024776609271460865, 0.0026236058988065828, 0.002770096876310603], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2591.9537334393913, -2340.2236953863594, -2317.75452949092, -2336.083667015425, -2340.5393529765156, -2333.5747105513988, -2339.139131762885, -2337.6714555018666, -2338.031066828408, -2338.828637788364, -2338.7210525129794, -2339.178753586194, -2339.4574955653798, -2339.7314529495147, -2340.080450346657, -2340.3961304979994, -2340.7395743097545, -2341.095797812048], "TEMPERATURE": [14.541778737719786, 14.363737275786004, 14.18947280710537, 14.075312804068275, 13.96271163705649, 13.85162525405045, 13.74201152416895, 13.633830167597143, 13.527042664041629, 13.421612137968912, 13.317503276261263, 13.214682249602772, 13.11311663944475, 13.012775367684853, 12.913628627976875, 12.8156478213956, 12.71880549528218, 12.623075285315076]}, "NODE_36": {"VELOCITY_X": [0.0017142178016124876, 0.0036303153921128785, 0.005594981848807136, 0.006877228619085116, 0.008155335879188408, 0.009450419952230104, 0.010733006427006992, 0.012019289535662872, 0.013305961160506625, 0.014592641052172155, 0.01587953475201754, 0.01716539026193109, 0.018450526948828913, 0.019735047538285717, 0.02101875321611134, 0.022301742550865408, 0.023583994201660907, 0.024865502972209425], "VELOCITY_Y": [0.000884015079768518, -0.00015548292194238596, 0.0006951288325931056, 0.0003630819363179317, 0.00043728735032322655, 0.0005555433546626312, 0.00052545990533492, 0.0006044372822626205, 0.0006490175159628271, 0.000694744521316902, 0.0007522693706666331, 0.0008029645233593168, 0.0008574834533582384, 0.0009129341319373774, 0.0009685584551023115, 0.0010256692469796664, 0.0010834481672215002, 0.0011421153170061546], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-39.26233254641176, 13.488082786030015, 8.35083660031627, 6.883513727236396, -1.4302364507215322, 3.5733094098678615, 0.5237659615543934, 0.16538957037766377, 0.41358820256818013, -0.29892766803768644, -0.33719290734314583, -0.5474473351893447, -0.7574521964664123, -0.8755275491087232, -1.0235690959975687, -1.1407659815172069, -1.2445213526775467, -1.3426383971052815], "TEMPERATURE": [9.71970465900974, 9.763912951370394, 9.804642653339094, 9.829958465816466, 9.853868748160304, 9.876426697156143, 9.89768390918346, 9.917690431870303, 9.93649476532481, 9.95414392589776, 9.970683476668384, 9.98615756468082, 10.000608958961866, 10.01407908484842, 10.026608059271043, 10.038234724936059, 10.04899668379743, 10.058930329998022]}, "NODE_37": {"VELOCITY_X": [0.0013329104823606916, 0.0030962297629174686, 0.004786450705111346, 0.005915643492556248, 0.007048499295031113, 0.0081759995138158, 0.009298137606754867, 0.010420495817910259, 0.011538518793903831, 0.012653063296536928, 0.013765754816052767, 0.014875834165116859, 0.015983550357403384, 0.017088930702701496, 0.018191888310743237, 0.0192924739944878, 0.020390663892614125, 0.021486447796884377], "VELOCITY_Y": [-0.0005106378597654826, 0.0010545517050614987, 0.001022155022736274, 0.001121973288987236, 0.001235123562351764, 0.001353354963400209, 0.0014836108113712692, 0.0016197773759208374, 0.001760317557455158, 0.0019062170479564665, 0.002053488832315788, 0.002202387501530764, 0.002352474457446308, 0.0025032769871836586, 0.002654684538792974, 0.002806473007675741, 0.0029585151054469356, 0.003110724389536174], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1742.5657772360964, -1608.3012754045474, -1567.5318196497608, -1591.963532634395, -1593.2689016196223, -1584.4820688842715, -1590.5899816298459, -1587.9713434890352, -1587.8335534998628, -1588.3441715169129, -1587.7256072003458, -1587.7931727764492, -1587.6533489691114, -1587.5001723460646, -1587.4364474252286, -1587.331627218748, -1587.2555498159584, -1587.1904228179455], "TEMPERATURE": [8.666231253246869, 8.779764398718736, 8.888387147206961, 8.958170074939323, 9.025911750964847, 9.091665494304152, 9.155483022920992, 9.217414481665369, 9.277508485634296, 9.335812193965525, 9.392371351444535, 9.447230340192752, 9.500432228684184, 9.552018816734357, 9.6020306804246, 9.650507214437125, 9.697486672830314, 9.743006208305461]}, "NODE_38": {"VELOCITY_X": [0.0009836996212474456, 0.002132168173797878, 0.0032947972112543737, 0.004067676973763203, 0.004869556350935272, 0.005656241178723169, 0.006440862186832968, 0.007230929412441609, 0.008019296760473657, 0.008809174787962394, 0.009600203714220386, 0.010391669498906393, 0.01118389448394193, 0.011976530392228594, 0.012769431211830495, 0.013562517447879343, 0.014355652954265689, 0.015148747821298447], "VELOCITY_Y": [-0.0014083562667489228, 0.0001075266198447272, 0.00015015119846374276, 0.0002609180579540762, 0.00035521721542737376, 0.00044436769983602153, 0.0005252029642916807, 0.0005983876260804362, 0.0006657843840517925, 0.0007285904029184604, 0.0007850480734102736, 0.0008369281536300467, 0.0008848835400912021, 0.0009294282918486701, 0.0009708923681781084, 0.0010095397347145369, 0.0010456138153943707, 0.0010793188209466784], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2623.215171039316, -2369.254379678477, -2345.308204605677, -2366.6731401061293, -2369.9320945125164, -2362.3498116001456, -2368.285318001083, -2366.4613428425764, -2366.758982636124, -2367.5582360710464, -2367.383036898657, -2367.8158129320273, -2368.0405195542917, -2368.2461665028304, -2368.521030883732, -2368.751641961749, -2369.0050073490384, -2369.2659457595137], "TEMPERATURE": [15.250400599936656, 15.023162312644786, 14.801200297558022, 14.656066812274512, 14.513145868479093, 14.372387435071655, 14.233742934688653, 14.09716520445967, 13.962608442379398, 13.830028161590036, 13.69938114604593, 13.570625402093063, 13.443720119624842, 13.318625633014369, 13.195303382960143, 13.073715879818138, 12.95382666809227, 12.835600292244745]}, "NODE_39": {"VELOCITY_X": [0.0015064352460230988, 0.003468216145173371, 0.005366358078129054, 0.006639001820775757, 0.00789292011198016, 0.009158877164482422, 0.010418926642996741, 0.011678180242208545, 0.012938151853552462, 0.014196315178846402, 0.015453883840938822, 0.016710436765952113, 0.017965923774079514, 0.01922056238954345, 0.020474160500573477, 0.02172672991965481, 0.022978236033355134, 0.024228613426675105], "VELOCITY_Y": [-0.0012595268846131587, -0.00029549500417565456, 0.00011377039018736014, 0.00014830194475249356, 0.00031092081970769653, 0.0004148050479249131, 0.0005018611603146627, 0.000602811754495401, 0.0006851282358935124, 0.0007675106643630655, 0.0008498978760707637, 0.0009296492318505293, 0.0010097946723946773, 0.0010892473863459598, 0.001168411179363479, 0.001247629017923619, 0.0013268239519351372, 0.0014062020760895924], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-892.0005963987597, -847.5126482376617, -806.4760995939746, -826.0615215504217, -829.4670901063749, -819.7852269720892, -825.6543400193289, -823.4926831936418, -823.1556280284525, -823.8609046726971, -823.4148925273012, -823.6064717751267, -823.6605960820841, -823.6662750438934, -823.7604566193326, -823.8101536737156, -823.8737912831482, -823.9407124566503], "TEMPERATURE": [10.320225710782807, 10.279432214224622, 10.241059724996916, 10.216778822510303, 10.193507814593078, 10.171220796103787, 10.14989216720204, 10.129496645313413, 10.110009311207344, 10.09140559643169, 10.07366130130624, 10.056752603332384, 10.040656062875144, 10.025348630764558, 10.010807653126783, 9.99701087575632, 9.983936447638808, 9.971562923482356]}, "NODE_40": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_41": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_42": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3485.394887228883, -3181.805950865451, -3156.4268742885115, -3168.457858093654, -3173.2531481606443, -3167.0065572685644, -3172.589966064359, -3172.1628611899855, -3173.2777881992824, -3174.799881143771, -3175.5194172290608, -3176.699954215408, -3177.6790970142915, -3178.6147892460485, -3179.5869439976273, -3180.495357519993, -3181.395369196841, -3182.274736139254], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_43": {"VELOCITY_X": [0.001194608960980472, 0.0027509252287535656, 0.004281028933792812, 0.005292086011660709, 0.006313784585380136, 0.007326862336741559, 0.008335813227513072, 0.009346979076764352, 0.010354411333519522, 0.011359116638947406, 0.012363047379354166, 0.013365189964473962, 0.01436571280179159, 0.015364486713138874, 0.016361413514980966, 0.017356509358090712, 0.01834971448520358, 0.01934099107321942], "VELOCITY_Y": [-0.001450759369760107, -1.1986236111503221e-05, 6.614304565437254e-05, 0.00019194598499565482, 0.0002874141558302669, 0.00037909330501388643, 0.00046163658836928214, 0.000537773322289816, 0.0006105478937415206, 0.0006801939660359494, 0.0007481994356874073, 0.0008155730958311722, 0.0008824571575447793, 0.0009491539632312597, 0.0010157954231609493, 0.0010824918899363383, 0.0011493550863498658, 0.0012164551743713572], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2673.2821425804605, -2416.908882430665, -2392.2882573978595, -2415.5480227146713, -2418.4098635138885, -2410.6249888904276, -2417.1671088692024, -2415.3325992969003, -2415.749656420811, -2416.710261249897, -2416.5836297035476, -2417.0703352619453, -2417.320199508838, -2417.528279094587, -2417.79551457935, -2418.0022428313923, -2418.218884491849, -2418.430925053181], "TEMPERATURE": [15.186343344417462, 14.967538332044649, 14.753305631851433, 14.612963651939634, 14.474564372041835, 14.338073127596827, 14.203455805123248, 14.070678850413344, 13.939709271891191, 13.810514638328943, 13.68306308079014, 13.557323292826224, 13.433264529272108, 13.310856603179706, 13.19006988204147, 13.07087528364287, 12.953244271321887, 12.8371488488151]}, "NODE_44": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3504.467258441358, -3182.602898028248, -3160.8476817246465, -3177.3404671174953, -3182.429975476758, -3176.2562094429013, -3182.324478572526, -3181.6882437166587, -3182.7060280136734, -3184.0613796110565, -3184.6146164627276, -3185.715446890994, -3186.631176200983, -3187.5192747853457, -3188.4531170375244, -3189.3247174295802, -3190.1919799062407, -3191.0410270821], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_45": {"VELOCITY_X": [0.0014179272233789055, 0.003284154234320027, 0.005080371889507435, 0.006272845969342868, 0.0074576421240901926, 0.008650093849595697, 0.009837622123173198, 0.011027533240348027, 0.012219037132498558, 0.013410838227613932, 0.01460379464057622, 0.0157974133644231, 0.01699177699150531, 0.018187006542728586, 0.019382877173755714, 0.020579354673853176, 0.02177633531272147, 0.022973699132440368], "VELOCITY_Y": [-0.000596484135164992, 0.0008567097468726791, 0.0007092393750978085, 0.0007149824363967863, 0.0007425020658737045, 0.0007748446927804297, 0.0008194377317659501, 0.000871801284300104, 0.0009296651065328279, 0.0009942868236715006, 0.0010609046012000681, 0.0011298466099573118, 0.001200854576593761, 0.0012734857315344487, 0.0013477026331232737, 0.0014233316821366925, 0.0015002709376580462, 0.0015784573646077606], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1809.9654277101897, -1664.7410521848021, -1624.795732970921, -1648.5646052541574, -1650.3501468007257, -1641.2222791061665, -1647.623124448285, -1645.1969031495362, -1645.1654642324995, -1645.8881580290683, -1645.4317069947574, -1645.6678092278303, -1645.7084065854285, -1645.717607470311, -1645.814440149875, -1645.863077545266, -1645.93219660078, -1646.0065466390197], "TEMPERATURE": [8.640604047514206, 8.757990348881124, 8.870208881618392, 8.94224991515096, 9.012141244403601, 9.079938666720064, 9.145696420523448, 9.209467204264016, 9.271302213643304, 9.331251206933171, 9.38936254011962, 9.445683212306289, 9.500258909275718, 9.553134043563547, 9.60435179479606, 9.653954147856034, 9.701981929814115, 9.748474845674181]}, "NODE_46": {"VELOCITY_X": [0.0016912975328825088, 0.003578806891562439, 0.0055780323999879795, 0.006873367644981243, 0.008169641942086395, 0.00948420268591411, 0.010785800489387678, 0.012092827268100825, 0.013400640610150368, 0.014706271386562896, 0.016014262256563317, 0.017323187100399193, 0.018633292975957505, 0.019944667685972407, 0.0212570566898111, 0.022570497783128796, 0.02388491236065958, 0.0252002310383258], "VELOCITY_Y": [0.0006441408065980505, -0.0002707486655092041, 0.00047614568823041784, 0.0001716190391470539, 0.00019855676158748154, 0.0002892115017270522, 0.00023435233055057629, 0.000274709039430805, 0.00028560946865342215, 0.0002929483894785207, 0.0003111011706605295, 0.0003225668733105712, 0.00033658034279496386, 0.000351005602262436, 0.0003649102956082931, 0.00037957500757897027, 0.00039433516995418587, 0.00040939165309721845], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-44.61055138146319, 14.860330511525598, 6.477560742548983, 7.599592716538976, -1.2184917244090008, 3.825444759233941, 1.1987691837570549, 0.6808579038038983, 0.9842680027475916, 0.24476705862517778, 0.13653677699268063, -0.10531628830084756, -0.37296832162502325, -0.5493705264752332, -0.7581309458304278, -0.9446702760794821, -1.1206828630804193, -1.2956264187682933], "TEMPERATURE": [9.95303431265098, 9.981157212153205, 10.006201945046193, 10.021291107286816, 10.035163072988015, 10.047874225757381, 10.059478849406455, 10.070029203407413, 10.079575582832598, 10.088166389248496, 10.095848194451541, 10.102665803018558, 10.10866231265177, 10.113879172490835, 10.118356239572542, 10.122131833480262, 10.125242789253761, 10.127724508555243]}, "NODE_47": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3526.559250680719, -3205.5480680468813, -3183.772297569084, -3201.8076647837097, -3204.2995639787064, -3195.7090622682467, -3200.336258650965, -3197.6826150185952, -3197.084054717313, -3197.040116314946, -3196.2114302812706, -3196.057562587544, -3195.7726259819647, -3195.5211987780663, -3195.3798065064543, -3195.2322328252267, -3195.138559775578, -3195.081161118614], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_48": {"VELOCITY_X": [0.0015195803015048848, 0.0034473111983239968, 0.0053734312694371554, 0.006658907403077388, 0.007935835478619783, 0.009228339435516366, 0.010514075636426493, 0.01180017995966753, 0.013086798395844432, 0.014370211555366401, 0.015653742649442002, 0.016936730962070785, 0.018218951982917283, 0.01950056997255682, 0.02078138198156059, 0.022061406916164344, 0.023340638903286796, 0.024619044695071764], "VELOCITY_Y": [-0.0013252715033542845, -0.0004729538053846428, -0.00012691211864823563, -0.00013960194172180903, -1.4941571594889182e-05, 5.573938054306152e-05, 0.00010628916059504331, 0.00017223022013834448, 0.00021791305264294293, 0.00025994115303392486, 0.00030198494978678567, 0.0003410965309679043, 0.00038030894330717054, 0.0004185981689971554, 0.00045633302644269266, 0.0004939091207901872, 0.0005312787748785041, 0.0005686722564695223], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-966.7506023625758, -908.8865790783182, -871.8422808370952, -888.6355932876213, -893.2971614787468, -882.8259741097223, -888.1297066726706, -885.8315836995422, -884.9836185406563, -885.3949122060162, -884.6431173698165, -884.5030524424847, -884.2693273669046, -883.9832727380792, -883.801294465025, -883.5911971286422, -883.4054849860386, -883.2373723437213], "TEMPERATURE": [10.64484949666459, 10.565894798831955, 10.492166889862355, 10.445784388718478, 10.401526956565354, 10.359319892155664, 10.319090863765908, 10.280769825326574, 10.244288990325309, 10.209582735068588, 10.176587541324535, 10.14524193166073, 10.115486404599546, 10.087263375580898, 10.06051711756491, 10.035193703909238, 10.011240953049308, 9.98860837461262]}, "NODE_49": {"VELOCITY_X": [0.0013241785088496409, 0.0030813886404604347, 0.004764889393892315, 0.005873470392091029, 0.006985895311435542, 0.008100270943262721, 0.009210608835346037, 0.010324018453210314, 0.011437508178808224, 0.012551383821506844, 0.013665430561139268, 0.014778983138277234, 0.01589229276486063, 0.017005445300977803, 0.01811832913191966, 0.019230977047425282, 0.02034333330015827, 0.02145533881583198], "VELOCITY_Y": [-0.00150030460628969, -0.00011833217827991952, -7.385449156304855e-05, 1.3071689282823519e-05, 7.012171737512815e-05, 0.0001230517684832881, 0.00016619692165080845, 0.00020325597892553274, 0.0002367821564552178, 0.0002665037439480901, 0.00029451053599579077, 0.0003214814217750631, 0.00034744699267838194, 0.00037266407914606723, 0.0003972703619404383, 0.0004213834116358725, 0.00044512317686110515, 0.00046856893353676643], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2734.878971814272, -2470.2204054360295, -2444.382558018722, -2467.8215927254246, -2470.5347103486724, -2462.1627309225955, -2468.845476265373, -2466.8459885976645, -2467.1318935969052, -2468.0734752234493, -2467.874775475196, -2468.3278286857553, -2468.571407206679, -2468.783763110231, -2469.077617404287, -2469.3250698860993, -2469.5952935933005, -2469.8736781543157], "TEMPERATURE": [15.177898141668493, 14.960461164851987, 14.74754304694207, 14.608041743370952, 14.470451054889336, 14.334733826989348, 14.200853871650159, 14.068775937999984, 13.938465682579885, 13.80988963595551, 13.683015173576518, 13.557810485003252, 13.434244546753458, 13.312287095591508, 13.191908602952184, 13.073080250786468, 12.955773908366867, 12.839962110146063]}, "NODE_50": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3568.0529257068183, -3249.633847001878, -3227.3021576263163, -3247.0045138872874, -3248.8089155741272, -3239.8793869459096, -3245.225400542381, -3242.7873584759677, -3242.6584521446753, -3243.187461119288, -3242.826365150687, -3243.1583224170095, -3243.3384048922685, -3243.539341350555, -3243.8484496098727, -3244.1421527805715, -3244.482408454282, -3244.849886644818], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_51": {"VELOCITY_X": [0.0014623523961025406, 0.0033565940998417435, 0.005208400548124701, 0.006445898433424506, 0.007678605144077189, 0.008926140693872032, 0.010166490195633166, 0.01140766680708094, 0.012648739464644693, 0.013886245253399857, 0.01512380873955732, 0.016360770522754534, 0.01759704479739252, 0.018832836798086127, 0.020067959299577078, 0.021302483256544286, 0.022536430211777873, 0.023769797598649802], "VELOCITY_Y": [-0.000669647839798613, 0.00072303668774319, 0.0005039026643488833, 0.0004518151852221768, 0.0004375683117269965, 0.0004259350753545932, 0.00042721582516629927, 0.0004384306915371765, 0.0004547973044092362, 0.0004786832988064597, 0.0005044479305280443, 0.0005322223903832164, 0.0005618416731755277, 0.0005927067953412847, 0.0006247399624300973, 0.0006577313733990356, 0.0006915281903939011, 0.0007260433778797307], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1881.451864475577, -1724.7188267400097, -1686.8325307878351, -1709.1711966417397, -1712.0557516106303, -1702.2666429017768, -1708.5959568397445, -1706.2361145421492, -1706.0240844455886, -1706.7735252181035, -1706.3181346476479, -1706.5519207915133, -1706.6235969411089, -1706.6547205727736, -1706.7842100196765, -1706.8725920591476, -1706.9844030676186, -1707.1074168914836], "TEMPERATURE": [8.782885438557047, 8.88064076789646, 8.974929108924142, 9.035899513258213, 9.095385560528726, 9.153409800342997, 9.20999476590262, 9.265162926203848, 9.318936651864037, 9.37133821672957, 9.422389771891877, 9.47211333305676, 9.520530768205335, 9.567663784052646, 9.61353391536379, 9.658162514468806, 9.701570741781985, 9.743779557315575]}, "NODE_52": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_53": {"VELOCITY_X": [0.0016576548205714011, 0.0034900495382443066, 0.005539229182663992, 0.006827174925182646, 0.008133748455377005, 0.009452968928824369, 0.010753207130611986, 0.012057817383927225, 0.013360063932770387, 0.014660608515836872, 0.015960272588684408, 0.017257812938736607, 0.018553908875143257, 0.019848741323500837, 0.0211422467055914, 0.022434602206120546, 0.023725835026960247, 0.025015992542982098], "VELOCITY_Y": [0.0006177345062727238, -0.00039516436435637557, 0.00035372838051429416, 4.866996109559454e-05, 5.125952376796971e-05, 0.00014257138934302313, 7.648313705149498e-05, 0.00010383279776481511, 0.0001057967292549299, 0.0001023469496890653, 0.00011050698411341722, 0.00011233742879080216, 0.00011673569525359843, 0.0001221640796527035, 0.0001274538221456538, 0.0001339394764290146, 0.00014099318806335453, 0.00014876144063431294], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-46.37035033384365, 14.478988713203133, 4.4134133907282225, 7.535034296988885, -1.7548477493138985, 3.6288630453312076, 1.4150232389543345, 0.8395444942629628, 1.2842269696929631, 0.6182569163437345, 0.5320571500814111, 0.3284372820356126, 0.0679930884911729, -0.10409365715552922, -0.3111398225785769, -0.5019264348610986, -0.6827252400748093, -0.8641350896125373], "TEMPERATURE": [10.361153320206835, 10.3429251726282, 10.324690750237925, 10.312553888947376, 10.300447219577865, 10.288382413244006, 10.276370368814073, 10.264421233278533, 10.252544476578159, 10.240748912174578, 10.229042738231739, 10.217433572766112, 10.205928483897049, 10.194534021995688, 10.18325624845368, 10.172100763106931, 10.16107273036665, 10.150176903657323]}, "NODE_54": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3623.7248341239497, -3300.8394581854327, -3275.9896029955453, -3295.949614464085, -3297.051928933373, -3287.2662466378288, -3292.5935630477384, -3289.7099862303194, -3289.2332765565366, -3289.549108347727, -3288.8464751995657, -3288.8337012589514, -3288.6555070632694, -3288.4825519022656, -3288.416912875258, -3288.329521972461, -3288.2845273237513, -3288.264104439385], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_55": {"VELOCITY_X": [0.0013969795893512594, 0.003268429299866018, 0.005057245155779979, 0.0062415638927262145, 0.007427342796581406, 0.008621372870755248, 0.009808173426172708, 0.010995477177739332, 0.012180735977388701, 0.013361846497050847, 0.014541188754249978, 0.015718161818981904, 0.016892890526172762, 0.01806550951745037, 0.01923585761828934, 0.020403991120244064, 0.0215699018528504, 0.02273357611651666], "VELOCITY_Y": [-0.0015386599404225887, -0.00017830312062520938, -0.00016665437593027104, -0.0001006719320004001, -5.460410264792424e-05, -1.220165585342122e-05, 2.194487031985702e-05, 5.064490886529034e-05, 7.463206255807108e-05, 9.335924145931707e-05, 0.00010972155655620943, 0.00012427851003675937, 0.0001370948111846259, 0.0001483938385856353, 0.00015835173909136343, 0.0001671099630479808, 0.00017481246648292186, 0.00018157003537025342], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2802.8939145869367, -2527.0594140071216, -2501.837490089411, -2525.1555066324368, -2528.64430465279, -2519.7882849663874, -2526.6044103006775, -2524.591087812081, -2524.6911087243066, -2525.553619956871, -2525.220481065657, -2525.5357187634086, -2525.647863265987, -2525.7050404595457, -2525.8370672070505, -2525.911214869223, -2525.9952962670372, -2526.0774457751045], "TEMPERATURE": [15.161887353936807, 14.945617794373522, 14.733840250811136, 14.595085510840738, 14.45823088876826, 14.32323960005978, 14.190075714818915, 14.058704143158717, 13.929090615065478, 13.801201653021062, 13.675004554347739, 13.550467370943649, 13.427558890880357, 13.30624861983288, 13.186506762739558, 13.068304206357404, 12.951612502112754, 12.836403849409361]}, "NODE_56": {"VELOCITY_X": [0.0015732580053437596, 0.0035305296318857947, 0.005484137226607119, 0.0067640797770785995, 0.00804655459158496, 0.009341107970282321, 0.010626647528864825, 0.011914030825566486, 0.013202952528845855, 0.014491467425604974, 0.01577973514650396, 0.01706722879915845, 0.018354032450508706, 0.019640404883030683, 0.020926212475691732, 0.02221152278497524, 0.02349634545479732, 0.02478066322826018], "VELOCITY_Y": [-0.0011945142028922555, -0.0002924978202046115, -0.00010878641733567569, -0.00017876395501562476, -0.00011371097619339264, -8.786247136181127e-05, -7.602822831336875e-05, -4.512893357566866e-05, -2.8223310569034107e-05, -1.1027786304314323e-05, 7.454958922996902e-06, 2.442332268058345e-05, 4.2353821445322176e-05, 6.0190206232053975e-05, 7.80869072103482e-05, 9.62810366999795e-05, 0.00011462594159715495, 0.00013323003545399081], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1052.8084558720877, -985.9331251493697, -951.8709805198641, -968.1117742865715, -974.8802925281317, -964.0401234391552, -969.6864629899748, -967.8710685544498, -967.1100379792927, -967.791204292985, -967.2397829069221, -967.2551859984244, -967.1875163427114, -967.033523354192, -966.9720069469973, -966.8706920811245, -966.778585803034, -966.6938946209651], "TEMPERATURE": [9.474424609138891, 9.463774420933314, 9.455480707506638, 9.451182557369542, 9.447817003874274, 9.445341152947787, 9.443713699451425, 9.442894870042073, 9.442846366144142, 9.443531315608144, 9.444914220204282, 9.446960907248338, 9.449638483476186, 9.452915289453465, 9.456760856157114, 9.461145862885639, 9.466042096616642, 9.47142241288502]}, "NODE_57": {"VELOCITY_X": [0.0015979002879806723, 0.003560896778012424, 0.005421360392216043, 0.006655884670184863, 0.007891005590987349, 0.009143198443748167, 0.010389667488374553, 0.011640272628002178, 0.012894129423943752, 0.014147907374518445, 0.015403263949922492, 0.01665944483719307, 0.017916264473752025, 0.019173834033847925, 0.02043184834440162, 0.021690250875021588, 0.022948941789551546, 0.024207797879079257], "VELOCITY_Y": [-0.0007343074887419957, 0.0006625088393793315, 0.0003540672203275565, 0.00021896671186747254, 0.0001232938017168331, 2.1526202432969832e-05, -7.07460294092466e-05, -0.00015462946712591473, -0.00023487137779342943, -0.0003063542637030337, -0.0003775308126379869, -0.0004479195690583646, -0.0005173012423334914, -0.0005861978122356272, -0.0006545715329821367, -0.0007225373691222322, -0.0007901930019792437, -0.0008575653179923822], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1951.1068811832076, -1782.6174120809603, -1748.8820451619356, -1770.7088966913236, -1775.6226992903148, -1765.5537037183572, -1772.1661775181162, -1770.2021809282478, -1770.0085096839962, -1770.9642565829977, -1770.6552924576313, -1770.994378418066, -1771.1867993437686, -1771.3115696650177, -1771.5310848316992, -1771.7053115161223, -1771.8950920460707, -1772.0927419600584], "TEMPERATURE": [7.686323264312166, 7.870604958291642, 8.046153340100897, 8.15851937730231, 8.267277595104241, 8.372531583517583, 8.474381873521642, 8.572925999847252, 8.668258582229628, 8.760471436129073, 8.849653648416265, 8.935891659331714, 9.019269344455745, 9.099868092515603, 9.177766882356647, 9.253042356779293, 9.325768894129347, 9.396018677733416]}, "NODE_58": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3688.784240563041, -3356.956529584395, -3332.160241121395, -3352.8374369599296, -3354.722802726292, -3344.848571872409, -3350.734708232822, -3348.1268169525288, -3347.836709807518, -3348.4310446790937, -3347.929641170296, -3348.120925584295, -3348.1495956117474, -3348.1649942406607, -3348.2834330025107, -3348.3695406156876, -3348.4865209022414, -3348.6180425684083], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_59": {"VELOCITY_X": [0.0014176138468432328, 0.003334351355141001, 0.005137099985835122, 0.006316675091460187, 0.007495582424351518, 0.00868475555712628, 0.00986643395710898, 0.011050579730281031, 0.012236981179717896, 0.013424654780282593, 0.014612940976853641, 0.01580148238385638, 0.016990369860730895, 0.018179753258610275, 0.019369411800996283, 0.02055935279637843, 0.021749516055302433, 0.02293982372948043], "VELOCITY_Y": [-0.00157712144614856, -0.00017682260602795762, -0.00017669098177035158, -0.00012785029153215667, -9.256839575422466e-05, -6.207230970621133e-05, -3.643326797212069e-05, -1.312103451138181e-05, 7.577065574857438e-06, 2.506212520774797e-05, 4.2075663210639035e-05, 5.923163754886893e-05, 7.663544170052216e-05, 9.437548561587088e-05, 0.00011255396749397734, 0.00013121820980607708, 0.0001504230527055838, 0.00017020869732085585], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2874.335256372988, -2586.0464556518814, -2562.2457478510537, -2585.1933402874006, -2589.8532693293178, -2580.419521959585, -2587.297062494939, -2585.336953493107, -2585.2225988624004, -2585.9889470344015, -2585.523477737151, -2585.698948222345, -2585.6922734250047, -2585.6162802103386, -2585.621955174402, -2585.573858211568, -2585.5375551081893, -2585.504666155354], "TEMPERATURE": [15.153740056512097, 14.949464673659739, 14.748218259333248, 14.615727689931855, 14.484569148739626, 14.35473617889156, 14.226221837920265, 14.099018755615909, 13.973119163027489, 13.848514912415816, 13.725197506971433, 13.603158121705151, 13.482387629111132, 13.362876623068559, 13.24461544082233, 13.127594184604725, 13.011802741977709, 12.897230805219122]}, "NODE_60": {"VELOCITY_X": [0.0016869785834088095, 0.0034551122558015694, 0.005507059037908176, 0.006770990415913201, 0.008069992076200388, 0.009391272046142388, 0.010694474313529179, 0.012008766313473017, 0.013323109417643707, 0.014636169272385783, 0.015951579346678187, 0.01726690868484634, 0.01858277623649601, 0.01989917555134238, 0.02121584352285606, 0.022532881009628164, 0.023850195661490173, 0.02516774625717956], "VELOCITY_Y": [0.0011424453637076412, -0.0003582096700254432, 0.0005070642828042813, 0.00011657445631803887, 7.018994626877775e-05, 0.000175481416029428, 8.04999546296884e-05, 9.810435210615328e-05, 9.262921799326532e-05, 7.758819128697334e-05, 7.781021682584779e-05, 7.0646905151197e-05, 6.600953866019063e-05, 6.27628553068733e-05, 5.91023227669194e-05, 5.6598441836473444e-05, 5.448794364773591e-05, 5.2829880452865975e-05], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-42.01641422883054, 13.21712390899013, 4.7133501603275345, 7.124065508390685, -3.038896527668136, 2.701123063366582, 0.40250599502411194, -0.16953847334245445, 0.38145365835301914, -0.24332130974855523, -0.24534194372645163, -0.3561805272595862, -0.5254432376829827, -0.5957604852627616, -0.6964652940853411, -0.7763137052425922, -0.8414991263550047, -0.9042206076840499], "TEMPERATURE": [10.026341463962467, 10.044109087871158, 10.059681082110144, 10.06891170001157, 10.077268441687641, 10.08479002230234, 10.091514022948289, 10.097476908114372, 10.102714037621773, 10.10725968573758, 10.111147057632788, 10.114408307366858, 10.117074555726461, 10.119175909485936, 10.120741480911525, 10.121799407577317, 10.12237687267216, 10.122500125441638]}, "NODE_61": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_62": {"VELOCITY_X": [0.0015147998321531637, 0.0035180498716134464, 0.005526004336282561, 0.006820249308008591, 0.008126750345899518, 0.009441289125229586, 0.010746911314635744, 0.012054878374221428, 0.013362072662088427, 0.014666322637196163, 0.015971892968348396, 0.01727752496230075, 0.0185832929138999, 0.019889359820619127, 0.021195579446803336, 0.02250202029547161, 0.023808686449538652, 0.02511557446056478], "VELOCITY_Y": [-0.0011914781640462305, -0.0002798151349024714, -0.00010987026894195507, -0.00019810409451408384, -0.0001492859991480157, -0.0001382738711296772, -0.00014405159316338863, -0.0001296684116072838, -0.00012913489137858763, -0.00012887850223691752, -0.0001272740895451427, -0.00012736416270027923, -0.00012660791667983847, -0.0001259964578194896, -0.0001253950831364559, -0.00012450980457120252, -0.00012345822240824366, -0.0001221068734169133], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1029.0770255896446, -965.2725434883956, -930.4764703846972, -945.8541122478323, -953.8476128317158, -942.0575666796624, -947.5263750063468, -945.7362715189572, -944.6637537533575, -945.1913532670604, -944.4657751910181, -944.3099072192554, -944.1209456015966, -943.8474247503648, -943.6835986884658, -943.4948628765077, -943.3243617169906, -943.1726233023875], "TEMPERATURE": [9.414242022705054, 9.412611955046092, 9.412840668553407, 9.413953819503787, 9.415787873793485, 9.418303967880329, 9.421464933482815, 9.425235218824373, 9.429580812963778, 9.434469185808641, 9.439869221321612, 9.445751158013614, 9.452086532551021, 9.45884812406326, 9.466009901706471, 9.473546974262895, 9.481435541831413, 9.489652849753906]}, "NODE_63": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3759.241105555458, -3414.9755072060475, -3390.8160887587937, -3411.3591394782943, -3413.9757003106974, -3403.3980116718453, -3409.177350767451, -3406.348700038488, -3405.669469126532, -3406.052883769118, -3405.3069976601814, -3405.265274168767, -3405.088281391132, -3404.8958872315397, -3404.8232247186666, -3404.731411533808, -3404.6821461938403, -3404.661813463764], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_64": {"VELOCITY_X": [0.0013561074074752103, 0.0033204168490703675, 0.005181712426051338, 0.006368288253276625, 0.00754132324401265, 0.008712499839068012, 0.009866283901480168, 0.01101432416111945, 0.012154863833033831, 0.013284437072762126, 0.014409943220814868, 0.015531261014889304, 0.01664891144521656, 0.017763403489783867, 0.01887484252287065, 0.019983501070467716, 0.021089558868331654, 0.022193153544927433], "VELOCITY_Y": [-0.001840832365246702, -0.0004981273902821186, -0.0005518506825851539, -0.0005706966265961527, -0.000615076442157464, -0.0006753205498367795, -0.0007469899090165493, -0.0008267584278472253, -0.0009143061979450895, -0.001009773572809846, -0.0011087956754252683, -0.0012101992837163507, -0.0013134694079889467, -0.0014182990099052026, -0.0015244167283443432, -0.0016316465890059704, -0.0017398325499342253, -0.0018488438474234118], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2947.115821752792, -2644.257691911128, -2617.643722977729, -2638.9329544128386, -2643.923880121165, -2633.224048669962, -2639.7312782109348, -2637.5403054784465, -2637.0133918326624, -2637.6052228248423, -2636.9709967384197, -2637.0000736445163, -2636.8906404556824, -2636.7110614666967, -2636.6284819159137, -2636.501676850407, -2636.3911917174028, -2636.2905909813535], "TEMPERATURE": [16.176179012613606, 15.83254686431951, 15.501047108025173, 15.286516954716815, 15.076980916719966, 14.87228897386373, 14.672295946612198, 14.476861359748229, 14.285849295985443, 14.09912823352401, 13.916570904581896, 13.738054163437022, 13.563458851307528, 13.392669663255166, 13.225575018567328, 13.062066935524538, 12.902040910229202, 12.745395799528234]}, "NODE_65": {"VELOCITY_X": [0.0016301728765450998, 0.0037952930572324106, 0.005789073361684062, 0.007090307734497966, 0.008386267752603961, 0.009690802529972455, 0.010989659631055458, 0.012289073698655936, 0.013591665738999874, 0.014896931532347508, 0.016203186489853312, 0.01750993041865411, 0.018816891403941174, 0.020124224397388212, 0.021431786416777388, 0.02273955926286763, 0.02404752236787005, 0.0253556275180895], "VELOCITY_Y": [-0.0014385002816481426, -0.0006335159904369237, -0.0002669903437185109, -0.00032757807574631094, -0.00023206700079833067, -0.00018869226310061187, -0.0001778932214247956, -0.0001476141159448735, -0.00013896481816567824, -0.00013396190755909937, -0.00012898122867305206, -0.00012830962127352737, -0.00012874438127153257, -0.0001312816962374991, -0.00013575226175158115, -0.00014168532631817366, -0.00014915190535398843, -0.00015793318708125743], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-849.7630033323329, -790.1961996016388, -760.1761217055526, -772.5723086299273, -781.8569031241608, -770.6928799858438, -775.8236793081868, -774.6527140678501, -773.73034416487, -774.4524067392565, -773.958939987605, -773.9355210153786, -773.8978404492083, -773.7543822447685, -773.6999432783045, -773.6136436434488, -773.531401725508, -773.4583306339613], "TEMPERATURE": [10.489720811682686, 10.427734458890436, 10.369521657823505, 10.332731907258113, 10.297503706455572, 10.263792117278133, 10.231552968283808, 10.200742851672329, 10.171319178441058, 10.143240168267125, 10.116464866024172, 10.090953151934105, 10.066665744751374, 10.043564206312388, 10.021610942765983, 10.000769204348686, 9.981003083742412, 9.962277512832665]}, "NODE_66": {"VELOCITY_X": [0.0016253845504275316, 0.003485244968755639, 0.005511725470908026, 0.006814512623688126, 0.008123299256576741, 0.009449360253723924, 0.010760750274831473, 0.0120750813446329, 0.01338861406773128, 0.01469953164345183, 0.01601059247472665, 0.01732119321949849, 0.018631574345130773, 0.01994189199177482, 0.021252143529921844, 0.022562454618833907, 0.02387288250012419, 0.025183478606905656], "VELOCITY_Y": [4.836489207878753e-05, -0.0005049038872449194, 0.00023379717951969988, -2.3218224625210766e-05, -1.8389037700505505e-05, 6.787818479146794e-05, 1.2326684068754916e-05, 3.104988125995962e-05, 2.952848643013132e-05, 2.0898884050604025e-05, 2.170485364352908e-05, 1.6376781781176715e-05, 1.1859595669879742e-05, 7.392312970114317e-06, 1.883351540483567e-06, -3.502418409702803e-06, -9.212479205273935e-06, -1.5138306513398574e-05], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-37.50912051178267, 13.981348325756356, 6.615450054017392, 9.030678809728933, -2.286233376910514, 3.776091230815264, 1.270320419871243, 0.46408290862569435, 0.9193611708155747, 0.16540169092179283, 0.04689125640948477, -0.17787454903499417, -0.47691029045880046, -0.6819806314916156, -0.9260299058189452, -1.1566269595676815, -1.377753579156324, -1.6014451186204328], "TEMPERATURE": [9.724873148007743, 9.775419081141482, 9.821541368451006, 9.8499716191468, 9.876640701294338, 9.901625015087701, 9.924998022122642, 9.946830387579627, 9.967190054013539, 9.986142357679276, 10.003750124849871, 10.020073764738857, 10.035171361403892, 10.04909876001543, 10.061909650601537, 10.073655648572647, 10.084386372046634, 10.094149516325526]}, "NODE_67": {"VELOCITY_X": [0.0015462869630982292, 0.0036672795117175007, 0.0057323069469046245, 0.007104335374433464, 0.008483495089813577, 0.009879015428608355, 0.011270416104732036, 0.012666503093776425, 0.014067616930081388, 0.01547288347586998, 0.01687993156236285, 0.018287948352088156, 0.019696751852876056, 0.021106434253149498, 0.022516718129942673, 0.023927545700750757, 0.02533883280649389, 0.026750482013517308], "VELOCITY_Y": [-0.0013230271428029993, 0.0001014196877247634, -4.058144694459588e-05, -8.9878200343147e-05, -0.00012585049807817289, -0.00017266503835760161, -0.00021672997629123333, -0.0002580172731245372, -0.0003000039664237381, -0.000339864050596102, -0.00038036320082854644, -0.0004207025964355536, -0.0004604652604960591, -0.000499900531976618, -0.0005389116436823735, -0.0005775405704995308, -0.0006158335759369196, -0.0006537952744057858], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2494.9195410689363, -2242.541623355598, -2213.320435871792, -2235.268320219465, -2241.8155308358755, -2231.141759707148, -2238.220225080762, -2236.615423209648, -2236.4311990692513, -2237.439918051355, -2237.142710142472, -2237.4855319644116, -2237.6986030555972, -2237.81923519247, -2238.0316594930705, -2238.1924645305917, -2238.359772297373, -2238.529946134706], "TEMPERATURE": [14.41899522473232, 14.404225222422873, 14.385936126291751, 14.371901095733845, 14.356467487551198, 14.33969707363541, 14.321649259151938, 14.302381180290773, 14.281947786428475, 14.260401921036486, 14.237794402389106, 14.214174093645486, 14.189587976110992, 14.164081220462045, 14.137697254773526, 14.11047783045168, 14.082463085600018, 14.053691605977578]}, "NODE_68": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3833.7577320819746, -3476.370634324035, -3452.5639330363956, -3473.32449889399, -3477.768753221234, -3467.4711070641606, -3474.23486860139, -3472.393079748798, -3472.422951881588, -3473.5962999766202, -3473.5914284433784, -3474.2576698363555, -3474.7753613313034, -3475.227521944148, -3475.7690603185893, -3476.25904217306, -3476.75799970619, -3477.2569702414207], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_69": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_70": {"VELOCITY_X": [0.001514562323102151, 0.0035937721071086833, 0.005596400090616209, 0.0069059718019641655, 0.008218358352135025, 0.009542178956923978, 0.01085984552443038, 0.012180355181299356, 0.013502186851043721, 0.014822337469972878, 0.01614459476114655, 0.017467811404661318, 0.018791741315851006, 0.020116450153888802, 0.02144169478229451, 0.022767404105664867, 0.024093491690722856, 0.025419857763570478], "VELOCITY_Y": [-0.0007809848388548363, 0.0006533914059151974, 0.0003987049377597747, 0.00030286062821842407, 0.00025607834890038343, 0.00020190803174213642, 0.00015864228744592418, 0.0001261617970645541, 9.585418406952786e-05, 7.389697164689639e-05, 5.3114356296915196e-05, 3.361408324675699e-05, 1.5798669074521454e-05, -1.0563577864369713e-06, -1.6988224987815156e-05, -3.215924740218825e-05, -4.6744596393457194e-05, -6.081413871042603e-05], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1941.2167357144672, -1765.2676655042376, -1731.047494094846, -1750.8731407307844, -1758.5248068797791, -1746.817262006738, -1753.3458256934466, -1751.7071097297612, -1751.1818522252931, -1752.2768362000133, -1751.9780347022308, -1752.273213131815, -1752.4838861973087, -1752.5923432756922, -1752.8018533229715, -1752.9708091817283, -1753.1500679873113, -1753.3396732072958], "TEMPERATURE": [7.7262787864935705, 7.914711859567661, 8.09395031606649, 8.208542582430752, 8.31935471172517, 8.426502182609191, 8.530096798063568, 8.630246784264424, 8.72705689479416, 8.820628553550895, 8.911059956025179, 8.998446172751448, 9.082879254535644, 9.164448331714802, 9.243239711569952, 9.319336971675979, 9.392821050023912, 9.463770332144177]}, "NODE_71": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3899.7362666286085, -3528.6950599086663, -3501.205925709674, -3519.5740318654025, -3523.366320997718, -3510.920424646911, -3516.3088979499053, -3513.2268308592666, -3511.856043187053, -3511.872040593831, -3510.755041799566, -3510.3683492991827, -3509.90899848424, -3509.417193116637, -3509.0607399206456, -3508.6927128427533, -3508.367929834361, -3508.0781360647225], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_72": {"VELOCITY_X": [0.0015147886854091866, 0.0034996207519785234, 0.005520174433345531, 0.006831041919845185, 0.008140398064495678, 0.009461239866097216, 0.010771405931911109, 0.012081827001241103, 0.013392177337587753, 0.014699779005095477, 0.016006628990542986, 0.01731254336256262, 0.018617572543250544, 0.01992199873168493, 0.021225771284297503, 0.022528959828065496, 0.023831600845979486, 0.02513369776266483], "VELOCITY_Y": [-0.0010861939238236056, 3.969137663100075e-05, 6.657057557128957e-05, -1.4107804601251406e-05, 1.7543797539896437e-05, 2.3457498802802657e-05, 2.3905999293527662e-05, 4.42419291523502e-05, 5.7237871604033334e-05, 7.221010051532871e-05, 9.041080206539678e-05, 0.00010930669463782292, 0.00013063537800311878, 0.00015343843283518682, 0.00017766993102111454, 0.00020340647480583294, 0.00023044272965268297, 0.00025878003148260896], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1484.2234905037787, -1366.5177508292209, -1325.5152516635067, -1342.1084516398723, -1350.7433153913012, -1337.580268376933, -1343.3486025639222, -1341.5174912617738, -1340.343874134776, -1340.9750472104563, -1340.2110402916005, -1340.0124031093128, -1339.7828008968972, -1339.4443438113094, -1339.2126267023673, -1338.9475646012588, -1338.6923373591349, -1338.4508336300783], "TEMPERATURE": [10.315289624467958, 10.236563396412574, 10.165403633469388, 10.121907038839574, 10.081392635062318, 10.043719885274056, 10.008754377389577, 9.97636753245516, 9.946436367127516, 9.918843244988755, 9.893475640787853, 9.870225916094016, 9.848991105525133, 9.82967271324361, 9.81217651846255, 9.79641238945398, 9.78229410595302, 9.769739189488654]}, "NODE_73": {"VELOCITY_X": [0.0017798511011918438, 0.0036124772016221814, 0.005597498451507562, 0.0068922530625192425, 0.008184089346831144, 0.009501083650287867, 0.010802684511866762, 0.012108213189980259, 0.013412815079501952, 0.014714244952662074, 0.016015376388654995, 0.017314685313042383, 0.018611988905912424, 0.019907137483278513, 0.021199745286016983, 0.02248974052668641, 0.023776994824551152, 0.025061409997210914], "VELOCITY_Y": [0.001882062492424799, -0.00031024530653860316, 0.0006095334368788354, 0.00017488892685207203, 5.1510563035778055e-05, 0.00020370913006703673, 0.00010115244169791003, 0.00012376258117306554, 0.00013308587071717253, 0.0001251191167512366, 0.00013563346469550202, 0.0001389374860859287, 0.00014411220614797042, 0.0001507669329723792, 0.00015642731079896092, 0.000162796918725922, 0.00016914153664976465, 0.0001754517558966395], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-43.17395759250373, 19.126330457473514, 2.856526459963275, 8.010678232063043, -4.060093602709551, 1.7683896055396895, -0.022332164267921055, -0.7646939135451244, 0.003327856081330476, -0.4738021006869265, -0.39168995708498144, -0.3491094115237783, -0.3902300237704808, -0.33712067796496314, -0.3178195986166941, -0.29167524068137757, -0.25835352069602363, -0.23176910401175133], "TEMPERATURE": [9.992189795240199, 9.982207647759369, 9.974929460891543, 9.971394085181036, 9.968793518682958, 9.96703409283069, 9.966028770891928, 9.965696776977248, 9.965963191771714, 9.966758607809899, 9.968018790965306, 9.969684360615075, 9.9717004905042, 9.974016624299997, 9.976586207915497, 9.979366436869508, 9.982318017811735, 9.985404943711517]}, "NODE_74": {"VELOCITY_X": [0.0014927883394849318, 0.0034971438131629327, 0.005409695338144748, 0.006672185314586243, 0.007920102632609848, 0.009173860766295405, 0.010412881184635887, 0.01164646394985639, 0.012870824112717522, 0.014076243480150631, 0.015278744524534916, 0.016477571232518494, 0.017673009054062366, 0.01886562389757985, 0.020055521432389603, 0.02124296102505404, 0.022428136899597113, 0.02361118888640359], "VELOCITY_Y": [-0.0017821053337162146, -0.000270930057860204, -0.00013415656913971335, 1.0315111120972479e-05, 0.00014277675291444068, 0.0002703791261575407, 0.0003974811188811883, 0.0005244009183660927, 0.0006505163644013479, 0.0007735435083625892, 0.0008944377690894056, 0.0010146000699302994, 0.0011345625051037435, 0.0012544577442491118, 0.0013743941667032113, 0.0014943741261664045, 0.001614381801916151, 0.0017343970354889852], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3010.0698078299147, -2695.7268429264623, -2672.1869323785772, -2692.229542856178, -2699.6356213054205, -2687.7926181127723, -2694.1840047121054, -2692.0921921196946, -2691.1002992081962, -2691.530088092955, -2690.630008717991, -2690.34761250754, -2689.9636195039707, -2689.473133155648, -2689.076003561458, -2688.631065454547, -2688.1929490347175, -2687.7624935265444], "TEMPERATURE": [17.080831634083978, 16.643545340765506, 16.22443347303317, 15.95468083841621, 15.692356955058239, 15.437218553850798, 15.189030841943087, 14.947567228144624, 14.712609024518796, 14.483945129947365, 14.261371755850131, 14.04469217774774, 13.833716485130893, 13.628261337602638, 13.42814972822705, 13.233210755884752, 13.043279405776383, 12.858196338036455]}, "NODE_75": {"VELOCITY_X": [0.0015513774554105012, 0.0035789569858357367, 0.0055466545803600975, 0.006869041312968725, 0.008174198003167705, 0.00949143896556606, 0.010806203650659948, 0.012120781053939003, 0.013437700971886702, 0.01475463189814819, 0.01607267788915532, 0.017391890399332085, 0.018712193629535565, 0.02003380025737224, 0.021356608789521263, 0.02268061901022805, 0.024005819553454627, 0.02533216383871041], "VELOCITY_Y": [-0.0014557568023620012, -0.0005838164382797622, -0.0001621807998442146, -0.0002239400409878001, -0.00013301824882411154, -8.718303077145286e-05, -8.056488215874442e-05, -5.215659658942777e-05, -4.273670681166925e-05, -3.57856544124975e-05, -2.7834574715191458e-05, -2.3587534164669013e-05, -1.9531535281016706e-05, -1.628681474651738e-05, -1.381004722902448e-05, -1.1576818448491694e-05, -9.690468385612536e-06, -7.995521480321218e-06], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1021.0390581460672, -952.0155651748502, -919.0355434010114, -930.7281301935221, -942.2311235029522, -929.2632381089752, -934.4732778715394, -933.3426801176503, -932.1428667908413, -932.8881169908401, -932.3764229920824, -932.3399815834663, -932.3328205950236, -932.214351950753, -932.1990865138928, -932.1607164274058, -932.1296140850752, -932.1133837516502], "TEMPERATURE": [10.287652947744228, 10.26163067191004, 10.235734975435943, 10.218616279033217, 10.201660096574631, 10.184902146896196, 10.168374746933258, 10.152107008607901, 10.136125082070977, 10.120452335230269, 10.105109543351965, 10.090115065551094, 10.07548500784125, 10.061233379705298, 10.047372240308977, 10.033911836309354, 10.020860731748053, 10.008225930095568]}, "NODE_76": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_77": {"VELOCITY_X": [0.0015606571402358715, 0.0036087589670118817, 0.0055912689529968316, 0.006909263847632566, 0.008226597087017779, 0.009559710107895126, 0.010887566369748471, 0.012218655731733382, 0.013559848308388826, 0.01491798661251331, 0.016277638352906753, 0.017638610304792465, 0.019000855786178397, 0.020364685552419694, 0.021729981848019435, 0.02309679154348919, 0.02446511777964509, 0.02583492119881586], "VELOCITY_Y": [-0.0012590568436584594, 0.0002134083559381321, 6.25424582361764e-05, 6.0435726178329776e-05, 5.616717028416644e-05, 4.581895830418992e-05, 3.6952325084188736e-05, 2.7022136290721293e-05, 1.6620072138653134e-05, 1.012835878525584e-05, 3.36517449323114e-07, -1.1499294676568695e-05, -2.482454847431098e-05, -3.959465536608006e-05, -5.560408127583858e-05, -7.27704316658937e-05, -9.10290697176954e-05, -0.00011030573703943108], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2535.3629840984518, -2273.2563503972056, -2248.7413568012435, -2269.8423202516424, -2279.553430695905, -2268.3873627261364, -2275.8864297506116, -2275.0084638643802, -2274.9418550801947, -2276.353270673072, -2276.3366992803217, -2276.894207470733, -2277.3559015159294, -2277.6849653056775, -2278.095419701942, -2278.446048044027, -2278.7881271105407, -2279.1252637206703], "TEMPERATURE": [11.799439881070956, 11.92639192672801, 12.041574178975207, 12.112177209163372, 12.178067689887461, 12.239438602491411, 12.296475350001446, 12.349356055422254, 12.398251834958526, 12.443327079318621, 12.484739717640423, 12.522641465943675, 12.557178071557681, 12.588489547736474, 12.61671039913389, 12.641969838704515, 12.664391995942637, 12.684096116920811]}, "NODE_78": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3988.8819060346764, -3610.2677037921617, -3591.1809609758006, -3611.9294105640497, -3619.8338454296922, -3609.38319645451, -3617.0060651582808, -3616.0882047051746, -3616.321544634112, -3617.7494183587664, -3617.9208178363974, -3618.7195152939507, -3619.3915615424607, -3619.945054752656, -3620.5698018777216, -3621.124575544297, -3621.6658521964773, -3622.1934944262343], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_79": {"VELOCITY_X": [0.0017071321923235068, 0.003749269265656642, 0.005662898980511646, 0.006978666058480438, 0.008260222820343643, 0.009562927007954648, 0.010862548072626451, 0.012162102258505373, 0.013465352701256556, 0.014769234482734607, 0.016074581336405113, 0.017380486024757322, 0.01868675131509778, 0.01999362602512506, 0.021300849011753407, 0.022608457691849493, 0.02391644317095682, 0.025224766309050652], "VELOCITY_Y": [4.047567428399341e-05, -0.0004050902622987691, 0.00022811585700672278, 2.993498682911842e-05, 8.943062863156104e-06, 0.0001022460838215959, 5.954111428854632e-05, 8.11105478845681e-05, 9.014724436770584e-05, 9.015863695621279e-05, 0.00010017144512878943, 0.00010594586996751448, 0.00011307264472425679, 0.00012137157693576446, 0.0001295131940388397, 0.00013852168427436898, 0.00014798871596418206, 0.00015791084524966479], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-45.858493111036246, 21.19023278917556, 3.6758815532132028, 10.094440835495798, -1.9623070043531734, 3.485177174150329, 1.72613158121269, 0.8125619441405254, 1.4413506872620256, 0.8884625826558902, 0.9036082817269387, 0.923407948096809, 0.8818534025128902, 0.959000712243783, 1.0237276437297689, 1.111336717979976, 1.221690482081231, 1.3381689577920688], "TEMPERATURE": [9.733847755557576, 9.781582825891098, 9.825276797390167, 9.852284097873593, 9.877675998492464, 9.901520011057235, 9.923881129985709, 9.944821957205692, 9.964402763693316, 9.98268158595485, 9.999714306808887, 10.01555473233876, 10.030254668979264, 10.043863995862981, 10.056430734934521, 10.068001118407176, 10.078619653541764, 10.088329185076592]}, "NODE_80": {"VELOCITY_X": [0.0015513409369007662, 0.0035894359367219437, 0.005556824463286953, 0.006870087370476059, 0.00816034379089592, 0.009464005463560061, 0.010758856195595582, 0.012050013037623831, 0.013339516900861057, 0.014623862108540671, 0.015907172471861384, 0.017189258678934567, 0.01847015309531652, 0.019750286727723124, 0.021029660737936363, 0.02230840568346638, 0.023586628314532992, 0.024864384570309265], "VELOCITY_Y": [-0.0007507865630433519, 0.0006967019915117569, 0.00034102803653784204, 0.0002358567094734466, 0.0001808238546236763, 0.00012542292082097463, 8.734953601747407e-05, 6.223532323566991e-05, 4.132586552937059e-05, 2.823562230000773e-05, 1.7575516601018477e-05, 8.673345499651746e-06, 1.6895959312686315e-06, -4.1374692343779145e-06, -8.961416241063387e-06, -1.298600574201459e-05, -1.6419519877255746e-05, -1.9362406194474627e-05], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2072.8642507630548, -1877.285654374347, -1844.452668141358, -1862.6864127880137, -1872.6046420531816, -1859.791113206473, -1866.2666207916968, -1864.841316103613, -1863.9981476971552, -1864.9216224534312, -1864.4221014381378, -1864.497845665632, -1864.5388990743302, -1864.4596573199185, -1864.484350945519, -1864.470494329504, -1864.462001327688, -1864.4641850652358], "TEMPERATURE": [7.725271481915347, 7.905059262777269, 8.077265502492047, 8.187993100302993, 8.295551661583437, 8.40001807634331, 8.501467515605837, 8.59997344558353, 8.695607638096586, 8.78844023166083, 8.878539754882766, 8.96597316190565, 9.050805866023618, 9.13310176892762, 9.212923291722575, 9.29033140472539, 9.365385656771243, 9.438144204303464]}, "NODE_81": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4071.0665144588843, -3669.5972312330887, -3649.793803578402, -3666.404380602128, -3673.326255962735, -3660.203059538094, -3665.927158336547, -3663.576663928378, -3662.262255746488, -3662.4634681051643, -3661.4742911639164, -3661.1946823013654, -3660.906797778228, -3660.56266674817, -3660.3572817829127, -3660.14043824634, -3659.9570804218656, -3659.8047674098775], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_82": {"VELOCITY_X": [0.0016127011086325212, 0.003709685546206134, 0.005616211997858769, 0.006949774026359702, 0.008243555089789498, 0.009555601920194109, 0.010868849399981556, 0.012178454662004708, 0.013491433494021236, 0.014803299395211833, 0.01611429958859034, 0.017424754775914278, 0.01873434750619925, 0.020043425302956934, 0.021351895488791548, 0.022659772948170735, 0.02396710126598767, 0.025273862940978574], "VELOCITY_Y": [-0.001098645615198733, 4.276290899322486e-05, 8.923150352657643e-05, -1.4827227101147374e-06, 1.7702889071572867e-05, 1.3558954740126802e-05, -5.406747471613504e-06, -7.869204561358667e-06, -1.9707339414640385e-05, -2.9342493134758808e-05, -3.938076286136463e-05, -5.2459410425688885e-05, -6.656270298999014e-05, -8.23221327102117e-05, -9.968362944441288e-05, -0.00011840834816180004, -0.0001385818089371182, -0.0001601027314349208], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1617.6135070874832, -1474.950490474571, -1441.7183571896521, -1454.179044176619, -1465.5357710240983, -1452.0774056681412, -1457.7345419283977, -1456.6087668469336, -1455.6007712470055, -1456.5668230669291, -1456.2290183684836, -1456.4422845376164, -1456.6949978156053, -1456.8356821687962, -1457.09129468612, -1457.32260607249, -1457.5611875285347, -1457.8141785137723], "TEMPERATURE": [10.30279594590214, 10.226034638726443, 10.156706242386464, 10.114357705070459, 10.074934161371024, 10.038296063005307, 10.0043100473592, 9.972848636946658, 9.943789990699255, 9.917017648357518, 9.892420290928618, 9.869891516011077, 9.849329618882035, 9.830637384009924, 9.813721886339497, 9.798494301487322, 9.784869724655296, 9.772766997773969]}, "NODE_83": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_84": {"VELOCITY_X": [0.0015471950644370264, 0.003595939035010208, 0.005548493608336188, 0.006852005189500164, 0.008137667953316363, 0.009437071205642905, 0.010728341198340388, 0.012017192641730498, 0.013297876276613262, 0.014556430713407417, 0.0158158707540154, 0.017074260280241445, 0.018331085048211092, 0.01958641627798041, 0.020840011513224028, 0.02209184337449785, 0.023341888497953694, 0.024590106698931757], "VELOCITY_Y": [-0.0019278680437138584, -0.0004240661627205925, -0.0003089952399632018, -0.00020189325067134124, -0.00013254447032096876, -8.348467771021302e-05, -4.742076816437031e-05, -2.1995003433814904e-05, -4.582428037080099e-06, 7.054081759006892e-06, 1.5506065593876952e-05, 2.1747136416131047e-05, 2.6398724645713423e-05, 2.9861869299664385e-05, 3.249543530675473e-05, 3.454043119465788e-05, 3.618043352665125e-05, 3.755474585977766e-05], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3131.146927005312, -2791.8664722903964, -2774.0956267318716, -2792.2244909476726, -2802.2605633357844, -2789.9839003165707, -2796.702412618966, -2795.3826286015587, -2794.7059934464764, -2795.702556231469, -2795.2754232724224, -2795.425083463321, -2795.5209938766034, -2795.492128055126, -2795.56005470294, -2795.5826749202133, -2795.6060765548914, -2795.635326445681], "TEMPERATURE": [19.776576881858187, 19.330648882820938, 18.90149420747484, 18.624316135505705, 18.354014710319063, 18.09037294062368, 17.833181277550725, 17.58223738176074, 17.337345871402825, 17.09831806657367, 16.864971757967485, 16.637130976577932, 16.414625770743463, 16.19729199135317, 15.984971083780735, 15.777509887769476, 15.574760444462402, 15.376579810432784]}, "NODE_85": {"VELOCITY_X": [0.0017471809070293486, 0.0037834987748339693, 0.0057000968752198185, 0.007036050508834695, 0.00833989726189261, 0.009659893573663682, 0.010975293493828274, 0.012289922950531497, 0.013604926777230984, 0.014916587113753174, 0.0162292548307912, 0.017542334740421488, 0.01885568850880202, 0.020169520559445375, 0.02148370484819451, 0.022798253515642453, 0.024113163634407155, 0.025428395519568218], "VELOCITY_Y": [0.0007788991380966443, -0.00010844886963099329, 0.0004182046470316058, 0.00022848739762323982, 0.0001391295747311493, 0.0002529722700235834, 0.00020157922086184155, 0.0002214260359307069, 0.00023583158343284616, 0.00023673990550301754, 0.00025094537264365826, 0.00026072268633362813, 0.0002713206518733583, 0.00028313993534077, 0.0002941516867841691, 0.0003055443441948679, 0.0003168993430843784, 0.0003281509484297388], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-60.34590739443307, 26.7481572836344, -0.34113389875932554, 9.399653432507437, -1.698065573550323, 2.7563204277938245, 1.7910417589405268, 0.8717757412829917, 1.5082561963635497, 1.0674961291798106, 1.0697267563509654, 1.1102418429725625, 1.0599150507618735, 1.101109796692557, 1.120538613371966, 1.1429279143603555, 1.1753632276069852, 1.202991527487029], "TEMPERATURE": [10.009586292472306, 10.02459901289599, 10.03818026048884, 10.046470904300339, 10.054172736285517, 10.061304428955617, 10.067884455256854, 10.073931073794625, 10.079462309110976, 10.084495934709116, 10.089049458731765, 10.09314011200297, 10.09678483654078, 10.100000275731205, 10.102802765755799, 10.105208328249427, 10.107232664210189, 10.108891148964766]}, "NODE_86": {"VELOCITY_X": [0.0014933389961470887, 0.0033993946782714234, 0.005333222323178213, 0.006677500095877614, 0.007993380047283448, 0.009323876635882529, 0.01065265422927163, 0.01197858674397578, 0.013304891463454227, 0.014629606068933751, 0.015953703314642066, 0.017276973492862637, 0.0185992137028716, 0.01992065721747616, 0.021241280347961185, 0.02256115992232094, 0.02388038177835838, 0.025198990948887348], "VELOCITY_Y": [-0.0014461375324617879, -0.0006430416143737345, -0.00023457035202847392, -0.00028747788828711396, -0.00019610745195164093, -0.00013335135249986012, -0.00011137151852371961, -6.710460772382972e-05, -3.9380906141389203e-05, -1.528804637036695e-05, 9.091644149247163e-06, 2.9800646764586463e-05, 5.040067888015614e-05, 7.054942096257542e-05, 9.038683696217582e-05, 0.00011046809680912292, 0.00013073944041293135, 0.00015136375770542396], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1024.4147044992178, -921.6912952751329, -908.9702524870619, -912.7980826846765, -926.1057121111268, -914.7396687814718, -918.9288807708008, -918.5258887944804, -917.4085525655078, -918.1474359165935, -917.7835815740106, -917.7729953907499, -917.8349611835898, -917.7757591984586, -917.8072863456118, -917.8232940719495, -917.8416388018733, -917.8752546100806], "TEMPERATURE": [10.48228791790489, 10.427436297560481, 10.375399466858441, 10.342235767420883, 10.310267939230613, 10.279473166712965, 10.249828339922125, 10.221310089764852, 10.193894875665855, 10.167559028394521, 10.14227880190639, 10.118030419733344, 10.094790116140835, 10.07253417620509, 10.051238971725624, 10.030880994130314, 10.01143688470161, 9.99288346200033]}, "NODE_87": {"VELOCITY_X": [0.001546613675425001, 0.0036099250009422293, 0.00556382165255026, 0.006886839318562143, 0.008189942069292914, 0.009514208826127314, 0.010837884801461575, 0.012163747970959886, 0.013501347532376856, 0.014856453774735389, 0.01621362695761538, 0.017572725934978006, 0.018933425979369117, 0.020295972609405265, 0.021660192075034963, 0.02302606991470915, 0.02439358587937035, 0.025762674161863914], "VELOCITY_Y": [-0.0012697063577085284, 0.0002158892566155502, 4.4238918167548027e-05, 3.0693148881517946e-05, 2.6808254058474645e-05, 2.0398652308482898e-05, 1.9939899272378263e-05, 2.4271702697189477e-05, 2.805304749102122e-05, 3.0279329169523462e-05, 3.604624094238824e-05, 4.4228227021473246e-05, 5.458701186626014e-05, 6.665528719684454e-05, 8.029478774116684e-05, 9.536587909697148e-05, 0.00011173959080241287, 0.00012933769024542916], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2671.5136288852973, -2381.934038687436, -2362.9146016663626, -2379.9657569925766, -2391.4773499825847, -2378.84351191645, -2385.2857927896443, -2383.9477644898498, -2382.9120815207143, -2383.662212343649, -2382.934483972267, -2382.741075422178, -2382.513448757504, -2382.148152992023, -2381.8817177923684, -2381.5759746487624, -2381.2742773998352, -2380.985957836281], "TEMPERATURE": [11.785333912097355, 11.914765435341732, 12.032233404975628, 12.104259216306437, 12.171496059690217, 12.234140542667562, 12.292381569975417, 12.34640065174343, 12.396372185095908, 12.442463735489888, 12.484836301555221, 12.523644569356662, 12.559037160945586, 12.59115687267405, 12.620140903737632, 12.646121075729015, 12.66922404334735, 12.689571496706241]}, "NODE_88": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4137.325998261298, -3734.2983608655973, -3715.7639463682585, -3730.66055913041, -3738.909658326272, -3725.346778059894, -3731.087337689641, -3729.088315884573, -3727.9444969702354, -3728.63808387795, -3727.992591909895, -3727.9837806541695, -3727.9663682781024, -3727.85937090238, -3727.875440277265, -3727.8664103217166, -3727.873617702076, -3727.898536666707], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_89": {"VELOCITY_X": [0.0016218421738406561, 0.003682460976953868, 0.005630551142726147, 0.006980645578861676, 0.008295638791518333, 0.00962961768122871, 0.010962456057169981, 0.012293841315251904, 0.013627428737007225, 0.014959126313971696, 0.01629270308670081, 0.017627464479463385, 0.018962932975849778, 0.02029926928722987, 0.021636246831969314, 0.022973792861089297, 0.024311854366632277, 0.02565033565711996], "VELOCITY_Y": [-0.0008267711887028855, 0.0006662813458426721, 0.00045704737557694577, 0.00035137710808097114, 0.0003172713796859336, 0.00027671528036909477, 0.00024289977685680933, 0.00022520061783599184, 0.00020908054701050793, 0.00019937705280705033, 0.00019332160863486277, 0.00018901495611138087, 0.0001869332512870166, 0.0001862766582326301, 0.0001868722766485093, 0.00018858422992071687, 0.0001911834867599815, 0.00019457595496755173], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2212.716416250849, -1982.669542701371, -1962.2319184588744, -1974.455039004663, -1986.9766567764473, -1973.954713238095, -1979.7009738715121, -1978.6075524712298, -1977.4244431209117, -1978.0925945249771, -1977.3955935934741, -1977.221568885616, -1977.0767333189042, -1976.8003199794339, -1976.6290533698605, -1976.4263867766663, -1976.2248059679894, -1976.0350560685426], "TEMPERATURE": [7.822266951536414, 8.000889813174876, 8.171101529611864, 8.280084766024501, 8.385597389412982, 8.487740645726944, 8.586612721925365, 8.682308840965431, 8.774921335025004, 8.864539748143683, 8.951250918964583, 9.035139070781824, 9.116285894868058, 9.194770628505097, 9.27067013179116, 9.344058961624658, 9.415009443232028, 9.483591739515438]}, "NODE_90": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_91": {"VELOCITY_X": [0.0015811749554468287, 0.0036329024078525056, 0.0055585762396287, 0.006883974993310376, 0.008186438211730018, 0.009497565663952084, 0.010806592687055708, 0.012114506249408507, 0.013423715335866419, 0.014732912755937001, 0.016042698963699455, 0.01735282128327277, 0.01866318701887049, 0.019973958252002332, 0.02128505901620331, 0.02259651808763723, 0.023908356827527264, 0.025220567104189236], "VELOCITY_Y": [-0.0012421939788833647, -0.0003028801381077833, -4.1028570194093134e-05, -0.00011018254754957057, -5.419876298361362e-05, -1.3836638233367063e-05, -5.389867127747665e-06, 2.4383264874262633e-05, 4.299684825781733e-05, 6.215112742146267e-05, 8.255506801327619e-05, 0.00010022736654754606, 0.00011782606194027496, 0.00013486887047077674, 0.00015128245357673323, 0.0001674268074028162, 0.00018316997473000117, 0.0001985836440715339], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1283.016161857298, -1156.9891291795966, -1147.1476537381882, -1150.6568894622576, -1165.1516794423856, -1152.911664115633, -1157.4026701413336, -1156.981218463119, -1155.8273948562285, -1156.7323608915556, -1156.424375973189, -1156.497613358368, -1156.6526287710653, -1156.6727460587954, -1156.7892642486563, -1156.886858629369, -1156.983252255007, -1157.0930660630413], "TEMPERATURE": [9.476935520608233, 9.47179269433427, 9.468482963840016, 9.467227775356575, 9.466689207766025, 9.466831003786142, 9.467618466548979, 9.469018385090662, 9.470998966909953, 9.473529781662931, 9.476581701281413, 9.480126843937082, 9.484138521072662, 9.488591186103264, 9.493460385976892, 9.498722714808771, 9.504355769505441, 9.510338107416747]}, "NODE_92": {"VELOCITY_X": [0.0016899660555680502, 0.0036980684247688647, 0.00560369150492585, 0.006887761930962975, 0.00816573472213928, 0.009460836087395537, 0.01074984273395517, 0.012043310680264685, 0.013339426458781337, 0.014636824387045645, 0.01593467316402246, 0.017232027285048676, 0.018529034886701545, 0.01982583340422646, 0.02112218539237821, 0.022418107391047062, 0.023713543719660862, 0.025008434283629238], "VELOCITY_Y": [0.00035914432274198444, -0.00014480365461292578, 0.00026915972265689547, 0.0001332193515168727, 6.585012618669624e-05, 0.00016758664691599325, 0.00013032349406776484, 0.0001513629335721506, 0.0001672631279220615, 0.00017104860646419866, 0.00018525007741138674, 0.00019501832829800153, 0.00020497166127809077, 0.0002156362701087289, 0.0002253066027457651, 0.00023501874686879295, 0.00024443625957297954, 0.00025348912194234107], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-68.73768303650871, 31.237186411679957, -1.6557246876874068, 9.87794311388007, -1.1855128420562626, 2.871784696779273, 2.1627024786804685, 1.148350747429114, 1.8031385192351208, 1.409517267810678, 1.4210640724278985, 1.4981316261887974, 1.4787251049171397, 1.5575876378625373, 1.6262651955617518, 1.7037190223943028, 1.799989390469889, 1.89877851749665], "TEMPERATURE": [10.342351607860762, 10.329878609868434, 10.317244797990048, 10.308752744221094, 10.300217912395524, 10.291650548338213, 10.283060277681003, 10.274456123279466, 10.265846551270581, 10.25723949709796, 10.248642395080836, 10.240062207596758, 10.231505450712891, 10.222978219678257, 10.214486212572227, 10.2060347525642, 10.197628809097983, 10.189273017804577]}, "NODE_93": {"VELOCITY_X": [0.0015917152706350737, 0.0036721420273406183, 0.00559548919571479, 0.006864706727898857, 0.008098388326320297, 0.009336962314060844, 0.010563683387274985, 0.011783449151433081, 0.012994750358535565, 0.014188617605913728, 0.015379761318010051, 0.016567576541761674, 0.017752224434888917, 0.018934191777214587, 0.020113566339228114, 0.021290555432477314, 0.0224653149347058, 0.023637944305285225], "VELOCITY_Y": [-0.001820231600134248, -0.00040577877429704546, -0.0004858806830521762, -0.0005189654255553241, -0.0005733801776315755, -0.0006507808842937724, -0.0007414576571068015, -0.0008411158193570176, -0.0009504623313413484, -0.001064540422984548, -0.0011798780989739834, -0.0012972077645651248, -0.001416335731940893, -0.0015371686417746753, -0.0016594417979091066, -0.0017829113286635513, -0.0019073793720094908, -0.0020326546252935145], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3268.0777212428015, -2901.1004719961475, -2889.8638480346, -2904.896682426127, -2917.8234471632422, -2905.7022382116406, -2912.8131961290355, -2912.4808346023665, -2912.303874888213, -2913.97037417832, -2914.109547975723, -2914.756868202339, -2915.3828206454627, -2915.857936692156, -2916.4250283609967, -2916.9448696334, -2917.456190383315, -2917.9694364774914], "TEMPERATURE": [17.09782169894575, 16.65624261952735, 16.232834739193866, 15.960224093318129, 15.69505165157725, 15.437077641352397, 15.186070356567013, 14.94180590836339, 14.704067970424488, 14.472647521262944, 14.247342607658156, 14.027958089424159, 13.814305397521915, 13.606202304836966, 13.403472704927479, 13.205946399446214, 13.013458893200204, 12.825851196447717]}, "NODE_94": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4228.370304481732, -3793.567938485345, -3781.601598901258, -3795.4538027470976, -3805.7046669093434, -3792.351098796479, -3798.446730227337, -3797.0226244277897, -3796.2147806698067, -3797.4968660670247, -3797.256685024168, -3797.555406183142, -3797.8264401619863, -3797.966537681746, -3798.209373333708, -3798.412595745717, -3798.6166654243125, -3798.8284596277495], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_95": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_96": {"VELOCITY_X": [0.0015641577767874855, 0.0036886731634673577, 0.005752666058431439, 0.0071653475816090976, 0.008567648683635378, 0.009984450813323597, 0.011401762327709456, 0.012821990251463704, 0.014246586707921201, 0.0156748207337891, 0.017104694495508343, 0.01853568071097665, 0.01996756601275944, 0.021400389897897606, 0.022833918410906665, 0.024268093689806352, 0.025702849969172468, 0.027138109441370645], "VELOCITY_Y": [-0.001337773343251079, 0.0002097980901458578, 0.00018578265520290688, 0.00019178922551614858, 0.00023545191689950496, 0.00026862881723845657, 0.0003021462473350203, 0.0003428592444381619, 0.00038166934012272665, 0.00042252482320045016, 0.0004647938285327975, 0.0005069859690896072, 0.0005493835279179324, 0.0005915259485277531, 0.0006333713371498432, 0.0006749013927176523, 0.0007160308579588717, 0.0007567544514013951], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2881.3741823877617, -2549.368715919921, -2538.293356318063, -2549.986157302687, -2563.553975609923, -2550.355628397176, -2556.48767786743, -2555.5931341741807, -2554.5882910258274, -2555.6538818254253, -2555.1954733988237, -2555.229794476245, -2555.2772858742915, -2555.1647131513496, -2555.1479646288503, -2555.0888548613502, -2555.0211810127694, -2554.9591774386627], "TEMPERATURE": [14.251412499980411, 14.245303150950877, 14.235728616671821, 14.227522663229909, 14.21792675522283, 14.206997190308332, 14.19478823809904, 14.181352225342112, 14.166739604697975, 14.15099901548354, 14.134177349049692, 14.116319808276183, 14.097469967871355, 14.077669833157263, 14.056959895935826, 14.035379188638393, 14.012965336466543, 13.989754607584626]}, "NODE_97": {"VELOCITY_X": [0.0015021342042296285, 0.0035898807910047905, 0.0055609226465091945, 0.006861591404366917, 0.00816567322865414, 0.009469474596763281, 0.010768199331575872, 0.012068901205055165, 0.013368433498348781, 0.014666901478330913, 0.015965230433772272, 0.017262910719050988, 0.018560276238583907, 0.019857404058629766, 0.02115423330141453, 0.02245084515250824, 0.023747251160026937, 0.025043466135401635], "VELOCITY_Y": [-0.0012692413866891635, -0.00033312301756930284, -6.94114028395128e-05, -0.00012516956572529317, -6.813190658178812e-05, -2.6987678499536538e-05, -1.9799120949168322e-05, 5.798930549195192e-06, 1.8436357126679087e-05, 2.823811296216832e-05, 3.8667596689798334e-05, 4.585663828477783e-05, 5.23803969240047e-05, 5.786952454079455e-05, 6.229404937428302e-05, 6.607785557539032e-05, 6.916156131469668e-05, 7.167089132920586e-05], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1359.7183172410905, -1213.3244859504189, -1208.200351690327, -1209.9829940927966, -1224.7769645048493, -1212.40609387609, -1216.7230260153483, -1216.305799824819, -1214.9986928517087, -1215.7648432021651, -1215.3277907834456, -1215.2744114015766, -1215.327976122721, -1215.24747740596, -1215.2719484548672, -1215.2861163216228, -1215.3041917816854, -1215.3424806373669], "TEMPERATURE": [9.514127652771586, 9.505105775879425, 9.497585539047119, 9.49336856635546, 9.489763250193716, 9.486748325601802, 9.484303089608318, 9.48240738828338, 9.48104160400185, 9.480186644068539, 9.479823928847754, 9.479935380043198, 9.480503409023541, 9.481510905144281, 9.482941224479326, 9.484778178773867, 9.487006024574494, 9.48960945261221]}, "NODE_98": {"VELOCITY_X": [0.0016535065158720383, 0.003654253114920984, 0.005640892146496089, 0.006921742642291519, 0.008225795380201984, 0.009542291105779506, 0.010847691529005658, 0.01216129848523409, 0.013474807718791297, 0.014787516122619075, 0.01610215269531516, 0.017417014073169538, 0.018732578874399265, 0.020048882139139353, 0.02136569417332737, 0.022683104383946724, 0.024001059318248096, 0.02531953123224323], "VELOCITY_Y": [0.00013211336998404053, -0.00011737274634654761, 0.0002676920963092106, 0.00012430212131212562, 6.109515407094655e-05, 0.00014789201905909707, 0.0001060046058130642, 0.00012181996967506157, 0.00013324837239071287, 0.00013583432196113512, 0.00014876671752772893, 0.00015796211006185022, 0.0001680511444524356, 0.00017949122568187184, 0.00019065642079501497, 0.00020253928529148245, 0.00021480647394378358, 0.00022738464703007732], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-72.16847281679009, 34.36952436945319, 0.970071394924896, 11.558463883094255, -0.27564333618135833, 3.576556923430527, 2.4185245186690945, 1.1103463756517047, 1.6112665443862062, 1.0794655217305544, 0.9925608237837411, 0.9778349749519903, 0.8685901828415722, 0.8723827326306424, 0.8726048192501085, 0.8881591846456286, 0.9289814978570312, 0.9766926682494083], "TEMPERATURE": [9.91606594419014, 9.942359274171832, 9.966515704651004, 9.981487758589884, 9.995591138449825, 10.008856644592802, 10.021314200506692, 10.03299288173047, 10.04392092994188, 10.054125775540994, 10.063634057027812, 10.072471640152342, 10.080663637180932, 10.088234425360163, 10.095207665166978, 10.101606318204292, 10.107452664740002, 10.11276832092016]}, "NODE_99": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4298.827026365357, -3845.690234898469, -3833.4225579966433, -3844.0872142172116, -3854.152125398732, -3839.214546850348, -3843.997876562892, -3841.5472031456925, -3839.5199922603506, -3839.722593199334, -3838.4048329443826, -3837.660148687128, -3836.963512739785, -3836.174265421335, -3835.534645315511, -3834.8986122303686, -3834.299422002038, -3833.743740555408], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_100": {"VELOCITY_X": [0.0015492735312782236, 0.0033375760533023843, 0.005436239908284081, 0.006708536251554163, 0.008032604534137929, 0.009362420898097074, 0.010667595957831491, 0.011983216427321317, 0.013293795440152847, 0.014601703808513205, 0.015910309597358743, 0.017217262756947363, 0.01852372204247267, 0.019829725895300434, 0.021135167219253556, 0.02244031239260317, 0.023745168141786205, 0.025049799257201202], "VELOCITY_Y": [0.00022810945030354683, -8.3153198576947e-05, 0.0003385720720886428, 0.0001428975316735175, 6.865321929435581e-05, 0.0001559399441370357, 9.821708915688112e-05, 0.00010954230261576651, 0.0001147546657812349, 0.00010890303654944702, 0.00011536484606641102, 0.00011746960580286917, 0.00012047330673964681, 0.00012482110946683266, 0.00012853803015403997, 0.00013272918917740166, 0.00013697108925886747, 0.00014114372744016164], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-67.2155577856585, 32.690942773400415, 2.370678825969057, 11.158241144108448, -1.2859085899294602, 3.4297001332705244, 2.004345844405081, 0.8266018821814265, 1.5005254757764785, 0.9603362785741554, 0.9473097272160105, 0.9853418714642341, 0.9149515574544532, 0.9624214931376036, 0.9950401246591752, 1.038155431596946, 1.1019963619358162, 1.167049905960556], "TEMPERATURE": [9.787561275549844, 9.810463072525634, 9.83220594262121, 9.846075583419344, 9.859457317609667, 9.872361748010704, 9.884799322184742, 9.896780354096677, 9.908315006984436, 9.919413302045228, 9.930085118449371, 9.9403401928754, 9.95018812124874, 9.959638358878, 9.968700221096213, 9.97738288396178, 9.985695384837234, 9.993646623083757]}, "NODE_101": {"VELOCITY_X": [0.0016432292591744353, 0.00355010753070612, 0.005294790777772065, 0.006475726505712945, 0.007634231320651333, 0.008791389599031472, 0.009937578560027159, 0.011078388582924379, 0.012213443762459314, 0.013340136523731089, 0.014463223546570864, 0.015583055505905045, 0.016700170493156353, 0.017815061141914237, 0.018927875999061695, 0.020038870437167306, 0.021148225875995432, 0.022256077887009805], "VELOCITY_Y": [-0.0018351010412113848, -0.00027962512501275783, -0.00012382479332480691, 2.0368301751587922e-05, 0.0001662481617556356, 0.0003065385816595313, 0.00044612769716780487, 0.0005869790026199156, 0.0007260561448380428, 0.0008646296951155705, 0.001003987715901186, 0.0011432236525175678, 0.001282290938156373, 0.001421071403106534, 0.0015596065959649925, 0.0016979372363596426, 0.001836089277550549, 0.001974105858430497], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3505.610512262413, -3100.5164261491263, -3099.479822957608, -3111.478896880767, -3126.4718344793027, -3113.9584040614604, -3120.9250073165895, -3120.7388772647487, -3120.274650056475, -3121.8395891094933, -3121.8017105136278, -3122.2250811130707, -3122.647410783207, -3122.8843536178492, -3123.2038750998927, -3123.4682900328485, -3123.711579170433, -3123.9505514649222], "TEMPERATURE": [16.088498125021673, 15.75294323393465, 15.427925740167144, 15.216901537707752, 15.010265730001745, 14.807906403935855, 14.60971477932021, 14.415585132733876, 14.225414703217899, 14.03910359193321, 13.856554681223162, 13.677673546329203, 13.502368371629032, 13.330549872613405, 13.16213122052074, 12.997027970190134, 12.835157990242298, 12.676441395536601]}, "NODE_102": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_103": {"VELOCITY_X": [0.0014371954269156043, 0.0034112114100248664, 0.005340479955892599, 0.006629858150511971, 0.007921789697859316, 0.009214876595375355, 0.010503099093674492, 0.011793374074601364, 0.013082928783635891, 0.014371825165812166, 0.01566088978625217, 0.016949685091003787, 0.018238508982618213, 0.019527431440449522, 0.020816359216794103, 0.02210535652521201, 0.023394417333388942, 0.02468353656199061], "VELOCITY_Y": [-0.0008473868375996292, 0.0006771178707859789, 0.0005408969591980871, 0.000497652485205494, 0.0005155800583349323, 0.0005334118594365023, 0.0005586207671629362, 0.0005994241582353612, 0.0006439769148841931, 0.0006961788327016793, 0.0007528192758764125, 0.00081221372275202, 0.0008746780077529175, 0.0009395079054619534, 0.0010064734553605283, 0.0010753898610164636, 0.0011459955751811231, 0.001218144592276021], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2573.9957659875745, -2285.6431455229495, -2277.662035420033, -2286.151361176336, -2300.296348486052, -2286.500672621275, -2292.0480330393766, -2291.0392268479486, -2289.6293391032245, -2290.374933587826, -2289.6668851196464, -2289.4574857153566, -2289.3128876473634, -2289.0143466476793, -2288.828786583918, -2288.617382444506, -2288.406341675007, -2288.211626467124], "TEMPERATURE": [8.081566185877428, 8.22425046801768, 8.361237583764641, 8.449486667604026, 8.53533634851714, 8.618837829964043, 8.700041326366444, 8.778996075710953, 8.855750339707964, 8.930351431726763, 9.002845727804067, 9.073278683116252, 9.141694848800768, 9.208137886506654, 9.272650583782656, 9.33527486904765, 9.396051826347595, 9.455021710072966]}, "NODE_104": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4386.63979213615, -3930.109053022706, -3928.698534717015, -3941.3357883091576, -3955.4710198045364, -3942.9245346583716, -3949.9004694996993, -3949.5600500171995, -3949.1369730374804, -3950.715117696908, -3950.6521095932826, -3951.0574331663015, -3951.453096171853, -3951.6775537683798, -3951.9931320297155, -3952.2612195055517, -3952.5177020014253, -3952.7770554599983], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_105": {"VELOCITY_X": [0.0015101865254905742, 0.003554209287597335, 0.005563193245887943, 0.006836592000897074, 0.008144588705574982, 0.009448067097249498, 0.010743069753498362, 0.012045212807537575, 0.01334497194939499, 0.014644125616248112, 0.015944497312682188, 0.017244542098550458, 0.01854477925126232, 0.019845083646828396, 0.021145269894786385, 0.02244539674737936, 0.023745385923330878, 0.025045203536596932], "VELOCITY_Y": [-0.0013413333955823374, -0.0004284432908176495, -0.00017187961690652597, -0.00020795733558800743, -0.00014699022745804377, -0.00010237292286924388, -9.064010587117507e-05, -6.254031797974547e-05, -4.7238975868355265e-05, -3.509032983067552e-05, -2.246170006293757e-05, -1.2909588856011293e-05, -3.94665080160536e-06, 4.076992408241644e-06, 1.1117180795716387e-05, 1.7577837859920527e-05, 2.3396028021863205e-05, 2.8683496347223945e-05], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1441.0174136955106, -1282.501493159999, -1272.1882621002942, -1275.5917240934652, -1290.3511647128223, -1277.0401286587032, -1281.8640575321049, -1281.3339262649902, -1279.996525928055, -1280.961027002768, -1280.5950241702571, -1280.6514219686942, -1280.8175768879985, -1280.8307278865848, -1280.9554113602344, -1281.064925831918, -1281.1746292460418, -1281.303002870574], "TEMPERATURE": [10.668573005210874, 10.602470354191112, 10.539912534498754, 10.500102157857015, 10.461757224959038, 10.424835836597625, 10.389297231341127, 10.35510172669772, 10.322210713431, 10.29058661537259, 10.260192862176662, 10.230993863059473, 10.202954978705767, 10.176042496283424, 10.150223604448781, 10.125466369025858, 10.10173970957913, 10.079013376514505]}, "NODE_106": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4466.10301166568, -3982.3139806604304, -3981.258953402282, -3989.4723814370777, -4002.295755763729, -3987.4628529118227, -3992.70352840224, -3990.95509418372, -3989.0868861735757, -3989.519002548374, -3988.408241402582, -3987.8425814002435, -3987.3547668099536, -3986.7385096727235, -3986.260723507166, -3985.7752369279647, -3985.3095377235068, -3984.876799309662], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_107": {"VELOCITY_X": [0.001536264076776444, 0.0032805501161311894, 0.005447641095930341, 0.006725522641882804, 0.008056791173416069, 0.009395180394455513, 0.010701790980490788, 0.012020587734128728, 0.013333933619291834, 0.01464388243513325, 0.015955040276855983, 0.017264712844659014, 0.018574317957032706, 0.019883981212141234, 0.021193560664082012, 0.02250336666526732, 0.023813394673233155, 0.025123700234431886], "VELOCITY_Y": [0.0006315878757111948, -0.0003207758578768617, 0.0003010066935167318, -1.903511321944788e-06, -9.112694117558654e-05, 3.14529722248999e-05, -5.3663510833490984e-05, -4.075541952456402e-05, -3.950200894713031e-05, -5.5989462123184434e-05, -5.6207549724372874e-05, -6.354974520264208e-05, -7.059067574566251e-05, -7.654712725461726e-05, -8.406774580456186e-05, -9.15089060880204e-05, -9.936717036978582e-05, -0.0001077356629394112], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-54.957574974671175, 23.099824951895794, 0.5518855306523668, 7.404261325767944, -5.416247047358622, 1.1544787156297875, -0.5067854454125132, -1.3458481250539462, -0.36075164344159627, -0.8873974051537538, -0.8062031444406987, -0.7469828088874272, -0.8374100270667876, -0.8211951582086127, -0.8502473752619114, -0.8845350689117686, -0.911979341974795, -0.9514200425183513], "TEMPERATURE": [10.08109855883513, 10.063020016484057, 10.046957966646184, 10.037291032700317, 10.028404590597468, 10.020255995595809, 10.012804515361847, 10.006011236382014, 9.99983900421146, 9.994252346261383, 9.98921740396157, 9.98470186780951, 9.980674913609812, 9.977107141996147, 9.973970520069871, 9.971238325292289, 9.968885091596528, 9.966886557567157]}, "NODE_108": {"VELOCITY_X": [0.0015373538417705478, 0.0034391529791188615, 0.0052620705175735125, 0.006490168574279447, 0.007713146909045593, 0.008937476897824547, 0.010155790179653982, 0.011374802838492293, 0.012593207127148417, 0.013811245136682733, 0.015028970068989844, 0.01624626671700088, 0.017463407402029906, 0.018680527934047682, 0.019897545905779628, 0.021114517602368127, 0.022331441080653974, 0.02354830527433284], "VELOCITY_Y": [-0.001636840143489329, -0.00012416785377471041, -0.0001319644723080289, -0.00012048870609582932, -0.00012712298783960137, -0.00014773108061735875, -0.00017772111017448037, -0.000212690819328481, -0.00025405981126438976, -0.00030035131472541313, -0.0003482673987094895, -0.00039799041618513315, -0.00044914219651071555, -0.000501516375714495, -0.0005548732543153384, -0.0006090295372731581, -0.000663849772688501, -0.0007192119029734537], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3551.078207717287, -3129.1624478472236, -3131.799507877807, -3141.8393670026226, -3156.899089020734, -3143.4574187905378, -3150.047716485283, -3149.5810919768805, -3148.737674644277, -3150.097717824637, -3149.898292680954, -3150.2016600314646, -3150.551190507588, -3150.726876128755, -3151.0072462116104, -3151.249210837667, -3151.4820123446852, -3151.7232850510673], "TEMPERATURE": [14.789696732020026, 14.571107761887367, 14.35701243322928, 14.216723950339789, 14.078351438470506, 13.941863451602092, 13.807229015982642, 13.67441764936367, 13.543399365920425, 13.41414465353931, 13.286624476021663, 13.16081026601158, 13.036673917320408, 12.914187779777015, 12.793324652726996, 12.674057779118964, 12.55636083950879, 12.440207945961216]}, "NODE_109": {"VELOCITY_X": [0.00159583400155745, 0.0036826291043417273, 0.005623087294698742, 0.00690803451085885, 0.008207496530463373, 0.009506764037117027, 0.010803838480183969, 0.01210639514679839, 0.013409081734143371, 0.01471182227878434, 0.01601626229509874, 0.01732142953595122, 0.01862748150298705, 0.019934272348799742, 0.02124160473463397, 0.02254945209984693, 0.023857721323279985, 0.025166347300002164], "VELOCITY_Y": [-0.0007953480353953317, 0.0005557643093984969, 0.0002591993432721406, 0.0001615682958831007, 0.00010407639521097103, 5.294879127808832e-05, 8.944286343260785e-06, -2.359048225622337e-05, -5.179962492289006e-05, -7.291658671751422e-05, -9.169021193035274e-05, -0.00010896553166607008, -0.00012453720542840714, -0.00013884367308673637, -0.0001520134381794683, -0.00016416859686913408, -0.00017546938389718716, -0.0001860016319361516], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2674.558053916614, -2369.7233095773013, -2364.8219247851275, -2374.3544206739903, -2389.221800447783, -2375.331895764428, -2381.4459988230783, -2380.6565860183728, -2379.3983442375293, -2380.387794763169, -2379.8395674453336, -2379.7857873128924, -2379.7866626903883, -2379.608595960283, -2379.537014452486, -2379.429517085041, -2379.313769610794, -2379.208930487863], "TEMPERATURE": [8.215207942698301, 8.36527364939314, 8.508511343565774, 8.60034715490218, 8.689350762318192, 8.775598838661473, 8.85916582232173, 8.940123988416328, 9.018543501104407, 9.094492496602475, 9.168037143013947, 9.239241703027734, 9.308168595206874, 9.374878450796611, 9.439430169871477, 9.501880975246332, 9.562286464457289, 9.620700660129057]}, "NODE_110": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_111": {"VELOCITY_X": [0.0014473938232388676, 0.003448550355361754, 0.0055293639257694245, 0.006793488428038787, 0.008109243506377855, 0.009416004693056692, 0.01070897485419927, 0.012011618510522818, 0.013310314603518957, 0.014608245350936772, 0.015907219577787943, 0.017205212459280396, 0.018503091629008005, 0.019800759164506732, 0.021098040813519306, 0.02239506219091629, 0.023691749047515424, 0.024988089073250352], "VELOCITY_Y": [-0.001406354074319271, -0.0004039841614349832, -7.981664639177865e-05, -0.00012900786823991865, -8.211123566936179e-05, -5.624156998340435e-05, -6.507580335376944e-05, -5.433075163509997e-05, -5.597262425618595e-05, -5.878587522566148e-05, -5.949991148023653e-05, -6.247651016219494e-05, -6.497644421349007e-05, -6.744888238099956e-05, -7.00893128979058e-05, -7.249335282680683e-05, -7.480319993738999e-05, -7.696031043457402e-05], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1159.5798156623164, -1035.788499272265, -1017.8542041674089, -1024.4951301365263, -1039.4091300342789, -1025.600019421071, -1031.0961166478924, -1030.5698995902703, -1029.19169112778, -1030.2104992989046, -1029.7548822522365, -1029.721919912782, -1029.789573957435, -1029.676603851792, -1029.6703264746814, -1029.6379807599108, -1029.5969389244783, -1029.5691648687784], "TEMPERATURE": [9.932486673138154, 9.950084338520425, 9.965652185225293, 9.97498058649588, 9.9835202416023, 9.991313083704704, 9.998399249168873, 10.004817154584467, 10.010603559283782, 10.015793631397864, 10.020421010063096, 10.024517864783052, 10.028114952962747, 10.031241675116966, 10.033926128016455, 10.036195155878474, 10.038074399641006, 10.039588344399261]}, "NODE_112": {"VELOCITY_X": [0.001534727364620953, 0.0036604836875820837, 0.0055965918357276075, 0.006850928053416493, 0.008133248910757899, 0.009410781495717583, 0.010685622405816986, 0.01196686708664381, 0.013247974516218787, 0.01453121873817962, 0.015815274984218104, 0.017099117400722078, 0.01838310929022562, 0.019667150953093016, 0.020951139719361103, 0.022235121705001405, 0.023519052737440226, 0.024802922260924183], "VELOCITY_Y": [-0.0008874711446528863, 0.0003462292852687543, 9.306569154919523e-05, 4.073792407076039e-05, 2.1178458164167585e-05, 6.485862781777176e-06, -3.88738001023621e-06, -6.751452122051709e-06, -9.323477364721084e-06, -9.331076696599354e-06, -9.136347075061938e-06, -9.275125845191515e-06, -9.382362023411067e-06, -9.881636317199103e-06, -1.0801835085214355e-05, -1.2197268355492593e-05, -1.4165332135373021e-05, -1.6725884848112472e-05], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2323.984984444282, -2059.65270872551, -2044.8890558195767, -2054.59692301074, -2068.8582820807414, -2054.29040298039, -2060.4947099924016, -2059.591847242974, -2058.2740533137367, -2059.3350909441606, -2058.8072733642134, -2058.7979577013703, -2058.859192025092, -2058.7393415536562, -2058.736678121007, -2058.7021147148607, -2058.661970321277, -2058.6360940046657], "TEMPERATURE": [9.411660356276244, 9.426864159946295, 9.443498841355694, 9.45531060701792, 9.467651644473664, 9.480482561767634, 9.493765701687881, 9.507465075775992, 9.521546293979139, 9.53597650662829, 9.550724342407419, 9.565759850636267, 9.581054445612923, 9.596580852174144, 9.612313053832565, 9.628226242739004, 9.64429677149887, 9.660502106878507]}, "NODE_113": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4537.470696203563, -4038.486270077977, -4040.5266493112135, -4047.5295795684347, -4061.1884655547547, -4046.232731430419, -4051.9535063413928, -4050.748806809327, -4049.2940804697473, -4050.2397085946786, -4049.649687974073, -4049.6091449741925, -4049.6574373235394, -4049.556967750967, -4049.586360530835, -4049.5964333344796, -4049.612222941785, -4049.649301749273], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_114": {"VELOCITY_X": [0.0016764724212974193, 0.0036065998550805062, 0.005650789741578774, 0.0069161374669935724, 0.008209009252053428, 0.009522191712548903, 0.010813314558345995, 0.012115128985196063, 0.013416506765156816, 0.014715921680902645, 0.01601732285504237, 0.01731813496398255, 0.018618916388366068, 0.01991982726650365, 0.02122049447068162, 0.022521044445632347, 0.023821401475647125, 0.025121514094508735], "VELOCITY_Y": [0.0009857047138351047, -0.0005621428430523147, 0.0003657356403423446, -4.385692941536041e-05, -0.00014560550270932156, 1.6488427279877867e-05, -0.00010213273537883152, -9.1503982073957e-05, -9.739891059490423e-05, -0.00012795209252801707, -0.00013722945212471825, -0.00015571597597271514, -0.00017366528272727067, -0.00018981987464032054, -0.00020761173570477885, -0.00022486418421764558, -0.0002421956648056662, -0.0002597315561708193], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-48.528710338706034, 17.729306644365536, 1.6755109018346348, 7.7108263291123915, -5.523078578787721, 2.0529221102694213, 0.15469079038492417, -0.6638377793087331, 0.42370694766217415, -0.1670877677288584, -0.0863037386411769, -0.03919415965537462, -0.15016915927855365, -0.13966796243587398, -0.1733348690261597, -0.20557714257794257, -0.22382131254235688, -0.2484671162898847], "TEMPERATURE": [10.041092622177963, 10.03204407143758, 10.02396936925425, 10.019091284461796, 10.014593311937983, 10.010455907443168, 10.006660341435527, 10.00318865430991, 10.000023640517886, 9.997148814820193, 9.994548385852468, 9.992207230555138, 9.990110868516808, 9.98824543785438, 9.986597671785864, 9.985154876081758, 9.983904907350105, 9.982836152110378]}, "NODE_115": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_116": {"VELOCITY_X": [0.001442298983402232, 0.0034678918252839903, 0.005523001842733652, 0.0067816894811606986, 0.00808303148051119, 0.009379873829152495, 0.010665359278047914, 0.011960203921317716, 0.01325299431429471, 0.014545875073079154, 0.01584025327767264, 0.017134226838580947, 0.018428422675919435, 0.019722746318446813, 0.021016959148281448, 0.022311124626341966, 0.023605144938635383, 0.024898975376942255], "VELOCITY_Y": [-0.0015760066775899386, -0.0006456256057043908, -0.00020165315694774537, -0.0002958256338436223, -0.0002499405539937806, -0.00023047771872679497, -0.00025427745945863354, -0.00024790057922818593, -0.00025658297663792715, -0.0002660611728098046, -0.00027177453496343425, -0.00028050789741914615, -0.0002886720331924266, -0.00029687609872618056, -0.00030558955662647315, -0.00031429930448786405, -0.0003232575182902988, -0.0003324395375819241], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-883.665543480073, -796.2231104912688, -772.9128991337298, -781.2542922984131, -796.3495524606857, -782.0566028264972, -787.8476492723051, -787.3581863843833, -785.9045972891788, -786.9659783295009, -786.5065797813294, -786.4698986196853, -786.5486411976169, -786.4384960503876, -786.4376738812396, -786.4116631338969, -786.3764386068667, -786.3558786755427], "TEMPERATURE": [9.914094630416981, 9.93080071159017, 9.945901674212827, 9.955132721130294, 9.963731670028233, 9.971728684153012, 9.979152682925788, 9.98603140964743, 9.992391458019805, 9.998258325394408, 10.003656454483652, 10.00860927341331, 10.013139236273025, 10.017267860820331, 10.021015765114965, 10.024402702747295, 10.027447596620524, 10.030168571473514]}, "NODE_117": {"VELOCITY_X": [0.0015218826286106156, 0.0035854720770323854, 0.005568718741380328, 0.006899418657534145, 0.008232187675252915, 0.009567730595654576, 0.010899249978640618, 0.012232670258949394, 0.0135652312296347, 0.014896317224853553, 0.016227335692726493, 0.017557719284839197, 0.01888754911375118, 0.020216875686091318, 0.021545616099441646, 0.02287381936632213, 0.02420149306218806, 0.02552864427982153], "VELOCITY_Y": [-0.0016994271699370949, -0.00028137013162843176, -0.0002468933959762213, -0.00018832441522586253, -0.00015575238873844017, -0.0001282712494759809, -0.00010746554189095502, -8.972786387222625e-05, -7.425707342618666e-05, -6.067632258450477e-05, -4.7717962897866026e-05, -3.529996324035821e-05, -2.331479121327466e-05, -1.164086819976406e-05, -2.0187149765284196e-07, 1.1041552118232921e-05, 2.2121142786343252e-05, 3.305555408207339e-05], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3488.853567233221, -3066.857016335506, -3072.869494633115, -3082.9071113002196, -3098.7030120103445, -3084.6881779231285, -3091.423573512023, -3090.8609133653836, -3089.7595475149515, -3090.9763211769136, -3090.566420510626, -3090.651674534155, -3090.787098208919, -3090.727112703823, -3090.7711120252948, -3090.7730457672806, -3090.7616566807537, -3090.75798014248], "TEMPERATURE": [16.68241690028216, 16.5055327072245, 16.331769478021748, 16.217617232959018, 16.104787356329954, 15.993255261356499, 15.8829969965514, 15.773989222253592, 15.666209194462413, 15.55963474114891, 15.454244245282386, 15.350016627039484, 15.24693132697846, 15.144968290318428, 15.044107951434215, 14.944331219074453, 14.84561946205197, 14.747954495415376]}, "NODE_118": {"VELOCITY_X": [0.0015072677605081643, 0.0036407093806848975, 0.005579603519014476, 0.006850415485144452, 0.008137559523011456, 0.009423757447592685, 0.010707313898906197, 0.011995250242002995, 0.013282918040689193, 0.014570632692770995, 0.01585907166546128, 0.017147511957322017, 0.018436153864679103, 0.019724967969651303, 0.02101385642210894, 0.022302835669832488, 0.023591868646748494, 0.024880935075372895], "VELOCITY_Y": [-0.0010230128795984288, 0.00022830461475809927, 1.7083218049301683e-05, -1.888463635771335e-05, -3.461155980677164e-05, -5.257596722109139e-05, -6.781814402242568e-05, -7.884967481923218e-05, -9.164740825094685e-05, -0.00010194517948018882, -0.00011255443270644456, -0.00012359255126524225, -0.0001344292470328263, -0.00014546358469049296, -0.00015656710448607605, -0.00016770811929892108, -0.00017892380211356152, -0.0001901752093869139], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1866.521774821241, -1656.9848197430165, -1627.6369394650098, -1639.078909460606, -1652.8525723122414, -1637.7755887326362, -1644.4657997258405, -1643.6001458476699, -1642.3286493114904, -1643.534062325586, -1643.0584911079388, -1643.1207486182914, -1643.2612886656325, -1643.2055281295245, -1643.2694794332483, -1643.2972139877845, -1643.3152462369817, -1643.3456142829718], "TEMPERATURE": [10.520232652971398, 10.452958207374365, 10.390269970175646, 10.350902092855051, 10.313390765360378, 10.27766776721889, 10.243667246600296, 10.211325638703045, 10.180581601556755, 10.15137592733207, 10.123651471112629, 10.09735307909678, 10.072427517665767, 10.048823406768618, 10.026491154889401, 10.005382896429944, 9.985452431433067, 9.966655167354517]}, "NODE_119": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4599.60253942089, -4105.909963057034, -4110.930988352578, -4118.060262094873, -4132.705071150139, -4117.645991685916, -4123.673509496494, -4122.611782881019, -4121.103507429637, -4122.026631697406, -4121.355903060944, -4121.207938594572, -4121.139403182981, -4120.895462887711, -4120.771198156037, -4120.6181102913615, -4120.462131281498, -4120.32273785178], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_120": {"VELOCITY_X": [0.0014295134950419084, 0.0034459200308347595, 0.005356905820147345, 0.006646978597031547, 0.007943758290916963, 0.009242469637662913, 0.010537945607221344, 0.011835042029342314, 0.013130819921177253, 0.014424641038380023, 0.015718692662130194, 0.017012487375930772, 0.01830615935459579, 0.019599778721420297, 0.020893302150744027, 0.02218677245190748, 0.023480190061031178, 0.024773551681923137], "VELOCITY_Y": [-0.0008049946350077082, 0.0003962374948803726, 0.00010915954187273114, 0.00010656352636334012, 9.821565451233836e-05, 0.00010894406606343148, 0.00012339401359404953, 0.00013998154463642934, 0.00015787271618302105, 0.00017412572451214618, 0.0001908695578473485, 0.000208058492395477, 0.00022545215308413238, 0.00024297692282894678, 0.00026060961153176996, 0.00027829314198685363, 0.00029601276358544944, 0.0003137560481281341], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2800.2621190344876, -2469.691495573486, -2466.7375271630144, -2478.272345175001, -2493.749427210765, -2479.3073763811835, -2486.058349653186, -2485.2816326125444, -2483.993007292508, -2485.1120101913843, -2484.5752425027003, -2484.5612312030503, -2484.6179695584774, -2484.485937967385, -2484.4740972960676, -2484.430556457387, -2484.3824209385107, -2484.350680164954], "TEMPERATURE": [7.8416153993995374, 8.033036709524197, 8.214436822339415, 8.330044828914952, 8.441554319970237, 8.549098588599064, 8.652806355005442, 8.75280193273142, 8.84920538928534, 8.94213270255912, 9.03169590492757, 9.118003224800534, 9.201159221376919, 9.281264914216832, 9.358417908456085, 9.432712515198263, 9.504239867588126, 9.57308803267996]}, "NODE_121": {"VELOCITY_X": [0.0016791962268346051, 0.0036215255355671935, 0.005558055553819884, 0.006850480778496922, 0.008139214121036135, 0.009450743612258495, 0.010748697529459273, 0.0120506074133858, 0.01335321435063375, 0.014653599184098462, 0.01595484776880997, 0.017255604946438872, 0.018556017236948465, 0.019856309741780084, 0.021156272327777625, 0.02245599082035297, 0.02375545708363694, 0.025054651126455395], "VELOCITY_Y": [0.00038130053763684005, -0.0006304095606531835, 0.00018808771231274595, -0.00019834628663416477, -0.0002970799989872513, -0.0001805706913478323, -0.00030357156737794046, -0.00031251537980267214, -0.00033639954340281925, -0.000380571546216246, -0.0004063079989678793, -0.00043996735218058394, -0.00047309523701083504, -0.0005047814071005804, -0.0005379782516641209, -0.0005708434608631449, -0.000603934618513165, -0.0006373591258086672], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-52.58747468094222, 18.577648873289238, 1.351185494070478, 7.720453429324892, -5.9378287521949344, 1.5710023744285302, -0.2693349894686359, -1.17795498923735, -0.05308309615073527, -0.6214623983370242, -0.5271809054342871, -0.444130916187473, -0.5257950385934059, -0.4853900463025589, -0.489067462842182, -0.4950234848810805, -0.4893366472428218, -0.49329432425850617], "TEMPERATURE": [10.052866858429526, 10.041315944420441, 10.03098810689864, 10.024738306509676, 10.018967477457233, 10.013651572289618, 10.00876750091455, 10.004293084804567, 10.000207037615388, 9.996488929671298, 9.993119158842584, 9.99007892256836, 9.98735018954399, 9.984915672953877, 9.982758804349324, 9.980863708325494, 9.979215178025303, 9.97779865139136]}, "NODE_122": {"VELOCITY_X": [0.0015101155411498726, 0.0035737824462545136, 0.005482992251325979, 0.006764195555694144, 0.008047363529080222, 0.009336094501280952, 0.010623105332065053, 0.011911728818537583, 0.01320094701818441, 0.014489984562981012, 0.015779110082018374, 0.017068175576565953, 0.018357104223071942, 0.019645907720154027, 0.02093455291336139, 0.022223035204388224, 0.02351135701485711, 0.02479951658653186], "VELOCITY_Y": [-0.001485509481960395, -0.00040779499671328163, -7.50466787164756e-05, -0.00018140674314065468, -0.00016036533554559615, -0.00016639307767295284, -0.00020777529868996544, -0.00022117866283127082, -0.0002478231557782064, -0.0002742282364561, -0.0002970709633702689, -0.0003223770843985386, -0.00034692603144683456, -0.0003713360757251099, -0.00039602237980386435, -0.00042054393510400785, -0.0004451362683596081, -0.0004697773174477828], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-955.0829659572753, -858.2699016339392, -830.1879106414563, -840.1482485889333, -855.4981694526357, -840.7625949839257, -847.0431196822678, -846.5701392550307, -845.1388698487483, -846.295356072386, -845.8445643539991, -845.8304133959464, -845.9268624456525, -845.820986169562, -845.8254724792454, -845.8007101676784, -845.7646879038602, -845.7427521196418], "TEMPERATURE": [9.875636021089118, 9.897535725784305, 9.917501855495198, 9.929799431135699, 9.94132729986185, 9.952119003942798, 9.962206847966934, 9.971621962093272, 9.980394320466996, 9.988552789389159, 9.996125163888035, 10.00313820270332, 10.009617664547633, 10.015588341722108, 10.021074093075727, 10.026097875938813, 10.030681776907759, 10.03484704169725]}, "NODE_123": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_124": {"VELOCITY_X": [0.001480718268340852, 0.003505974826868122, 0.005396753068104566, 0.0066573682076145205, 0.007908013362710842, 0.00916002857851116, 0.010406173577170353, 0.011651678166667186, 0.012896217217286298, 0.014139438105692318, 0.015382341732304922, 0.016624643030169278, 0.017866381083579543, 0.019107707380880284, 0.020348578838283997, 0.021589042672963122, 0.022829114808464515, 0.024068792416638247], "VELOCITY_Y": [-0.0016181305450240423, -6.47204028578266e-05, 8.633633757262213e-05, 0.0001879028015292545, 0.0002442162508727332, 0.00029606794130220205, 0.00033977255192680473, 0.0003803008558452387, 0.00042092042473570557, 0.0004620081325308188, 0.0005031176509330676, 0.0005443576395794608, 0.0005856302259519032, 0.0006270678305659237, 0.0006686525118886374, 0.0007103787384395559, 0.0007522522940809425, 0.0007942590551210846], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3766.2236021960216, -3310.0499348451144, -3319.392186733768, -3327.874759364537, -3343.9320814302846, -3328.9738700831203, -3335.527462914089, -3334.7703200287133, -3333.397045762183, -3334.559744518722, -3334.0654533222896, -3334.078291592599, -3334.174377731357, -3334.0775446117536, -3334.0988427351426, -3334.087625619572, -3334.0685015873023, -3334.0632203069786], "TEMPERATURE": [14.87700594971926, 14.63872963985379, 14.406965847813712, 14.255947653072052, 14.107637131644596, 13.961963776953644, 13.818859272258448, 13.678257394404532, 13.540093950476455, 13.404306714821118, 13.270835361652937, 13.139621402343101, 13.010608124322042, 12.883740531633153, 12.758965288068143, 12.63623066209914, 12.515486473735649, 12.396684043287653]}, "NODE_125": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4694.9901634878615, -4173.077005443406, -4180.080866825864, -4186.183613784963, -4201.548591761376, -4186.284523284381, -4192.648415313408, -4191.894824571294, -4190.564311221567, -4191.755363846522, -4191.313900351833, -4191.384032818941, -4191.542315632706, -4191.51284720194, -4191.60238304204, -4191.661083660076, -4191.713255436418, -4191.7802649970545], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_126": {"VELOCITY_X": [0.0014619887734256037, 0.0034824889971988913, 0.005352464227667265, 0.006614219429767013, 0.007867756425217127, 0.009126125790300798, 0.010381165321776306, 0.011636476841958803, 0.012892261005841147, 0.014147537075606056, 0.015403046008882454, 0.016658556161040398, 0.017913949643661345, 0.01916930391794635, 0.020424517757880713, 0.021679567846693355, 0.022934429119250352, 0.024189063087778007], "VELOCITY_Y": [-0.0008899914862419025, 0.00024342649912717756, -3.246897493356813e-05, -3.224381216578974e-05, -4.8881789563931544e-05, -4.835674406657798e-05, -4.7174791822362973e-05, -4.6400278616809856e-05, -4.4740047353758686e-05, -4.3896254117287076e-05, -4.30589824577418e-05, -4.201758627700135e-05, -4.096304127414674e-05, -3.987911590601412e-05, -3.8737077031776084e-05, -3.7555100856618266e-05, -3.631781137439448e-05, -3.5021388371431066e-05], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2878.734363594443, -2532.6852275867236, -2532.063491873043, -2542.9452492511637, -2558.597596691945, -2543.740119444845, -2550.449047674697, -2549.6372716759042, -2548.271432565913, -2549.422304817188, -2548.8985814370026, -2548.894904073408, -2548.9707000467233, -2548.8498084476514, -2548.846966888509, -2548.8088439738854, -2548.7609161814817, -2548.725224168958], "TEMPERATURE": [8.830710292931123, 8.927137431746523, 9.0199949236777, 9.07996149247006, 9.138408136154096, 9.195360953996865, 9.250845768569484, 9.30488811915316, 9.35751325290658, 9.408746123592952, 9.45861138564121, 9.507133391385823, 9.554336188180656, 9.600243515500994, 9.644878802923422, 9.688265168373743, 9.730425416785868, 9.77138203916722]}, "NODE_127": {"VELOCITY_X": [0.001670465916910087, 0.0035981343777756612, 0.005512447321453603, 0.0068126340379270345, 0.008088442377385131, 0.009389083520100313, 0.010679195914423989, 0.011970646365828353, 0.013264168056915247, 0.014556191808688848, 0.01584890047827658, 0.01714141427394875, 0.018433636253413117, 0.019725820464213117, 0.021017748478891415, 0.022309444395503412, 0.023600886497127306, 0.024892025093071576], "VELOCITY_Y": [0.000406444980873411, -0.0005267014745736641, 9.08534437483656e-05, -0.0002720466534888313, -0.0004154155810796277, -0.00032249706698128633, -0.0004627495865596859, -0.0004992431212035275, -0.0005458356470161753, -0.0006144650515586823, -0.0006650968224546454, -0.0007229595785262838, -0.0007806863469476798, -0.0008368631049482475, -0.0008944843520087641, -0.0009517951838551707, -0.0010092719692267338, -0.0010670590796463882], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-59.084654580904306, 24.900238984392377, -0.1196338108301609, 8.452629908511062, -5.310034039199399, 1.6258603873243995, 0.21415550048028262, -0.828164064663101, 0.27723386943745565, -0.24788205937534036, -0.18614133037501854, -0.09534009377954313, -0.17453269207268227, -0.13444213642565192, -0.13001291008335875, -0.1277641260937016, -0.11068000521830078, -0.10012459238407793], "TEMPERATURE": [10.03804105181044, 10.030565706531055, 10.023773307903102, 10.019605045142043, 10.015711610531719, 10.012082042265538, 10.008705668323392, 10.005572094401257, 10.002671208113316, 9.999993172820655, 9.997528424288742, 9.995267667494637, 9.993201872508259, 9.9913222706759, 9.989620350585815, 9.988087853924826, 9.986716771276589, 9.985499337834533]}, "NODE_128": {"VELOCITY_X": [0.0014797854150913816, 0.0034878258360420016, 0.005353039954688987, 0.0066281709815240826, 0.00788926602440565, 0.009158416973903342, 0.010425017722013248, 0.011690319633085408, 0.012956175200368927, 0.01422092179089666, 0.015485290686980322, 0.01674932274753695, 0.018012809667643712, 0.019275896457429813, 0.020538543005620045, 0.021800747796701887, 0.02306253194013202, 0.024323888252910725], "VELOCITY_Y": [-0.0010672737298345572, 0.0001601595086837572, -6.707050548670583e-05, -0.00010383092451144048, -0.00012809565478035475, -0.00015550211059847137, -0.0001811524587732442, -0.00020396883217627535, -0.00022937162899218345, -0.00025361220587167687, -0.00027821275372185924, -0.0003033201391537916, -0.0003282774372295488, -0.0003534604878082509, -0.00037875886545807183, -0.00040414554837546197, -0.00042967201034014137, -0.0004553157370593124], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1973.145338347946, -1739.862484266085, -1715.6885814360005, -1726.8138667244266, -1741.4357986447887, -1726.2231740027023, -1732.999231981927, -1732.2088131584987, -1730.8534254346855, -1732.0591138664536, -1731.559662763083, -1731.5780729242485, -1731.6846856675568, -1731.5872064941918, -1731.609353168995, -1731.5969785275915, -1731.5748521610308, -1731.5667403950774], "TEMPERATURE": [10.26862449121901, 10.235106664225835, 10.203484420965825, 10.183423347058648, 10.164156000881121, 10.145663287149265, 10.127926352255841, 10.110926590513944, 10.094645659763271, 10.079065479910325, 10.064168239014853, 10.04993639701199, 10.03635268792824, 10.023400122632312, 10.011061990637682, 9.99932186148613, 9.988163585766141, 9.977571295668428]}, "NODE_129": {"VELOCITY_X": [0.0015031938774425957, 0.0035142814023546975, 0.005408315163456624, 0.006711689908978361, 0.0079877091140774, 0.009273856604912433, 0.010557790456880151, 0.011838640464863916, 0.013120701831872151, 0.014401548899896552, 0.01568224140460547, 0.016962923117275895, 0.018243315802030553, 0.019523639748350044, 0.020803843057339483, 0.02208391459175366, 0.02336387119197872, 0.024643686593670028], "VELOCITY_Y": [-0.0015525850111244447, -0.0005395279714123173, -0.00022327114270278498, -0.00035881433847646555, -0.00035888875692938367, -0.00038570095291464714, -0.0004508137790460235, -0.0004865355160300641, -0.0005361043105551549, -0.0005854871370883652, -0.0006315254088038447, -0.0006802957972640128, -0.0007285107903924152, -0.0007767831625143932, -0.0008255155260893614, -0.0008742455654904783, -0.0009231986085358303, -0.00097234166247299], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1040.5598189102923, -921.0574677893609, -901.9646185943631, -909.3950567551486, -925.6322454332934, -910.9956719764535, -916.914520922131, -916.611332195436, -915.1104587595808, -916.2415287443031, -915.819614076684, -915.7963383124365, -915.9073512194684, -915.8190082881321, -915.8403027970902, -915.8379638212159, -915.8246139665414, -915.826178421836], "TEMPERATURE": [9.926252289187321, 9.93893906849679, 9.950601569303329, 9.957833935057499, 9.964650164147669, 9.971065231654967, 9.97709374026631, 9.982749936326176, 9.988047701723897, 9.993000563155654, 9.997621696066778, 10.001923928445795, 10.005919746246462, 10.009621298138368, 10.01304040063062, 10.016188543350454, 10.019076894363623, 10.02171630562273]}, "NODE_130": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_131": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4769.097354763095, -4228.799510028653, -4236.68910845454, -4241.350371186246, -4257.174796401234, -4241.486882588671, -4247.781966604938, -4247.005123507115, -4245.50002715942, -4246.582803923284, -4246.010851377611, -4245.936734434227, -4245.963071780125, -4245.794355437722, -4245.7462708937055, -4245.669047047578, -4245.58527018335, -4245.518239505644], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_132": {"VELOCITY_X": [0.0014506825419806175, 0.0034186812684880567, 0.005246251646082893, 0.006481071548841661, 0.0077053096820520256, 0.00893933901056387, 0.010171908441953849, 0.011405396320742028, 0.012640432881724811, 0.013874920949717833, 0.015109612566989523, 0.016344327487120107, 0.017578854637926963, 0.018813286701066384, 0.020047521092962647, 0.02128153457479218, 0.022515315518833585, 0.023748835167445033], "VELOCITY_Y": [-0.0016183016141067168, -0.00014088124437296252, -7.099416212395736e-05, -2.8947384017197374e-05, -3.096314740832317e-05, -3.371930681719397e-05, -4.270827390274259e-05, -5.345452955775277e-05, -6.361282309491703e-05, -7.406254768370732e-05, -8.44888903699745e-05, -9.494696730941591e-05, -0.00010560647306158095, -0.00011635810623374743, -0.00012724431752836064, -0.00013827357736908796, -0.00014944040365930645, -0.00016075740751794507], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3882.412754622355, -3403.2665435303225, -3415.630545795977, -3422.670220479804, -3439.435186117431, -3424.2567857491063, -3430.865418129648, -3430.279892555104, -3428.9134597546176, -3430.142420907507, -3429.7013019836977, -3429.7468139173016, -3429.8854275546964, -3429.820711442701, -3429.870649895897, -3429.885693583678, -3429.8884138381427, -3429.9024660529863], "TEMPERATURE": [15.152133658987257, 14.938820282422757, 14.72914334126134, 14.591353432243187, 14.45514136474405, 14.320491459850723, 14.187387879936384, 14.055814630344592, 13.925755588767533, 13.797194527116174, 13.670115128105277, 13.544501003940235, 13.42033571294938, 13.29760277515091, 13.17628568727462, 13.056367936753894, 12.937833014913808, 12.820664429380473]}, "NODE_133": {"VELOCITY_X": [0.0014388069501079814, 0.0034262676928907, 0.005281704769050056, 0.006536924183114227, 0.007773413360284929, 0.009019952856405193, 0.010263568493671956, 0.011506055760645516, 0.012749906424574384, 0.013992962232102418, 0.015235885163948961, 0.01647875938070498, 0.017721329568694166, 0.018963761355617226, 0.020205992107731302, 0.021448008033406775, 0.0226898205911036, 0.02393140938934028], "VELOCITY_Y": [-0.0008987788700291898, 0.00023385417825938073, -5.7219280723899085e-05, -8.117668787601598e-05, -0.0001225036047474857, -0.00014711082269041245, -0.00017100280340171176, -0.0001945349871786679, -0.00021660834195085413, -0.00023878553918772974, -0.0002608956829021332, -0.0002827795806245182, -0.00030461873180586573, -0.0003264100657970544, -0.00034814679790420703, -0.000369852334843437, -0.00039152191338201936, -0.0004131571858651197], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2954.85240855119, -2592.1876644348954, -2595.4668547730103, -2604.790591359991, -2621.1767389979946, -2606.146511365815, -2612.7838138148477, -2612.1062003340926, -2610.6933494389036, -2611.8505014574894, -2611.3389122252256, -2611.323574158473, -2611.4010802218068, -2611.277035247975, -2611.2707110837027, -2611.2318658176146, -2611.1837317243267, -2611.150143561597], "TEMPERATURE": [8.647761397583478, 8.76232904438957, 8.87220136391919, 8.942917443716084, 9.011659728836465, 9.078471635166334, 9.14339565258743, 9.206473362091952, 9.267745452350846, 9.327251740918841, 9.385031189808487, 9.441121923157827, 9.495561244173233, 9.548385651445654, 9.599630855409094, 9.649331794363125, 9.697522650258653, 9.744236864250864]}, "NODE_134": {"VELOCITY_X": [0.0016400289541395534, 0.003589296804318964, 0.00548562795161048, 0.006784682466053543, 0.008054678434138152, 0.009349559815350754, 0.010637466101631743, 0.01192521406849554, 0.01321486815377764, 0.014502614534430976, 0.015790588300428923, 0.01707825489784735, 0.018365377334249332, 0.019652183138813596, 0.020938495611237954, 0.02222431223742594, 0.023509620199360367, 0.024794372518726782], "VELOCITY_Y": [0.0002392394435195903, -0.0005602463594278868, -0.00013160186645608848, -0.00045975301819966923, -0.0006527727473594493, -0.0006045131770754684, -0.0007683707148192984, -0.0008439436606544852, -0.0009240981963015664, -0.0010250580826787251, -0.001109786219686776, -0.0012006559901282848, -0.0012917003134493565, -0.0013812621410578315, -0.0014721633607431798, -0.0015628662771963195, -0.0016537617896921386, -0.0017450160702673248], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-64.70319862454643, 30.038093523062283, -2.340616236079703, 8.679759496274151, -5.043137960738236, 1.0196608790448378, 0.04345588078952817, -1.146567613851203, -0.11289876585490254, -0.5788290439885339, -0.5526630930612825, -0.4572111286872407, -0.5320896004793854, -0.4952907558457455, -0.4866337212053869, -0.48253528096859377, -0.4637587339886633, -0.45127596434037687], "TEMPERATURE": [10.04529855914252, 10.035859601203748, 10.027393799593032, 10.022255036154958, 10.017496795458, 10.013099852889733, 10.009045810377303, 10.005317052106639, 10.001896719830679, 9.998768679406957, 9.995917491295694, 9.993328382818952, 9.990987220708417, 9.988880485195658, 9.986995245073446, 9.985319133758345, 9.983840326361467, 9.982547517683352]}, "NODE_135": {"VELOCITY_X": [0.0014469676622635948, 0.003441256119476801, 0.005317529411481902, 0.00658901259500315, 0.007829817524443429, 0.009083070467556922, 0.010333293127906495, 0.011580429088910544, 0.012829270797436504, 0.01407690334529124, 0.01532421383899953, 0.016571570472137594, 0.017818562649250264, 0.01906538528344079, 0.020311990805649365, 0.02155833809193202, 0.02280444175660618, 0.024050271843011783], "VELOCITY_Y": [-0.0011112053773910295, 8.538372842712921e-05, -0.000173601068898637, -0.00024665045577642046, -0.0002984021738861935, -0.0003530580929953698, -0.0004065373920330842, -0.0004551188992238555, -0.0005061481270282296, -0.0005558379644668602, -0.0006055047026410649, -0.0006555514079905254, -0.0007052854779840506, -0.0007551295585929101, -0.0008050216486742933, -0.0008549421503715698, -0.0009049646879955145, -0.0009550780879178306], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2049.945031862005, -1800.2782698226033, -1781.4418230205324, -1789.85028470222, -1805.2414155098284, -1789.7952737141936, -1796.1961363131063, -1795.489087435413, -1794.0029197067631, -1795.146146622299, -1794.6291085681903, -1794.5987542159162, -1794.6780680582372, -1794.5535774750167, -1794.5474260313722, -1794.5101361162326, -1794.4618186658945, -1794.4270205451703], "TEMPERATURE": [10.359032724277771, 10.312401483916862, 10.268769341509266, 10.241275880699078, 10.215009849270752, 10.189931274263394, 10.166001369419543, 10.143182500990562, 10.121438164055121, 10.100732941816537, 10.081032475494093, 10.062303433083475, 10.04451347793543, 10.02763123946707, 10.01162628427313, 9.996469088177419, 9.982131009217214, 9.96858426139057]}, "NODE_136": {"VELOCITY_X": [0.0014698251014858969, 0.003471622844489237, 0.005356984623326394, 0.006648281532018494, 0.007904291598180761, 0.00917369645564463, 0.010443253094064997, 0.011708988001989539, 0.012976969907086312, 0.014244354522051972, 0.015511329874774852, 0.016778397629030297, 0.018045100877898405, 0.019311610070388324, 0.020577895267908524, 0.02184390862478943, 0.023109674364399358, 0.024375174711173776], "VELOCITY_Y": [-0.0016049942200151472, -0.0006299247820519664, -0.0003255485610521156, -0.0004864198051619183, -0.0005148230373107141, -0.0005666077697343137, -0.0006611150036301644, -0.000726469315622881, -0.000805848217822097, -0.0008860512072537449, -0.0009630703945258198, -0.0010428890524068805, -0.001122272130841973, -0.001201769708560377, -0.0012817672767524652, -0.0013617892942376297, -0.0014420395631387403, -0.0015224743122829324], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1117.0127032788841, -980.1287955215473, -968.2387109102837, -971.9610120233934, -989.2316295790157, -974.7107527066237, -980.1891779544983, -980.1108260638911, -978.5704375878713, -979.6756297130465, -979.2911342144555, -979.259864666164, -979.3809567284077, -979.301828221632, -979.3273207331281, -979.3319782461441, -979.324016437686, -979.330695685855], "TEMPERATURE": [9.90577188407604, 9.922400815130963, 9.93757897623127, 9.946936961882615, 9.955716509504336, 9.963942413757563, 9.97163854304709, 9.978827889757296, 9.985532589143869, 9.99177395536661, 9.997572511104948, 10.002948015170878, 10.007919490746993, 10.01250525166579, 10.016722927903967, 10.020589490174764, 10.024121273517673, 10.027334000045103]}, "NODE_137": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_138": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4842.962051911747, -4287.36831041294, -4299.739608369322, -4303.704131453752, -4320.790869306283, -4305.30198972081, -4311.818770770172, -4311.355282588689, -4309.958521870133, -4311.207303879267, -4310.787401829464, -4310.833532736302, -4310.983930800626, -4310.9266598418735, -4310.983267509091, -4311.006485127051, -4311.016911822745, -4311.039448631769], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_139": {"VELOCITY_X": [0.0014036525782314831, 0.0033672784179770085, 0.005185661679597322, 0.006418055508350607, 0.007633259064822321, 0.008858007426764415, 0.010079343823494683, 0.011298486216011138, 0.01251796714898198, 0.013735762203364846, 0.014952741193076375, 0.01616908786266587, 0.017384588324202144, 0.018599434423552115, 0.0198135925245654, 0.021027063006032805, 0.02223986744348476, 0.02345199256745811], "VELOCITY_Y": [-0.001634391240011233, -0.00017762691818894044, -0.00011796107060308783, -7.702155906129351e-05, -7.513720708974742e-05, -7.293434294017256e-05, -7.588029543646838e-05, -7.999897230966044e-05, -8.37923195179822e-05, -8.824048936164467e-05, -9.24240818677958e-05, -9.644511031101083e-05, -0.00010043891201784214, -0.00010430515300633121, -0.0001080746601643591, -0.00011174266827103003, -0.00011529544965145152, -0.00011873323250983165], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3957.623590188053, -3461.5271017450627, -3478.116438393601, -3483.6756348372096, -3501.3188035781623, -3485.999416740772, -3492.44613529813, -3491.9148308501376, -3490.3991021740026, -3491.5288403704576, -3491.0052453534054, -3490.944781288688, -3490.993457685466, -3490.8371160304414, -3490.7968503533807, -3490.7263620981626, -3490.6455743045967, -3490.579564829582], "TEMPERATURE": [15.18108514037411, 14.963143046620996, 14.749802523698508, 14.610062098129912, 14.472263937269863, 14.336368858459377, 14.20233870474092, 14.070136293359196, 13.939725392126064, 13.811070690629698, 13.6841377708256, 13.558893081395158, 13.435303911589966, 13.31333836595572, 13.192965340188318, 13.074154497697734, 12.956876246993462, 12.841101719838644]}, "NODE_140": {"VELOCITY_X": [0.0013964398587564047, 0.00336301847001767, 0.005179794510687714, 0.006409514060945321, 0.007617667526400014, 0.008839057898517433, 0.010058364592183872, 0.011275947943338886, 0.012495498508724974, 0.013714142501535544, 0.014932825812188561, 0.01615178354106351, 0.017370636777503865, 0.018589559352426267, 0.01980848930247162, 0.021027388588102, 0.022246265532749554, 0.02346509086499432], "VELOCITY_Y": [-0.0009245844188231926, 0.00018438501525512558, -0.00014645337843963857, -0.00019532664439770664, -0.0002532937103313552, -0.00029618409072780484, -0.00033809583616695133, -0.0003789391753703357, -0.0004189155903501866, -0.0004589156829519972, -0.0004990996660859908, -0.0005394258834055959, -0.000579972815662942, -0.0006207591295231048, -0.0006617855209491155, -0.0007030666712166781, -0.0007446093819430629, -0.0007864203741924999], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3030.4899875684196, -2650.728250570763, -2658.205718698497, -2665.4682647957743, -2682.8993993722975, -2667.829207423813, -2674.318771653165, -2673.8615091375477, -2672.4355339112635, -2673.6308591288266, -2673.190081924487, -2673.2106419961447, -2673.3389778699147, -2673.2610716512368, -2673.2961251286683, -2673.298381741454, -2673.2871464199943, -2673.2872210973264], "TEMPERATURE": [8.661292364485835, 8.774520766651294, 8.883014579739893, 8.952797412842258, 9.020599854471925, 9.086469057873526, 9.150450945750864, 9.212590245233725, 9.27293052051516, 9.331514211894838, 9.388382666731088, 9.443576171737655, 9.497133984003508, 9.549094360457854, 9.599494586820748, 9.64837100542661, 9.695759042147092, 9.741693232473935]}, "NODE_141": {"VELOCITY_X": [0.0016078650863381489, 0.003560082916641779, 0.005427952105743424, 0.006716326316972494, 0.007976880349028062, 0.009258707321825049, 0.010534467866683009, 0.011809370903652687, 0.013086200554887135, 0.014362102074998476, 0.015638170617091777, 0.01691410566433822, 0.01818967857040888, 0.019465104270721848, 0.020740251910328092, 0.022015116962032465, 0.02328969827156567, 0.024563966343172247], "VELOCITY_Y": [5.451657903202982e-05, -0.0006157583578834133, -0.000383865230069408, -0.0006990751666642728, -0.0009500537331838298, -0.0009566202118287003, -0.0011542447266301406, -0.0012779041556276944, -0.0014020979018282526, -0.001546676197353312, -0.0016767680981102874, -0.0018119708285795732, -0.0019475790433972399, -0.002081757917639298, -0.0022171092577445025, -0.002352289327374651, -0.002487596570068467, -0.002623198166740721], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-69.98197147604581, 35.09468702805772, -3.8263390253047835, 9.144308565501698, -4.34001144354412, 0.8917216456700656, 0.34402201156885065, -0.9133469211044375, 0.061264809532329774, -0.3331648681782066, -0.3269430059955007, -0.21964852395911455, -0.27849672018488075, -0.23367147534682803, -0.20855362278273898, -0.18780583717736846, -0.15039515949396848, -0.11598727938639965], "TEMPERATURE": [10.040578569156429, 10.032869352715215, 10.025838655316186, 10.021510142877563, 10.017456047968139, 10.01366595011391, 10.0101296773935, 10.006837297226912, 10.00377912096498, 10.000945701072688, 9.998327829601969, 9.995916536850855, 9.99370308915528, 9.9916789867736, 9.989835961498395, 9.988165974055143, 9.986661211355418, 9.985314083583805]}, "NODE_142": {"VELOCITY_X": [0.0014087549420950037, 0.0033811882294886237, 0.005207173584425956, 0.006448627604616255, 0.0076601197306829325, 0.00888741592712207, 0.010113485532718678, 0.011336217105627036, 0.012561174489634508, 0.013784951354789004, 0.01500821550792826, 0.016231396361064025, 0.017453941458819962, 0.018676009619904944, 0.01989753617460861, 0.021118445743098988, 0.022338740964168543, 0.023558380231298748], "VELOCITY_Y": [-0.0011553744657736241, 2.1777267822533965e-05, -0.0002767646566721151, -0.00038799336983303615, -0.00046564575797104703, -0.0005468091344221799, -0.000627793849899429, -0.00070183052613241, -0.0007785062486464476, -0.0008539558290406817, -0.0009289341725763912, -0.0010041459222942138, -0.0010787974744205582, -0.0011533137609158473, -0.0012276560688953197, -0.001301781022410439, -0.0013757647854552959, -0.0014495902686654416], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2125.982137489115, -1858.8089409959366, -1844.8093117353865, -1850.218393722599, -1866.8540169554892, -1851.4521470166753, -1857.5277070314644, -1857.0609557307992, -1855.5256565687812, -1856.655206161917, -1856.1776459966884, -1856.1355671383337, -1856.2190144262643, -1856.0967993291906, -1856.0882402480852, -1856.0522979393377, -1856.00517987551, -1855.973123847649], "TEMPERATURE": [10.344256237314632, 10.30040064437889, 10.259280624218285, 10.2333243867618, 10.208491489047478, 10.184746825698433, 10.162056297706744, 10.140386781731038, 10.11970611220377, 10.099983046411328, 10.081187239240354, 10.06328921699477, 10.046260350951705, 10.030072832862253, 10.01469965077669, 10.00011456567954, 9.986292088938459, 9.973207460404044]}, "NODE_143": {"VELOCITY_X": [0.001442970453397069, 0.0034400269599434174, 0.005291617226709338, 0.006565837632440177, 0.007807243892544242, 0.00906110716354583, 0.010315798784337762, 0.011566178904534678, 0.012818452282212523, 0.014069817734198216, 0.01532069109337592, 0.016571689342501347, 0.017822348754265416, 0.01907283061150411, 0.020323128363151758, 0.021573182007174577, 0.022823008851437898, 0.024072582252589448], "VELOCITY_Y": [-0.0016641958784328293, -0.0007442935407493324, -0.0004753824050920032, -0.0006751932149884319, -0.0007478611249978893, -0.0008368525934724019, -0.0009720376464240478, -0.0010781210733632732, -0.0011972176059254886, -0.001317453798948007, -0.001434551588988229, -0.001554458309984693, -0.0016741152330422876, -0.001794021049294373, -0.0019146015238899398, -0.002035405620111507, -0.0021566435406462615, -0.0022782918268379956], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1194.3441468525605, -1038.239006825718, -1033.8603824423944, -1033.9404412455751, -1052.3334575285578, -1038.1820849900275, -1043.1369531503835, -1043.279287164724, -1041.6935434027569, -1042.7324989442632, -1042.3696341303407, -1042.3055189583097, -1042.409323716923, -1042.31687017288, -1042.323481320286, -1042.3139042556493, -1042.2916137354034, -1042.2842985403781], "TEMPERATURE": [9.91286023193696, 9.927826864658627, 9.941547040210024, 9.95003698888974, 9.958025447133869, 9.965532233630766, 9.972576529663067, 9.979176910849011, 9.98535135351548, 9.99111725482146, 9.996491448876192, 10.00149022155099, 10.006129326345434, 10.010423999197286, 10.014388973091178, 10.018038492379858, 10.021386326698407, 10.024445784574343]}, "NODE_144": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_145": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4917.986582798349, -4345.617856483021, -4362.2886692684815, -4364.5165018128, -4382.26381672492, -4366.5322732857885, -4372.756463185916, -4372.295095830538, -4370.740191760363, -4371.908655869868, -4371.4428261531375, -4371.424937850584, -4371.532127896029, -4371.434889639117, -4371.455214087093, -4371.448989887634, -4371.433751560511, -4371.435485119418], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_146": {"VELOCITY_X": [0.0013465605504381106, 0.0032869155488256013, 0.0050578942500559285, 0.006260976727256185, 0.007443996368678122, 0.008636508182811932, 0.00982623855052309, 0.011013552328475581, 0.012201980109465865, 0.013389203187287214, 0.014576063681941209, 0.015762842479027893, 0.016949231098478797, 0.018135412353529584, 0.019321357598935968, 0.0205070485508914, 0.021692506940581738, 0.022877719757097025], "VELOCITY_Y": [-0.0016492086617840831, -0.00019756152691105506, -0.0001459506472818121, -0.00010833712387934888, -0.00010923294106969269, -0.00011319620051055066, -0.0001233027666023153, -0.00013525764467992846, -0.00014789093666944393, -0.00016169016439929887, -0.00017549818480185373, -0.0001894016854621189, -0.00020347007533414853, -0.00021762148829470728, -0.000231891704672321, -0.0002462904273531588, -0.000260830784983917, -0.0002755394871839653], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4032.3347240882817, -3518.785602583939, -3539.704080432197, -3543.322417614568, -3561.7141105435226, -3546.2376391943153, -3552.4113941295495, -3551.9699793055174, -3550.356371131612, -3551.44439999942, -3550.918281848173, -3550.826958495098, -3550.8602237213645, -3550.6858866342654, -3550.623373107379, -3550.530003863868, -3550.4217568729223, -3550.3241530083055], "TEMPERATURE": [15.173922904908636, 14.957419404640229, 14.745283307932485, 14.606227780692056, 14.469027939041746, 14.33365093435704, 14.20006458298912, 14.06823734033357, 13.938138294075694, 13.809737149405548, 13.683004215848989, 13.557910395379993, 13.434427169410919, 13.312526586274853, 13.192181248993643, 13.073364303252937, 12.956049425663032, 12.840210812261969]}, "NODE_147": {"VELOCITY_X": [0.0013376295854695235, 0.003267396636206672, 0.005028857482546973, 0.0062266705359486805, 0.007402631603396988, 0.008591130630443625, 0.009777695926394096, 0.010961653683437007, 0.012147313210753408, 0.0133318217325451, 0.014515964214145667, 0.015700059674860618, 0.016883664906518027, 0.018066940246357823, 0.019249830763086728, 0.020432277867313275, 0.02161427951839687, 0.022795794871909674], "VELOCITY_Y": [-0.0009607407382560229, 0.00012978669354041895, -0.00023521630648905845, -0.00030548966660440247, -0.0003792488579654544, -0.0004423405465177065, -0.0005053471063809937, -0.0005671008876429604, -0.0006288838428343944, -0.0006907067082897895, -0.0007528066742716821, -0.000815164886036999, -0.0008776707147255385, -0.0009402943093502719, -0.0010029725270096186, -0.0010656487327885152, -0.001128280857268807, -0.0011908210346501505], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3104.9255223415935, -2707.5639698366317, -2719.7386187664447, -2724.9222009023374, -2743.448658219916, -2728.388848070212, -2734.622137028577, -2734.3469791273174, -2732.854990902763, -2734.0249746279055, -2733.60196291928, -2733.5996942959428, -2733.7217493052913, -2733.6380337295604, -2733.66596023091, -2733.666631423005, -2733.656205691596, -2733.661078944798], "TEMPERATURE": [8.662226833689516, 8.775045094903144, 8.883223000916493, 8.952841270090302, 9.02051194367899, 9.08627897632964, 9.150185316373388, 9.212272926605186, 9.27258280345551, 9.331155005237113, 9.388028671672526, 9.443242045482494, 9.496832493496568, 9.548836526624184, 9.599289819893176, 9.64822723185566, 9.695682823559176, 9.741689877137661]}, "NODE_148": {"VELOCITY_X": [0.0015676365111328406, 0.0035151622589734846, 0.005360808256787459, 0.00663441410466381, 0.007886893922446571, 0.009158131982626517, 0.010424749537100032, 0.011692049120949231, 0.012960555319273325, 0.014226058125512288, 0.01549170626770352, 0.016756971597614998, 0.01802153897664244, 0.019285515564354167, 0.02054871324344453, 0.021811043237671635, 0.023072412862034566, 0.024332707384002318], "VELOCITY_Y": [-0.00015662837762991323, -0.0007320691948051811, -0.0007106024227896853, -0.0010413907147995578, -0.001360035380439247, -0.001438212214636526, -0.001689703843562995, -0.0018793709531270168, -0.0020668950432570234, -0.0022734436767095573, -0.002467352699291029, -0.00266579866234202, -0.002865089569474848, -0.0030632994445813425, -0.0032628223206840187, -0.003462502643123974, -0.0036625824747300775, -0.003863232423425716], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-74.50975360558742, 39.58706652893178, -4.956581981683848, 9.360130261608354, -3.7183211769424878, 0.8147019370204852, 0.6271712955880104, -0.6278788498366273, 0.329078405758733, 0.02637943881716083, 0.05030844541229812, 0.20123995234040623, 0.19259294728764023, 0.2800220717597931, 0.3544434848740194, 0.4234896327812249, 0.507839725104108, 0.5879180526549408], "TEMPERATURE": [10.04075269235012, 10.032640032086483, 10.025334233600011, 10.020883077937286, 10.016748279658238, 10.012914212010333, 10.009365917268878, 10.006089071502004, 10.003069963101494, 10.000295466074952, 9.99775301597261, 9.995430587450794, 9.99331667204987, 9.991400257146875, 9.989670805723083, 9.98811823693963, 9.986732907531456, 9.985505593954]}, "NODE_149": {"VELOCITY_X": [0.0013533538455279062, 0.0032879911130105294, 0.0050593941884151455, 0.006268536348269837, 0.007448950172880999, 0.008641804084937848, 0.009833078070830057, 0.011020408734418171, 0.012209636515217604, 0.01339785664361436, 0.014585634224355321, 0.015773544793211716, 0.016961111793312732, 0.01814852883425497, 0.019335792439905283, 0.020522856674210853, 0.021709749736762176, 0.022896453396711494], "VELOCITY_Y": [-0.0012186658316180822, -8.287631250023513e-05, -0.000432023230935101, -0.0005901386573215077, -0.0007041316571185793, -0.0008224689134297922, -0.0009423387567581483, -0.0010536599402700408, -0.00116803967057112, -0.0012814914393481692, -0.001394367768008257, -0.0015077120116428393, -0.001620687864244626, -0.0017337582634169768, -0.0018469549788447217, -0.001960257281789545, -0.002073791197108756, -0.002187582850048481], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2200.591599700456, -1915.595483069634, -1907.0480094512513, -1909.642392654016, -1927.4479438155247, -1912.141375222906, -1917.8188680099763, -1917.5563983085722, -1915.9456349556833, -1917.0148487618376, -1916.5380996337183, -1916.440710029952, -1916.4794517517228, -1916.3079652973995, -1916.2389968380078, -1916.139866190726, -1916.022244142734, -1915.9130883933924], "TEMPERATURE": [10.345308272107138, 10.301373910960619, 10.260146400942551, 10.234106395660335, 10.209182416537596, 10.185341164985143, 10.162550165971366, 10.140777749957085, 10.119993047612098, 10.100165967171515, 10.081267180128842, 10.06326810562001, 10.046140893836842, 10.02985841068784, 10.01439422222575, 9.99972257931869, 9.985818402605029, 9.972657267603427]}, "NODE_150": {"VELOCITY_X": [0.0014008463004396552, 0.003374767262223305, 0.005191173473636776, 0.006440178384219578, 0.00766209332090132, 0.008891853766600242, 0.010121852035296638, 0.01134770909035908, 0.01257456555389691, 0.013800677123497482, 0.01502597152550281, 0.0162510115771035, 0.017475405949974553, 0.01869929650150496, 0.019922695895160155, 0.021145547598512046, 0.02236786433243882, 0.02358962700371223], "VELOCITY_Y": [-0.0017384362055356867, -0.0008863464893204165, -0.0006770255625809821, -0.0009251113844458645, -0.0010544074184772364, -0.0011927387993180634, -0.0013800738262034421, -0.0015389709947371739, -0.0017097519710676454, -0.0018823223677819335, -0.0020514689731297338, -0.002222966251565775, -0.002393880972639036, -0.0025645766835573807, -0.002735444327384462, -0.00290599298712935, -0.003076373616524597, -0.0032465276269428855], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1270.4566850266685, -1095.3429434043624, -1098.229667662013, -1095.1007927254332, -1114.262068324283, -1100.4511486786248, -1104.9290868660478, -1105.2929932517495, -1103.7309932713633, -1104.7598382988567, -1104.4824785730684, -1104.4611608112775, -1104.6254841210134, -1104.6030008655937, -1104.6773371481709, -1104.742792992492, -1104.7988290893225, -1104.8730804530112], "TEMPERATURE": [9.917620477998172, 9.931266190879809, 9.94384929889346, 9.95167465996409, 9.959067578361877, 9.966043245155612, 9.972616445202844, 9.978801578736727, 9.984612661144537, 9.990063333648417, 9.995166871356993, 9.999936190327267, 10.004383855614288, 10.008522088633292, 10.012362774499296, 10.015917469298964, 10.019197407181991, 10.022213507357783]}, "NODE_151": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_152": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4992.041447591012, -4402.115779953818, -4423.240999817797, -4423.5764580610885, -4442.032013606706, -4426.282485985057, -4432.330227145318, -4432.052583770636, -4430.498482782998, -4431.708414327581, -4431.3140649039815, -4431.32814727298, -4431.471665961529, -4431.400363147655, -4431.4339666689675, -4431.432782086095, -4431.411020677471, -4431.395215971269], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_153": {"VELOCITY_X": [0.0012687141231368495, 0.0031603425699718943, 0.004858862942362606, 0.00601484500017348, 0.0071508959138082955, 0.008295414736583543, 0.00943785602939867, 0.010577680122379496, 0.011718513288330911, 0.012857992183202395, 0.013996671167640019, 0.015134821787359372, 0.016272033885305768, 0.017408430599023823, 0.01854396217461465, 0.019678569571481716, 0.020812244862979903, 0.021944951049676777], "VELOCITY_Y": [-0.0016690035979027293, -0.00022085798408982046, -0.00018192803292181462, -0.00015143767849812735, -0.00015857798167580846, -0.00017094437603084865, -0.00018892718863562047, -0.0002080010382502157, -0.00022750115026117586, -0.00024763681351146915, -0.0002672499855069298, -0.0002864628061089418, -0.0003052964858568053, -0.0003236763109755551, -0.0003416118598958834, -0.00035908070075900476, -0.00037606371436830225, -0.00039254626931440397], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4105.313695354321, -3574.0745575580377, -3599.3905268800395, -3601.0261208740353, -3620.1148642611147, -3604.583166163653, -3610.4798388800073, -3610.155168097073, -3608.4614608442344, -3609.503270581399, -3608.977498122967, -3608.857102557566, -3608.881011211203, -3608.7039645575574, -3608.6428384651326, -3608.5608884467497, -3608.471381749067, -3608.4009624471482], "TEMPERATURE": [15.175375197757274, 14.958535737356318, 14.746107532786315, 14.606879778729237, 14.469524468402058, 14.334007723619996, 14.200296355967591, 14.06835785066356, 13.93816036091498, 13.809672691724645, 13.682864287937262, 13.55770522228504, 13.434166182341569, 13.312218458124422, 13.191833929722403, 13.07298505513871, 12.95564485835789, 12.839786917575111]}, "NODE_154": {"VELOCITY_X": [0.0012563861675583886, 0.0031289732683554834, 0.004814509233717167, 0.005960892551379355, 0.007086956584743322, 0.008222897240539637, 0.00935731487643272, 0.010489201693299395, 0.011622813707358993, 0.012755575416479646, 0.013888233852274001, 0.015021225871735296, 0.016154151959713554, 0.017287180504538008, 0.018420309125700588, 0.019553509441114253, 0.02068680599798147, 0.02182018180925581], "VELOCITY_Y": [-0.0010103084710001555, 5.616256925931816e-05, -0.000353780318315833, -0.0004548926420065167, -0.0005545643552966815, -0.0006466609435513216, -0.0007389006843847015, -0.0008292978472300041, -0.0009203917166331804, -0.0010116803673462435, -0.0011036121794903246, -0.001196348015289029, -0.0012897526042285408, -0.0013838718740990198, -0.0014786989344162792, -0.0015742203466545745, -0.0016704525632170288, -0.00176739550126975], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3177.1259946855134, -2762.561722171163, -2779.2123986648635, -2782.3132371815914, -2801.6986646167406, -2786.6535340780747, -2792.602543691691, -2792.5033605765925, -2790.9637532754286, -2792.112886594695, -2791.717241360738, -2791.698074452142, -2791.812639946003, -2791.7165683182425, -2791.72161570576, -2791.694612331376, -2791.647708065603, -2791.6077968304476], "TEMPERATURE": [8.662248983334615, 8.774851172790584, 8.882870533714017, 8.9524110492318, 9.020023760251064, 9.085750591221208, 9.149632604545333, 9.211710012584016, 9.272022187907163, 9.33060768483455, 9.387504251739676, 9.44274884578952, 9.496377647757367, 9.54842607591615, 9.598928800339769, 9.647919756854805, 9.695432160820845, 9.74149852080163]}, "NODE_155": {"VELOCITY_X": [0.0015206476550273175, 0.0034529086400961846, 0.005283880071804958, 0.006527333211998839, 0.007757207473179496, 0.008999347848459752, 0.010232014189285236, 0.011463123193144586, 0.012695462435628833, 0.013930370963643735, 0.015164939851515184, 0.01639874545325095, 0.017631617626203418, 0.018863734352222633, 0.020095058747631508, 0.021325675066100953, 0.022555649472965237, 0.02378503292436699], "VELOCITY_Y": [-0.0004025354613058145, -0.0009242281857557928, -0.001118490306312787, -0.001501096151696973, -0.001900267201255506, -0.0020667492046887526, -0.0023901640094488056, -0.002657624921315066, -0.002919875552933711, -0.003200464707001148, -0.0034684530938265384, -0.003739326820057434, -0.004010146106316703, -0.004278926318035458, -0.00454781972981333, -0.004815789995681659, -0.00508303556209079, -0.005349735293080614], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-77.82233809877243, 43.20810589322748, -5.447469937087714, 9.357557921927738, -3.5279719457159695, 0.23639554450733072, -0.014291253856903753, -1.5859095654417872, -0.9418857012370533, -1.3926012628569657, -1.5654836320476675, -1.589821135194141, -1.767985229077196, -1.8565754476279293, -1.9510186560581395, -2.046251657800569, -2.1196819521081585, -2.1884020807475606], "TEMPERATURE": [10.056964443778261, 10.04676008344374, 10.037385642028076, 10.03157709465279, 10.026107720464127, 10.020966008519476, 10.016140659349967, 10.011620582636846, 10.00739490384709, 10.00345296657544, 9.999784334488348, 9.996378793191942, 9.993226351222326, 9.990317240738449, 9.987641917771533, 9.985191062043851, 9.982955576435137, 9.980926586108637]}, "NODE_156": {"VELOCITY_X": [0.00127815036258827, 0.0031557659102324164, 0.004854759701491129, 0.006011400523297394, 0.007145832851588478, 0.008289322519621353, 0.009431928721148373, 0.010571024529318657, 0.011710724937880397, 0.0128486813367324, 0.013985583555050309, 0.015121908281346297, 0.016257176807535145, 0.017391462362739505, 0.01852470753246497, 0.01965681230686997, 0.020787752351447714, 0.021917476259490552], "VELOCITY_Y": [-0.0013035761640166554, -0.00022886452493261626, -0.0006499373670704962, -0.0008687418728152819, -0.001035764851536052, -0.0012063965545856719, -0.0013795501854861139, -0.0015424893381081376, -0.001708001983698747, -0.00187240219708872, -0.0020354035907697446, -0.0021981871826730875, -0.002359835532093661, -0.0025207601562426763, -0.0026809667538197626, -0.0028403625233405214, -0.0029990221881885178, -0.003156924645160898], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2272.6899274725797, -1970.7665054741049, -1967.0189641236495, -1967.0628353914253, -1985.639906329945, -1970.368389423156, -1975.6433115994093, -1975.5389816919483, -1973.8884671155504, -1974.94128049777, -1974.5256012833122, -1974.455386300635, -1974.5452875847277, -1974.4385306313275, -1974.4404323592864, -1974.4262624547487, -1974.4039553869104, -1974.4007036573523], "TEMPERATURE": [10.340707269012483, 10.297776981769589, 10.257469275158908, 10.23199615766613, 10.207602549415268, 10.184255729070783, 10.161923894259916, 10.140576130800413, 10.120182396705612, 10.100713490841857, 10.082141029638814, 10.064437422999731, 10.047575850126822, 10.031530237099831, 10.016275234815302, 10.001786197688283, 9.988039163130797, 9.975010831655204]}, "NODE_157": {"VELOCITY_X": [0.001347510006265462, 0.0032858309455621655, 0.005063693104368894, 0.006272097709400522, 0.007464993944789759, 0.008661929691792213, 0.009859291330478954, 0.011055288695159215, 0.012252708037013563, 0.013449790366168212, 0.01464676856085868, 0.01584393772883138, 0.01704101383829779, 0.01823810713886524, 0.019435268374028866, 0.02063248020513359, 0.021829762576563015, 0.02302710821410258], "VELOCITY_Y": [-0.0018353888964592995, -0.001072245750201033, -0.0009581422028292358, -0.0012725634359795127, -0.0014790129484996918, -0.0016894414096619633, -0.0019518148617606347, -0.002188770334352838, -0.0024383644241426938, -0.0026908429013298824, -0.00294133572926418, -0.00319537508248215, -0.0034502377966842824, -0.0037062808844499123, -0.003963970100393289, -0.004222881756329959, -0.004483190684525487, -0.004744866750144745], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1344.2871414619494, -1152.0650576613903, -1160.6601644686336, -1155.2546062975293, -1174.8500554595564, -1161.278189096008, -1165.3627090004275, -1165.77510608508, -1164.093843902401, -1164.994051924976, -1164.6448225732631, -1164.5069605539616, -1164.5571920194077, -1164.4185425841797, -1164.3633294722106, -1164.2931176428315, -1164.204979476868, -1164.1269176495516], "TEMPERATURE": [9.90716425122737, 9.924218148783112, 9.93968821354978, 9.949175069109497, 9.95803624127918, 9.966300838032257, 9.97399680678672, 9.981150988752946, 9.987789151933923, 9.993936032849685, 9.9996153745034, 10.004849961847329, 10.009661657355512, 10.014071434949289, 10.018099412847338, 10.021764885351843, 10.025086353502271, 10.02808155469374]}, "NODE_158": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-5063.8330575320515, -4456.384489911415, -4481.870589728052, -4480.444354224423, -4499.564754128418, -4483.897804001405, -4489.77218677946, -4489.675880202386, -4488.11482734318, -4489.33985117921, -4489.001637674261, -4489.040335591589, -4489.225478260111, -4489.204177048048, -4489.294005871506, -4489.3620872543115, -4489.421094824867, -4489.499216666927], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_159": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_160": {"VELOCITY_X": [0.001160126829064644, 0.002974278348324085, 0.0045685930524278695, 0.005653296935952618, 0.0067212523601472614, 0.007795725021114812, 0.008868716717653064, 0.009939433089971047, 0.01101136412707791, 0.012082157185163622, 0.013152748011758515, 0.014223566019348955, 0.015294262614277288, 0.016364982216933582, 0.01743573985271168, 0.018506516337185953, 0.019577329222182045, 0.02064815337029421], "VELOCITY_Y": [-0.0016967406284643406, -0.00025353001575055285, -0.000234381200283631, -0.00021467403028901962, -0.00023137721585132637, -0.0002547534400400184, -0.00028330899894768376, -0.00031258866082953604, -0.00034261915799338623, -0.00037362699540466847, -0.00040446730546369626, -0.00043546353686154906, -0.00046674117761097845, -0.0004983532239183506, -0.000530407586217389, -0.0005629722961505717, -0.0005961126244826634, -0.0006298813062168593], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4175.258892294273, -3626.8028322596338, -3656.0459798638367, -3655.8852706478983, -3675.5181474702367, -3659.964917408769, -3665.564690394275, -3665.3057389348296, -3663.4804535620856, -3664.4016945263634, -3663.7882565519462, -3663.5318404264895, -3663.4178133773526, -3663.090847235916, -3662.8625506127505, -3662.6013508156198, -3662.3176994209653, -3662.039182681753], "TEMPERATURE": [15.172477950493924, 14.956456040580084, 14.744743149541097, 14.605938878773951, 14.468966662960625, 14.333794578602621, 14.200391342697607, 14.06872629977956, 13.938769413774741, 13.810491248513644, 13.683862954808994, 13.55885625643666, 13.435443435743464, 13.313597320382394, 13.19329127019562, 13.074499164600638, 12.957195390429082, 12.84135483013142]}, "NODE_161": {"VELOCITY_X": [0.001144365708065974, 0.0029275636606929316, 0.004501034511061438, 0.005567165195883877, 0.006618642629677735, 0.007677502977346221, 0.008735753745936143, 0.00979153562914122, 0.01084808516052601, 0.011904028513143325, 0.012959136745584432, 0.014013936252095615, 0.015068017533673534, 0.01612141904639043, 0.017174081326454524, 0.018225931392194476, 0.019276966837409034, 0.020327168730475194], "VELOCITY_Y": [-0.0010800189550810202, -4.8658280915215827e-05, -0.0005215713629998662, -0.0006644342134503245, -0.0008028396290340817, -0.000935909628596859, -0.0010695037453586026, -0.0012006183784245856, -0.0013319899037961339, -0.0014628152574811207, -0.0015936253183300956, -0.001724536568318851, -0.0018552648100484798, -0.0019857558445788375, -0.0021158996193444616, -0.0022455838794182646, -0.0023747563187074125, -0.002503362208227326], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3245.676429326964, -2815.110490725292, -2835.4502437723595, -2836.9410495376274, -2857.043226734106, -2842.1114849801143, -2847.869466024803, -2847.9827873759295, -2846.4895800336717, -2847.6992974555114, -2847.4303139298327, -2847.511304992263, -2847.7469541021896, -2847.785671643271, -2847.9341618991016, -2848.0650448647343, -2848.1869470339775, -2848.3263451923144], "TEMPERATURE": [8.666144340545333, 8.77907261195456, 8.887206382161775, 8.956723184050432, 9.024243389380075, 9.08981769996355, 9.153495277474617, 9.21532379733111, 9.275349497155824, 9.333617235541285, 9.390170539193265, 9.445051650662494, 9.498301574415587, 9.54996012028992, 9.600065945796059, 9.648656596557634, 9.695768545121142, 9.741437228286417]}, "NODE_162": {"VELOCITY_X": [0.0014757878562869592, 0.0033721272510778754, 0.005251086676579481, 0.006496206125446765, 0.00775442683496088, 0.009033999016843867, 0.010310420372937504, 0.01159462033179929, 0.012875259025665388, 0.014139987616833442, 0.01540699334178114, 0.016674559903632584, 0.017942449076185342, 0.0192104455954793, 0.020478203160379904, 0.021745515845111987, 0.023012131792810645, 0.024277821317241474], "VELOCITY_Y": [-0.0006848363494546173, -0.001206675669787397, -0.0015942972924801707, -0.0020685481037269467, -0.002566481232579973, -0.002848265856693911, -0.003282592490703337, -0.0036708342738891067, -0.004056952318754933, -0.004459875553878592, -0.004853121651730475, -0.0052511611983642285, -0.005651688797527732, -0.006052892919496039, -0.006456756808993846, -0.006862296110570832, -0.007269621341029449, -0.007678810602977494], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-78.88023098375544, 44.79880557306763, -4.799534643088944, 10.396789470206452, -1.6877469662450197, 2.582522564046071, 3.228764367814848, 2.4796818093410034, 3.829604169882864, 3.904692913592448, 4.279190188509607, 4.840759717637797, 5.270388949516464, 5.790592164095889, 6.3058083479768445, 6.81381145177549, 7.3326212172054825, 7.842620923258342], "TEMPERATURE": [9.904549601610633, 9.915260873920866, 9.925581027316781, 9.932236460614899, 9.938708078542973, 9.944993164463504, 9.951089632737405, 9.956995970269965, 9.962711196278926, 9.968234814774753, 9.973566772995856, 9.978707423401403, 9.983657487830026, 9.988418024524666, 9.992990397247183, 9.997376246508804, 10.00157746284951, 10.005596161955925]}, "NODE_163": {"VELOCITY_X": [0.0011798827090603325, 0.0029723477991597603, 0.0045744982372726, 0.005650765930767428, 0.006713023387408016, 0.007779352874901483, 0.008846068128211896, 0.00991237173576947, 0.010980105131274656, 0.012046331450307092, 0.013112324501968484, 0.014178613937913752, 0.015244974361712441, 0.016311501906968392, 0.017378198101952336, 0.01844499603303407, 0.019511872662673943, 0.020578783832194657], "VELOCITY_Y": [-0.0014215515593673698, -0.0004398452954154559, -0.0009755249347104315, -0.0012762844013891545, -0.0015215349095354194, -0.0017676927974965932, -0.002016361309686517, -0.0022546454736459827, -0.002495764077562567, -0.0027359717401647062, -0.0029753384426364957, -0.0032150509390080333, -0.0034543239167541314, -0.003693705171073712, -0.003933361948007814, -0.004173306401657996, -0.0044136977492901285, -0.004654583774714966], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2340.76625731689, -2023.886880760803, -2023.3414036750987, -2021.7812634995998, -2040.9617073931518, -2025.8205665936455, -2030.827267190704, -2030.7439320882763, -2028.9198784332843, -2029.8195591934739, -2029.284509118346, -2029.0387333774308, -2028.9383815331219, -2028.6226638768208, -2028.3915673648135, -2028.128506904722, -2027.8408499729055, -2027.5575026074036], "TEMPERATURE": [10.370259616563816, 10.320409421392023, 10.27395680450907, 10.244788478710253, 10.2170013811093, 10.190546914927081, 10.165378049442724, 10.141449267102145, 10.118716526790026, 10.097137210300213, 10.076670078636154, 10.057275229466988, 10.038914054087732, 10.021549196646761, 10.005144514259536, 9.98966503838295, 9.97507693747197, 9.961347480757448]}, "NODE_164": {"VELOCITY_X": [0.001287291150254321, 0.0031703845070982038, 0.004932334231380376, 0.006100253766842921, 0.007268698875509909, 0.008435812900425253, 0.009599299054509675, 0.010760958290538495, 0.011920473683558225, 0.013078368811648434, 0.014235575262738295, 0.015391977019828307, 0.016547336436456027, 0.017701534405913894, 0.018854513121562652, 0.020006191590245387, 0.02115651200083707, 0.022305432297866957], "VELOCITY_Y": [-0.001963720657707814, -0.001318255772941542, -0.0013550489848195746, -0.0017637787996736343, -0.002074538964351533, -0.0023832188233048413, -0.0027395115624655668, -0.0030667830403539906, -0.0034024827981188, -0.003741145429320548, -0.0040754157962546505, -0.004410304824795826, -0.004742995878330477, -0.005073617903177195, -0.00540254059126468, -0.005729316201415696, -0.006054094610060279, -0.006376859905071216], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1414.3577371626152, -1209.1236730523067, -1219.8159411233685, -1213.340446401327, -1232.9626103914266, -1219.401826731336, -1223.4045355659898, -1224.0117460375573, -1222.4943016782017, -1223.5347494812675, -1223.3791688947995, -1223.4386909049003, -1223.717842019893, -1223.8416212958805, -1224.0734737386445, -1224.3168267307585, -1224.5656375509652, -1224.8451704321533], "TEMPERATURE": [9.944340200337404, 9.950525116767919, 9.956604376151192, 9.960585576239362, 9.964501283344392, 9.96834513491185, 9.972111311889739, 9.975794522092235, 9.979389970136651, 9.982893334116337, 9.986300743080559, 9.989608754965696, 9.992814335356647, 9.995914836636501, 9.998907977906837, 10.001791825687558, 10.004564775277624, 10.007225532825233]}, "NODE_165": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-5131.966398204228, -4507.639785890196, -4536.911851559292, -4534.044664761104, -4553.664542291882, -4538.085496355191, -4543.767480583495, -4543.800922145703, -4542.189636255765, -4543.367181965819, -4543.002247375523, -4542.955991694463, -4543.040992871579, -4542.897506959705, -4542.8377259931485, -4542.733812953336, -4542.596230784084, -4542.4542839176065], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_166": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_167": {"VELOCITY_X": [0.0010061957889179918, 0.0027028120720614854, 0.004146204567054545, 0.005125574475615552, 0.0060929171423704945, 0.007063332263840029, 0.008031213329205637, 0.008994897506722287, 0.009957460023769814, 0.010918143638780624, 0.011876785986229009, 0.01283398220768885, 0.0137894080488407, 0.014743131872379562, 0.015695156167174675, 0.0166454694879815, 0.0175941250265038, 0.01854116403818108], "VELOCITY_Y": [-0.0017374629729059693, -0.0003000883959559798, -0.0003084204689783945, -0.00030191861673203846, -0.00033030675241756656, -0.00036609169268824, -0.00040654205280195587, -0.00044660958673668375, -0.0004862328885670142, -0.0005260182220292121, -0.0005641509375126869, -0.0006010047107732176, -0.0006366544885795333, -0.0006710946004082197, -0.0007043735371365429, -0.0007365226661254653, -0.0007675982151579099, -0.0007976633307716126], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4240.563269783281, -3675.9409620080874, -3708.139741749916, -3706.5812850347247, -3726.547979175312, -3710.998816470637, -3716.3728732951618, -3716.2642822209727, -3714.485397653646, -3715.477103614057, -3715.0146327582916, -3714.901930899021, -3714.963497274202, -3714.838450267357, -3714.831925134833, -3714.8155820465504, -3714.7952130541426, -3714.7962326822403], "TEMPERATURE": [15.185281058339832, 14.965318484864948, 14.75017819255551, 14.609352523287539, 14.47055541524186, 14.333743265954874, 14.19887361810182, 14.065905134657386, 13.93479757719997, 13.805511768865783, 13.6780095660837, 13.552253831693335, 13.4282084058488, 13.30583807848764, 13.185108562261886, 13.065986466244098, 12.948439270308524, 12.832435300089632]}, "NODE_168": {"VELOCITY_X": [0.000989792299701534, 0.002642163572911865, 0.004067296860703335, 0.005028445528280075, 0.00598013047723779, 0.006935545311011079, 0.007892804765687567, 0.008851115446851247, 0.009811693172873231, 0.010770510114203099, 0.01173007266735429, 0.01269104599903022, 0.01365324712427828, 0.014616735510369265, 0.015581449777449031, 0.016547250631636572, 0.01751403319609557, 0.018481672559501266], "VELOCITY_Y": [-0.0011836650158408794, -0.0002057664529748348, -0.0007728123350893235, -0.0009726556206900478, -0.0011673594325837047, -0.0013586075083577005, -0.0015532805181685317, -0.001748931015717042, -0.0019477148206088447, -0.0021475221969356672, -0.0023491856990586635, -0.0025528429907536693, -0.0027582758680652075, -0.0029654401924415065, -0.00317420077535593, -0.003384380938665751, -0.003595848381030246, -0.003808459900009209], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3308.7884659413826, -2864.0193534943414, -2886.4529049658618, -2886.8152391410626, -2907.3105719882674, -2892.454814496655, -2897.955560697213, -2898.012303726226, -2896.2898042349793, -2897.302014117721, -2896.878686362005, -2896.7567769155353, -2896.7724614710723, -2896.572340168303, -2896.4608851417547, -2896.319547025023, -2896.1583298160735, -2896.0066294438343], "TEMPERATURE": [8.606998606122993, 8.726017101727864, 8.840260866806428, 8.913834691070868, 8.985381888516592, 9.054940119983938, 9.12254675832508, 9.188238862515773, 9.25205315130365, 9.314025990630627, 9.374193373301981, 9.432590901602778, 9.48925377258332, 9.544216764247484, 9.597514223710848, 9.649180056527339, 9.699247717249872, 9.747750201235688]}, "NODE_169": {"VELOCITY_X": [0.0015128688907886756, 0.003396535133696043, 0.00538923940543499, 0.006572418020630674, 0.0077715917526207726, 0.008967963686092607, 0.010140852006305802, 0.011313775210159664, 0.012491831387175413, 0.013695853459432946, 0.014893275354125306, 0.016085280654888037, 0.017273078361051124, 0.018457002866756455, 0.019637362004929697, 0.02081453611819828, 0.021988716672295967, 0.023160095662056245], "VELOCITY_Y": [-0.0008683687609747133, -0.0015393276402770905, -0.0020687506802225058, -0.002668734528331961, -0.003260950394085183, -0.003622382541075473, -0.004126858617287651, -0.004571634750752818, -0.005008728747354271, -0.005464883686163369, -0.0059042153318329006, -0.00634159362910455, -0.006775046976846588, -0.007203228550741173, -0.007628457721490824, -0.008050143272988817, -0.008468802294567502, -0.008884894929803662], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-74.4666217877544, 41.03942879805761, -5.848040746920203, 6.463750281337388, -7.508746631346293, -4.880545659529726, -6.15319189662992, -8.579048771607848, -8.77298170128026, -9.963851539685175, -10.897346000281889, -11.671809807991266, -12.564239034540662, -13.352157766569464, -14.12211114625638, -14.868072984668332, -15.569664785159906, -16.243140977290878], "TEMPERATURE": [10.62853944166043, 10.570299496057642, 10.514186051755388, 10.477973111550117, 10.442723683360862, 10.408440981577582, 10.375126180912249, 10.34277860322522, 10.311395848983656, 10.280973938464934, 10.251507448813385, 10.22298964787773, 10.195412611837233, 10.168767333922004, 10.143043826573892, 10.118231216939662, 10.094317835878513, 10.071291301151865]}, "NODE_170": {"VELOCITY_X": [0.0010510769457940852, 0.002698048382746933, 0.004163687588317003, 0.00514404318080503, 0.00611977440333748, 0.007089050377063256, 0.008053068206548861, 0.009012394441192147, 0.009970886811306168, 0.010932090037821567, 0.01188994130297189, 0.012845295474602237, 0.01379817791070756, 0.014748804132141467, 0.015697379195492567, 0.01664400584315084, 0.017588786732674753, 0.018531795224063126], "VELOCITY_Y": [-0.0015948717326240392, -0.0007500542969628942, -0.0014820574526992441, -0.0019038654147236031, -0.002277386002215111, -0.0026491734573470954, -0.0030207626588916753, -0.0033806137583072913, -0.0037406326935933223, -0.004098950321654751, -0.004455478252698144, -0.004810904620245454, -0.005164352109784643, -0.005516216991089693, -0.0058666424446441184, -0.006215643150245177, -0.006563378933405268, -0.006909921667836751], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2403.0783114657083, -2074.737552796795, -2074.653008245553, -2072.2163862510733, -2091.475430465701, -2076.511508442062, -2081.701354535056, -2082.0260341420417, -2080.5177544147296, -2081.6339017474716, -2081.4126592941407, -2081.499020965527, -2081.7606770331295, -2081.82957444846, -2081.9933610714775, -2082.135275653197, -2082.259073075873, -2082.3914918505207], "TEMPERATURE": [10.218174344788116, 10.202100267000105, 10.185807035863967, 10.17487246586579, 10.163911742319677, 10.15295012896788, 10.142011218519096, 10.131117010960645, 10.120287998024462, 10.109543235495755, 10.098900414467709, 10.088375926809023, 10.077984928787306, 10.067741402722147, 10.057658215778062, 10.047747176248336, 10.038019087466726, 10.028483799347294]}, "NODE_171": {"VELOCITY_X": [0.0012540951124136398, 0.003041159081971343, 0.004752755371794127, 0.005826882814698466, 0.00692455870190781, 0.00801797445413576, 0.009107981917233646, 0.010202061625217917, 0.011297337522250943, 0.012396154244318218, 0.013495656457058296, 0.014596130131192958, 0.01569771753995873, 0.016800275093133428, 0.017903807259489538, 0.019008300980962265, 0.020113699142658155, 0.02121996724598845], "VELOCITY_Y": [-0.002147210236819868, -0.0016706544570435245, -0.001960211668884014, -0.0025093694760216843, -0.0029834910716720147, -0.003467331563973371, -0.004008418326499072, -0.004533524682999265, -0.005072472643050098, -0.005613849829954306, -0.006158634019180603, -0.006711043906689625, -0.007268322589584428, -0.007830303886567441, -0.008397097689217422, -0.008968036394708032, -0.009543007322223082, -0.010121755719424738], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1478.0514350216488, -1269.1503344431003, -1277.5582056148714, -1272.6851043048823, -1292.5476637792513, -1278.787603944796, -1282.9415984632105, -1283.391505736418, -1281.7086908325587, -1282.6805403144774, -1282.3937304965793, -1282.273362059606, -1282.3201747016622, -1282.1730237370466, -1282.0974782568217, -1281.9995771894733, -1281.878771808479, -1281.7635190202266], "TEMPERATURE": [10.002107071708448, 10.014380113857507, 10.024809127601923, 10.030808349664696, 10.0360921089629, 10.040699158804847, 10.044666719294234, 10.048030539368257, 10.050824941286091, 10.053082873423469, 10.05483595710011, 10.056114531296034, 10.056947697652507, 10.057363363411348, 10.057388283010763, 10.057048098292833, 10.056367377316114, 10.05536965189334]}, "NODE_172": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-5194.730069345491, -4554.610929892661, -4586.6894638787, -4582.967799323884, -4602.967033924536, -4587.543796927105, -4593.143015364423, -4593.433133036605, -4591.9918869051735, -4593.355553579053, -4593.253054506498, -4593.46104891373, -4593.827981025124, -4593.991365910815, -4594.257457917014, -4594.501968467738, -4594.731623801438, -4594.973917433464], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_173": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_174": {"VELOCITY_X": [0.0007827606064182729, 0.002302516695917837, 0.003517064656462259, 0.0043386834709053836, 0.005157653109122239, 0.005981232642593343, 0.006807325114060766, 0.007634115180156271, 0.00846308055381122, 0.009291116742498266, 0.010119676235729754, 0.010949296332616577, 0.01177967838818989, 0.01261080783843433, 0.01344258339722773, 0.014274835389901711, 0.015107429534101529, 0.015940213288862498], "VELOCITY_Y": [-0.0018016001416107637, -0.0003710614664537689, -0.0004274698405771823, -0.0004492357319085323, -0.0005024182526581597, -0.00056257047856493, -0.0006287928380128654, -0.0006968161673098304, -0.0007657321859823698, -0.0008341472971053096, -0.0009019565308588249, -0.0009696275331174806, -0.0010373622180315787, -0.001105211747065843, -0.0011732278110299073, -0.0012414077928823706, -0.0013097565958730465, -0.0013782761520496623], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4299.114843320222, -3719.842000311456, -3753.7823746818967, -3751.3399229921215, -3771.3122727577907, -3755.5733398162224, -3760.4175561897455, -3759.9675135180623, -3757.7032883397083, -3758.242454654555, -3757.3614654410985, -3756.778597477334, -3756.3485348236736, -3755.710952791971, -3755.16901003493, -3754.6030309774947, -3754.0209450983953, -3753.4517060452226], "TEMPERATURE": [15.163078728434165, 14.956286237377885, 14.752517473941143, 14.618348601143309, 14.485518458530557, 14.354023761366085, 14.223860527255429, 14.095024114795667, 13.967509269600667, 13.841310162891954, 13.71642043054536, 13.592833204985709, 13.470541146162805, 13.349536472154803, 13.229810988538627, 13.111356116729477, 12.994162921205968, 12.878222135497193]}, "NODE_175": {"VELOCITY_X": [0.0007700193396290408, 0.002196357038959565, 0.0033438455162134984, 0.004120521648788092, 0.004889658161203353, 0.005651359561568571, 0.00640662436396764, 0.007154135919557784, 0.007898953608634643, 0.008645105625567973, 0.00938770940405127, 0.010127590779239604, 0.010864705865450323, 0.01159939972441751, 0.012332015984166007, 0.01306280275335464, 0.013792018142154293, 0.014519874874055518], "VELOCITY_Y": [-0.0013440956274853007, -0.0004339792022886475, -0.001139287506376996, -0.001428476065275687, -0.0017073315502517852, -0.001973725671433794, -0.0022371396326125036, -0.002496318309409584, -0.00275541663094693, -0.003016676102553721, -0.0032762493587310754, -0.0035346176341433076, -0.003791875475925125, -0.0040482564660032465, -0.004303940888665464, -0.004559029121704715, -0.004813638609198425, -0.005067857592637846], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3364.3964989343363, -2908.159864103796, -2932.1123262268907, -2931.9954428629135, -2952.704860168173, -2938.3409568948855, -2944.2443690360024, -2944.990717883752, -2943.8651344772916, -2945.347699624002, -2945.501267134179, -2945.970515652046, -2946.604633820989, -2947.039558758029, -2947.564361314608, -2948.058653743138, -2948.527062281198, -2948.9960501674796], "TEMPERATURE": [9.104840734546393, 9.167627139703283, 9.228487961727536, 9.268025689093319, 9.306756458440914, 9.3446980060899, 9.381867187371569, 9.41828003183207, 9.453951787137985, 9.488896968069442, 9.52312940062177, 9.556662268719954, 9.589508154267758, 9.621679073912603, 9.653186514164226, 9.684041464334685, 9.714254447476783, 9.743835549548368]}, "NODE_176": {"VELOCITY_X": [0.002113590029232735, 0.004955166385098779, 0.008474200936376132, 0.010661248145812392, 0.012918034456082533, 0.015191661504718854, 0.01744942724978122, 0.01972638261724469, 0.02199317689390625, 0.024229089871469586, 0.026467347358892668, 0.02870502657793154, 0.03094245575203415, 0.03317876162053853, 0.03541305063749793, 0.037644870055394616, 0.03987354521679809, 0.042098510469581615], "VELOCITY_Y": [-0.00013459126822758743, -0.0005224927515466877, -0.00014521060047662714, -0.0003716933749906444, -0.0005845457397135229, -0.0005375588961801243, -0.0006992298119871062, -0.0008043746487187242, -0.0009140702174383176, -0.0010507093596068514, -0.0011880860734001155, -0.0013408662327986794, -0.0015047413511245608, -0.0016770962385865796, -0.0018596459525298365, -0.0020506531202240242, -0.0022499010509599736, -0.002457136447862435], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-73.65969386119377, 20.280641883197603, -8.289533967692762, 5.033852766570138, -4.979103752705285, 1.986320563947584, 3.6466410666619073, 4.763669448834178, 8.040010595960217, 10.376235834823177, 12.88258128864506, 15.35469923220073, 17.60694159571639, 19.85857048634097, 22.023651602665, 24.12674689551613, 26.191073988797676, 28.207498177746995], "TEMPERATURE": [8.507752624640403, 8.557148189185286, 8.611088076972864, 8.649231290711684, 8.688900510929727, 8.72991976683745, 8.77212416440562, 8.815359101278606, 8.85947984051472, 8.904350976066793, 8.949845919725405, 8.995846415610945, 9.04224209310349, 9.088930047651424, 9.135814440748502, 9.182806118992763, 9.22982225254568, 9.276785991112009]}, "NODE_177": {"VELOCITY_X": [0.0009275793748626342, 0.002382246218549992, 0.0035930259721163368, 0.004438151282363625, 0.005303774216673927, 0.006173341608475518, 0.007049991456813186, 0.007928092866609336, 0.008802014646374758, 0.00966269065656796, 0.01052375999332494, 0.011384745231565921, 0.012244827621647457, 0.013103548811687219, 0.013960721988701416, 0.014816133990810094, 0.015669657615348324, 0.016521199828150444], "VELOCITY_Y": [-0.0019083069016906822, -0.0012944627573311068, -0.002302981691248907, -0.002881971225101366, -0.003428481753204618, -0.003972451163799681, -0.004519418088115119, -0.005059228852636705, -0.005600586934617396, -0.006140641180600982, -0.006679881182379376, -0.007218977422791744, -0.007757046856347778, -0.008294152488342643, -0.008830250879020072, -0.009365187125535428, -0.00989895194964436, -0.01043149451134637], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2456.382166907473, -2118.3448907595425, -2118.944869990222, -2116.155468177626, -2134.0113826126994, -2117.993239953807, -2121.953225171377, -2121.1585336012063, -2118.6004368896615, -2118.748388619413, -2117.608297795049, -2116.7820766865916, -2116.163273513774, -2115.3986242964506, -2114.7674275033532, -2114.154590040722, -2113.5618690932642, -2113.0130505644497], "TEMPERATURE": [10.607956311578208, 10.49139553473648, 10.384597886491106, 10.318523971982263, 10.256349985466418, 10.19791220960408, 10.143053246159006, 10.09162176734725, 10.043472304869836, 9.998465024222932, 9.95646550895219, 9.917344546934874, 9.880977931125267, 9.847246269687236, 9.816034802601548, 9.787233225186958, 9.760735518392375, 9.736439785425285]}, "NODE_178": {"VELOCITY_X": [0.001338614506566043, 0.003303585343513282, 0.0052538080870490455, 0.00644926677768866, 0.007668893233164903, 0.00887450026154871, 0.010073013281925999, 0.011272700592309011, 0.012464197915063705, 0.013645081112011966, 0.014825727552038464, 0.01600581904029547, 0.017185331919754847, 0.018363727735686997, 0.019540741087978958, 0.020716154849457376, 0.0218897119128381, 0.02306121461825434], "VELOCITY_Y": [-0.00251412294314289, -0.002524232960464343, -0.0035200640413477376, -0.00442288283823007, -0.0052429385135388485, -0.006050561114800504, -0.0068930579172958115, -0.007708560082610447, -0.008527075490405149, -0.009345572687323904, -0.010155735240213756, -0.010962847488534313, -0.011765512286262696, -0.012564130970220142, -0.013359340580515943, -0.014150985968119648, -0.01493932467637516, -0.015724450178957124], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1267.8562099012643, -1086.5224118567644, -1085.0884528220618, -1081.1942251830242, -1099.5586103454866, -1086.0556015591408, -1090.1870214210883, -1090.7273588938315, -1089.342041288965, -1090.5576406480668, -1090.6610960631947, -1090.9598382066924, -1091.4383498978343, -1091.7667722953922, -1092.1929688280775, -1092.6244867522805, -1093.0608372053298, -1093.5270906631854], "TEMPERATURE": [8.750997599553104, 8.823783338581103, 8.894892577721807, 8.941358344940195, 8.987067378908, 9.032017263866376, 9.076206669749956, 9.119635269918028, 9.162303660834784, 9.204213280567334, 9.245366338018254, 9.285765744900958, 9.325415052505225, 9.364318393934326, 9.40248043015142, 9.439906300016492, 9.476601574165372, 9.512572212217561]}, "NODE_179": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-5249.852186511084, -4595.377960238484, -4628.478116913327, -4624.673981258377, -4645.021629972134, -4629.7805513810235, -4635.1793009192825, -4635.420681718453, -4633.793448826317, -4634.998611815259, -4634.764736368396, -4634.786864601808, -4634.940447097607, -4634.863477241724, -4634.858353557464, -4634.807453909309, -4634.7184992271095, -4634.621457244676], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_180": {"VELOCITY_X": [0.00044422585070911613, 0.0017527336455950026, 0.0026862012460677756, 0.003286447118198946, 0.003884044731781837, 0.00448079774042592, 0.005076851652541493, 0.005669788259411083, 0.006262540539353041, 0.00685540411174088, 0.007447058213965775, 0.008038008995697286, 0.008627929743745003, 0.009216884752709426, 0.009804959565408975, 0.010392194344507992, 0.010978670351824775, 0.011564447973799828], "VELOCITY_Y": [-0.0019116296810933607, -0.0004636319568866017, -0.000551018152232426, -0.000606624850867321, -0.0006891157446581494, -0.0007725375754059449, -0.0008579177215225587, -0.0009417783039092966, -0.0010259811378134074, -0.0011132603507378986, -0.0011984383471258882, -0.0012819926871121654, -0.0013640499434283242, -0.0014446810319392951, -0.001523989930445926, -0.0016020184185289894, -0.001678816109058528, -0.0017544263355057407], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4347.951066845169, -3754.5506823109235, -3788.2289688358896, -3785.870568993484, -3806.2353904727215, -3791.0574579274166, -3796.2291070146407, -3796.3561211187525, -3794.571863422539, -3795.5001286134884, -3795.087740258534, -3794.970524695345, -3795.0258129676554, -3794.8891774299163, -3794.8526627855867, -3794.7968156304664, -3794.7251829273287, -3794.664276046942], "TEMPERATURE": [14.851601944211694, 14.624550775322104, 14.404461856518033, 14.2614355357607, 14.121256690351862, 13.983833071932581, 13.849075823415898, 13.716899345155532, 13.58722117919701, 13.459961878321385, 13.335044894758285, 13.212396480026467, 13.09194557946426, 12.973623731002013, 12.857364967333385, 12.743105721797944, 12.630784737956162, 12.520342982533668]}, "NODE_181": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_182": {"VELOCITY_X": [0.0004614333945446489, 0.0016292581490089067, 0.002456363150682065, 0.003010078717389908, 0.003572234106807495, 0.004140918997299738, 0.0047166856152653265, 0.00529427200741502, 0.005871714571031753, 0.006443201115725271, 0.007017643712015817, 0.00759467534335041, 0.008173331221887513, 0.00875310719716555, 0.00933365627134471, 0.009914634103828143, 0.010495800426153272, 0.01107694778656356], "VELOCITY_Y": [-0.0016103805651236085, -0.0007419255749559102, -0.0016014192417072447, -0.0020521187207145244, -0.002509442195989879, -0.0029611466693078296, -0.0034163525074947217, -0.003870559531088727, -0.004321344595325988, -0.004763530781829893, -0.0052059962580553775, -0.005648299877714281, -0.006090048922182707, -0.00653106626744242, -0.0069712923032783395, -0.007410611455342722, -0.007848969661143124, -0.008286322637739558], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3408.8158220438877, -2939.951555012387, -2964.123654015027, -2963.3923358356224, -2982.9926083425257, -2967.709719036246, -2972.3045859029144, -2971.953731535709, -2969.813875337982, -2970.520485732081, -2969.9005547294482, -2969.561936698451, -2969.4028733291825, -2969.076294029125, -2968.8684310233516, -2968.665338027981, -2968.4711958421744, -2968.3117607355], "TEMPERATURE": [6.1464922683539385, 6.474429769564286, 6.787407177175832, 6.988039466314886, 7.182453822994596, 7.370814592164351, 7.5532818747110015, 7.730011634433596, 7.901155796679831, 8.0668623621056, 8.227275493172948, 8.38253559252191, 8.532779394995929, 8.678140057746678, 8.818747248660669, 8.954727232897557, 9.086202957662588, 9.213294135284134]}, "NODE_183": {"VELOCITY_X": [0.0015673598635619834, 0.0037696761519708474, 0.006282135340681855, 0.007869504046301485, 0.009510291595421704, 0.011147609456893722, 0.012784320689709788, 0.014433442840373416, 0.0160924522820383, 0.01777783493357755, 0.01946781426186438, 0.021161817717096593, 0.022859659737208674, 0.02456035913605225, 0.026263231197600313, 0.0279677597960602, 0.029673358996792062, 0.03137954287576826], "VELOCITY_Y": [-0.003406139143013171, -0.004664733930291429, -0.006947526111383986, -0.008906893151660622, -0.010845693093999388, -0.012806422251295465, -0.014849079155158283, -0.016889622013482868, -0.018970724437376654, -0.02110063533404345, -0.02322655528440386, -0.025354846368144057, -0.027483137933512643, -0.029610950354571654, -0.03173831187022535, -0.0338643168866938, -0.035988600122544054, -0.03811065686497526], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-834.6480273991243, -728.1959565810803, -727.9810952394556, -726.0145441579324, -742.543027993102, -731.4777415994129, -735.3812685444392, -736.1461206936771, -735.18257956983, -736.6556472059553, -737.2141175772267, -737.8970064261231, -738.6887327234002, -739.3207872401175, -740.0074458587392, -740.6737985407214, -741.3227340084231, -741.9784938234961], "TEMPERATURE": [11.02244059882531, 11.294404557397398, 11.537251641459067, 11.68409438077578, 11.819628783504063, 11.944449991856779, 12.059122932345808, 12.16418464799772, 12.260145150005373, 12.34748898718372, 12.426676555945498, 12.498145237475228, 12.562310567967517, 12.619567317663018, 12.670290523924523, 12.714836475431886, 12.753543641416384, 12.786733556403616]}, "NODE_184": {"VELOCITY_X": [0.0014622381983312414, 0.0009477542449902249, 0.0014098419144750727, 0.0014753298911333963, 0.0015689214225917678, 0.001734338667360473, 0.0018202697816118586, 0.0019251287940237295, 0.002017617757283568, 0.0020889647652450427, 0.0021601653154662065, 0.0022259892885764794, 0.002288407059544719, 0.002348062284362916, 0.0024043650491625866, 0.0024580335617153852, 0.0025091781101102507, 0.0025579585491717267], "VELOCITY_Y": [-0.00612227784257965, -0.013402883537251194, -0.019196003361532227, -0.02353655828850828, -0.02774889897369717, -0.03174592599349935, -0.03587905124780152, -0.03992671230142443, -0.043948103718521765, -0.04795053340394202, -0.05192648880592992, -0.05588752370254479, -0.05982974381903687, -0.06375192259083877, -0.06765561730087127, -0.07153948133456056, -0.07540343434975964, -0.07924719530915153], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-114.24104757629397, -73.12718986616379, -97.15604967460615, -97.44877237817717, -114.40119194518539, -112.28557798676354, -118.19016783477028, -122.69360018042943, -125.15569037939837, -128.61533980729982, -131.49352382582697, -134.31363256075997, -137.14860196665973, -139.81203001054672, -142.44012435004916, -144.99968868594198, -147.49008980522848, -149.9322557195489], "TEMPERATURE": [22.333365040031506, 21.767530854874998, 21.22626748694449, 20.878321170273964, 20.540194308248036, 20.211483720813312, 19.891805747989803, 19.580794039983722, 19.278099545181362, 18.983389347066876, 18.69634577767752, 18.41666567148594, 18.144059607791142, 17.878251254051428, 17.618976725140683, 17.36598397126671, 17.119032207312696, 16.877891366935565]}, "NODE_185": {"VELOCITY_X": [0.0005553480497755509, 0.001410065875672681, 0.001976562422297563, 0.002350911849859879, 0.002731195246197801, 0.003110281939195173, 0.0034948074933866596, 0.003880230596533074, 0.004271583990688255, 0.004673981883879811, 0.0050749049144037375, 0.00547616035998777, 0.005878023945679022, 0.006280658721254959, 0.006684271117545677, 0.00708891922577223, 0.007494646791066237, 0.00790146693877997], "VELOCITY_Y": [-0.0024469480799436958, -0.0022646818777794044, -0.003717775132410944, -0.004578489770672614, -0.005427069967384941, -0.006270173987301586, -0.007124502558551678, -0.007980607185727687, -0.00884963891021916, -0.009738000404710411, -0.010628818169539823, -0.01152330409130873, -0.012420742091674085, -0.013320850911007187, -0.014223443558350502, -0.015128180820456291, -0.016034831678170932, -0.016943148659934893], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2501.755497191515, -2153.851478460616, -2161.9011482072083, -2163.668019156567, -2184.1503851924253, -2171.161228992191, -2177.1581679209235, -2178.2145583294096, -2177.3081732683277, -2178.9302635359827, -2179.1794274623294, -2179.5743813696968, -2180.0402817038853, -2180.2596985580035, -2180.5139788642223, -2180.703695667559, -2180.840503187897, -2180.955759849303], "TEMPERATURE": [11.738885893445797, 11.846113369242168, 11.943032057213768, 12.002270276783618, 12.057441923634068, 12.108736084747035, 12.15633307573006, 12.200404884163037, 12.241115539176432, 12.278621505796028, 12.313072044385123, 12.344609550169835, 12.373369877039206, 12.39948264251472, 12.423071518893092, 12.444254510360159, 12.463144216579588, 12.47984808384275]}, "NODE_186": {"VELOCITY_X": [0.0009055290955658867, 0.002138737034737561, 0.003216071206319221, 0.003891497448944534, 0.004563229712686398, 0.005210152207797265, 0.005842899848156998, 0.00646126648200503, 0.007063497207359654, 0.007647355027921348, 0.00821347708468964, 0.008764218827496352, 0.009300994179819751, 0.009824642735504584, 0.0103360955255969, 0.010836111540687386, 0.011325344615727422, 0.01180439760711431], "VELOCITY_Y": [-0.0030906877470177896, -0.003952361433780037, -0.006705379445647821, -0.008501920052749676, -0.010229429366422562, -0.011919100610183484, -0.013594833797329845, -0.015238299859021412, -0.016849181561982795, -0.0184104890215336, -0.01996398353815252, -0.02151079808054235, -0.023050362396188375, -0.024582854958903895, -0.026108555596253656, -0.027627481332297213, -0.02913982233355022, -0.03064571161022423], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1599.752227265645, -1371.7400230348849, -1362.1603070115852, -1360.542391039105, -1377.3656267119238, -1363.8370724308757, -1368.2938675627536, -1368.660757615647, -1367.4432257172691, -1368.8958796309732, -1369.2344508798017, -1369.7659772625573, -1370.416151896685, -1370.885788768208, -1371.4231907334342, -1371.9320789322485, -1372.41733037102, -1372.9034031610904], "TEMPERATURE": [17.777372863779263, 17.29776893067315, 16.842990355298394, 16.552810517149915, 16.272515946056615, 16.00168454945211, 15.739913695139647, 15.486819167091388, 15.242034439047979, 15.005209729263735, 14.77601120132669, 14.55412024326518, 14.339232738655827, 14.13105838042354, 13.929320013982451, 13.733753012438312, 13.544104683289884, 13.360133703302987]}, "NODE_187": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-5293.835572771851, -4629.081872017969, -4658.372836824001, -4654.334884056398, -4674.588009943703, -4659.430842916057, -4664.659493985039, -4664.960317818445, -4663.352967726674, -4664.589220140807, -4664.500390137631, -4664.702577554196, -4665.090165868352, -4665.298740427397, -4665.620476248776, -4665.937109868046, -4666.250999315017, -4666.588042425524], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_188": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_189": {"VELOCITY_X": [-0.0001827363774217346, 0.0005390933492807035, 0.001068309481528018, 0.0013586271827949875, 0.0016424087293919986, 0.0019244189958938908, 0.0022082225335881426, 0.0024919882261608558, 0.002777389465894656, 0.003062969750498166, 0.003349631932731432, 0.0036379888793673025, 0.003927745538856656, 0.004218750534752627, 0.00451084354025273, 0.004803820187202926, 0.005097526253597069, 0.005391815319278772], "VELOCITY_Y": [-0.002194577847915685, -0.0008353142539016897, -0.0009211880682342398, -0.0009968906937227633, -0.0011034638101606908, -0.001214595072293558, -0.001331728778251184, -0.0014504122182954294, -0.0015714387379610817, -0.0016957082618802475, -0.0018222827724323684, -0.0019512631627982286, -0.00208242669241503, -0.002215617872608007, -0.0023507716498289374, -0.002487763852023417, -0.002626497684076973, -0.0027668790588607434], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4364.931812267319, -3766.703984017641, -3793.8239496199985, -3791.271360650931, -3811.4298125500322, -3796.370631371487, -3801.2645018513035, -3801.263942371844, -3799.2541561698663, -3799.9408186093237, -3799.28775215803, -3798.8563676275207, -3798.557339907636, -3798.0379143504288, -3797.589113412719, -3797.1004226313617, -3796.5780293565444, -3796.0511579290364], "TEMPERATURE": [18.753957129075925, 18.473284367013363, 18.195187295632017, 18.0112727274479, 17.82857791061253, 17.64712832021545, 17.466947161578027, 17.288055488574447, 17.110472326163617, 16.934214778645515, 16.759298129464455, 16.585735936801473, 16.41354012606915, 16.242721078338235, 16.07328771450095, 15.905247575397782, 15.738606898310918, 15.573370689820356]}, "NODE_190": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_191": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_192": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_193": {"VELOCITY_X": [-8.42024469332286e-06, 0.0004869355832101471, 0.0007125308330756094, 0.0007862310612511571, 0.0008351071171642612, 0.0008682763601189087, 0.0008919720124743738, 0.0009057016820433369, 0.0009146864685443773, 0.000921355710856799, 0.0009216857614154109, 0.0009178937619542688, 0.0009107718012750614, 0.0009009996818923409, 0.0008890859986931526, 0.0008753653794106366, 0.000860121762574375, 0.0008435693589326607], "VELOCITY_Y": [-0.001990421024382203, -0.0010159854339082106, -0.0017393059523642777, -0.002150103243658419, -0.002571915899105285, -0.0029861831347535624, -0.0034014716014818124, -0.0038110623491806454, -0.004214213620824458, -0.004609603523170189, -0.005001511781813919, -0.005390221366728915, -0.005775699523603938, -0.006158052064527634, -0.006537504999599983, -0.00691417052357548, -0.00728818946183513, -0.007659686412609026], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3439.157728939375, -2961.7747896111705, -2980.8988052692725, -2980.389059377527, -3000.465595784301, -2986.18625733327, -2991.3969631531386, -2991.8599753056847, -2990.484178501945, -2991.9554406683174, -2992.168317298238, -2992.624912698634, -2993.237035603005, -2993.6617582845215, -2994.178046923541, -2994.677072663989, -2995.1636520287325, -2995.66490112457], "TEMPERATURE": [18.946570387166766, 18.51877015349326, 18.107284821736435, 17.84161214017883, 17.582584494470332, 17.329975646050894, 17.083567849402638, 16.8431515054389, 16.608524837577924, 16.379493564423328, 16.15587061163485, 15.937475852636947, 15.72413583858122, 15.515683536721886, 15.311958079416698, 15.112804523078372, 14.918073616743978, 14.727621580017123]}, "NODE_194": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [422.6945492407629, 466.15407954639863, 455.1155766196223, 465.22568008164325, 460.91102062794766, 467.31505495471237, 469.5505209611651, 471.522051725834, 474.46759612017115, 476.215745593499, 478.11587323215514, 479.9618649078935, 481.67316212718345, 483.38005943959564, 485.01846400688567, 486.60916203941593, 488.16608289322636, 489.68428869981693], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_195": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-173.99723314298757, -119.20250285466263, -122.75313285196832, -118.16130577927488, -129.12369083948246, -119.63811370308308, -120.62717951226361, -119.7308991240098, -117.3810452570334, -116.7641238949131, -115.58439634890138, -114.51919639502663, -113.57178192156337, -112.53804902779545, -111.5669177047169, -110.60182925306181, -109.63732767482573, -108.68720785222037], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_196": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-1086.8895942733527, -954.3931414045026, -938.6895254069701, -935.5128782282349, -948.5873083619206, -932.4832022898875, -933.7933750174649, -931.145617711162, -927.0111019346174, -925.4017918706317, -922.9011213694246, -920.6888452611381, -918.6659492186011, -916.5521624837586, -914.5789021677292, -912.648199134025, -910.7616062879656, -908.9385174243905], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_197": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-5302.875539686357, -4651.4775288681885, -4674.007230260287, -4669.252296457737, -4688.613802139771, -4672.856428287042, -4677.2406497644115, -4676.821312930997, -4674.432598359033, -4674.845910969725, -4673.982800655335, -4673.393008510361, -4672.983976485643, -4672.39600834613, -4671.9191725864475, -4671.440896127266, -4670.9654376796925, -4670.520707337331], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_198": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-2103.742526103102, -1796.1383935954038, -1795.7222497349878, -1795.9953730045677, -1814.4630999325886, -1801.3011452295764, -1806.3522915756973, -1806.9077591415382, -1805.3596518915936, -1805.726255931995, -1805.140101743359, -1804.8743273983735, -1804.818927709347, -1804.6487460368762, -1804.6055034522064, -1804.5785329071914, -1804.5650196271472, -1804.5837166203248], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_199": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-3153.9967116983703, -2708.2012336743014, -2715.3001325648765, -2711.58769948073, -2728.3754843016704, -2711.839740632383, -2714.572735322484, -2712.889013015769, -2709.4088485289026, -2708.60392072522, -2706.805934180675, -2705.38739821633, -2704.2360534459453, -2702.995892042656, -2701.9207519054326, -2700.891949063963, -2699.9035307853173, -2698.973637349513], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_200": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [-4238.433380220881, -3675.4571377289453, -3692.050261317506, -3689.1553407293877, -3708.9127745664623, -3694.3027820560196, -3699.4250182445767, -3699.942377212929, -3698.4616316251354, -3699.6328627718626, -3699.6117105493704, -3699.8352883499188, -3700.207028414433, -3700.3683787362934, -3700.595880973023, -3700.7790578943536, -3700.921338348416, -3701.050486788732], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "NODE_201": {"VELOCITY_X": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Y": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "VELOCITY_Z": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "PRESSURE": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "TEMPERATURE": [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0]}, "ELEMENT_1": {}, "ELEMENT_2": {}, "ELEMENT_3": {}, "ELEMENT_4": {}, "ELEMENT_5": {}, "ELEMENT_6": {}, "ELEMENT_7": {}, "ELEMENT_8": {}, "ELEMENT_9": {}, "ELEMENT_10": {}, "ELEMENT_11": {}, "ELEMENT_12": {}, "ELEMENT_13": {}, "ELEMENT_14": {}, "ELEMENT_15": {}, "ELEMENT_16": {}, "ELEMENT_17": {}, "ELEMENT_18": {}, "ELEMENT_19": {}, "ELEMENT_20": {}, "ELEMENT_21": {}, "ELEMENT_22": {}, "ELEMENT_23": {}, "ELEMENT_24": {}, "ELEMENT_25": {}, "ELEMENT_26": {}, "ELEMENT_27": {}, "ELEMENT_28": {}, "ELEMENT_29": {}, "ELEMENT_30": {}, "ELEMENT_31": {}, "ELEMENT_32": {}, "ELEMENT_33": {}, "ELEMENT_34": {}, "ELEMENT_35": {}, "ELEMENT_36": {}, "ELEMENT_37": {}, "ELEMENT_38": {}, "ELEMENT_39": {}, "ELEMENT_40": {}, "ELEMENT_41": {}, "ELEMENT_42": {}, "ELEMENT_43": {}, "ELEMENT_44": {}, "ELEMENT_45": {}, "ELEMENT_46": {}, "ELEMENT_47": {}, "ELEMENT_48": {}, "ELEMENT_49": {}, "ELEMENT_50": {}, "ELEMENT_51": {}, "ELEMENT_52": {}, "ELEMENT_53": {}, "ELEMENT_54": {}, "ELEMENT_55": {}, "ELEMENT_56": {}, "ELEMENT_57": {}, "ELEMENT_58": {}, "ELEMENT_59": {}, "ELEMENT_60": {}, "ELEMENT_61": {}, "ELEMENT_62": {}, "ELEMENT_63": {}, "ELEMENT_64": {}, "ELEMENT_65": {}, "ELEMENT_66": {}, "ELEMENT_67": {}, "ELEMENT_68": {}, "ELEMENT_69": {}, "ELEMENT_70": {}, "ELEMENT_71": {}, "ELEMENT_72": {}, "ELEMENT_73": {}, "ELEMENT_74": {}, "ELEMENT_75": {}, "ELEMENT_76": {}, "ELEMENT_77": {}, "ELEMENT_78": {}, "ELEMENT_79": {}, "ELEMENT_80": {}, "ELEMENT_81": {}, "ELEMENT_82": {}, "ELEMENT_83": {}, "ELEMENT_84": {}, "ELEMENT_85": {}, "ELEMENT_86": {}, "ELEMENT_87": {}, "ELEMENT_88": {}, "ELEMENT_89": {}, "ELEMENT_90": {}, "ELEMENT_91": {}, "ELEMENT_92": {}, "ELEMENT_93": {}, "ELEMENT_94": {}, "ELEMENT_95": {}, "ELEMENT_96": {}, "ELEMENT_97": {}, "ELEMENT_98": {}, "ELEMENT_99": {}, "ELEMENT_100": {}, "ELEMENT_101": {}, "ELEMENT_102": {}, "ELEMENT_103": {}, "ELEMENT_104": {}, "ELEMENT_105": {}, "ELEMENT_106": {}, "ELEMENT_107": {}, "ELEMENT_108": {}, "ELEMENT_109": {}, "ELEMENT_110": {}, "ELEMENT_111": {}, "ELEMENT_112": {}, "ELEMENT_113": {}, "ELEMENT_114": {}, "ELEMENT_115": {}, "ELEMENT_116": {}, "ELEMENT_117": {}, "ELEMENT_118": {}, "ELEMENT_119": {}, "ELEMENT_120": {}, "ELEMENT_121": {}, "ELEMENT_122": {}, "ELEMENT_123": {}, "ELEMENT_124": {}, "ELEMENT_125": {}, "ELEMENT_126": {}, "ELEMENT_127": {}, "ELEMENT_128": {}, "ELEMENT_129": {}, "ELEMENT_130": {}, "ELEMENT_131": {}, "ELEMENT_132": {}, "ELEMENT_133": {}, "ELEMENT_134": {}, "ELEMENT_135": {}, "ELEMENT_136": {}, "ELEMENT_137": {}, "ELEMENT_138": {}, "ELEMENT_139": {}, "ELEMENT_140": {}, "ELEMENT_141": {}, "ELEMENT_142": {}, "ELEMENT_143": {}, "ELEMENT_144": {}, "ELEMENT_145": {}, "ELEMENT_146": {}, "ELEMENT_147": {}, "ELEMENT_148": {}, "ELEMENT_149": {}, "ELEMENT_150": {}, "ELEMENT_151": {}, "ELEMENT_152": {}, "ELEMENT_153": {}, "ELEMENT_154": {}, "ELEMENT_155": {}, "ELEMENT_156": {}, "ELEMENT_157": {}, "ELEMENT_158": {}, "ELEMENT_159": {}, "ELEMENT_160": {}, "ELEMENT_161": {}, "ELEMENT_162": {}, "ELEMENT_163": {}, "ELEMENT_164": {}, "ELEMENT_165": {}, "ELEMENT_166": {}, "ELEMENT_167": {}, "ELEMENT_168": {}, "ELEMENT_169": {}, "ELEMENT_170": {}, "ELEMENT_171": {}, "ELEMENT_172": {}, "ELEMENT_173": {}, "ELEMENT_174": {}, "ELEMENT_175": {}, "ELEMENT_176": {}, "ELEMENT_177": {}, "ELEMENT_178": {}, "ELEMENT_179": {}, "ELEMENT_180": {}, "ELEMENT_181": {}, "ELEMENT_182": {}, "ELEMENT_183": {}, "ELEMENT_184": {}, "ELEMENT_185": {}, "ELEMENT_186": {}, "ELEMENT_187": {}, "ELEMENT_188": {}, "ELEMENT_189": {}, "ELEMENT_190": {}, "ELEMENT_191": {}, "ELEMENT_192": {}, "ELEMENT_193": {}, "ELEMENT_194": {}, "ELEMENT_195": {}, "ELEMENT_196": {}, "ELEMENT_197": {}, "ELEMENT_198": {}, "ELEMENT_199": {}, "ELEMENT_200": {}, "ELEMENT_201": {}, "ELEMENT_202": {}, "ELEMENT_203": {}, "ELEMENT_204": {}, "ELEMENT_205": {}, "ELEMENT_206": {}, "ELEMENT_207": {}, "ELEMENT_208": {}, "ELEMENT_209": {}, "ELEMENT_210": {}, "ELEMENT_211": {}, "ELEMENT_212": {}, "ELEMENT_213": {}, "ELEMENT_214": {}, "ELEMENT_215": {}, "ELEMENT_216": {}, "ELEMENT_217": {}, "ELEMENT_218": {}, "ELEMENT_219": {}, "ELEMENT_220": {}, "ELEMENT_221": {}, "ELEMENT_222": {}, "ELEMENT_223": {}, "ELEMENT_224": {}, "ELEMENT_225": {}, "ELEMENT_226": {}, "ELEMENT_227": {}, "ELEMENT_228": {}, "ELEMENT_229": {}, "ELEMENT_230": {}, "ELEMENT_231": {}, "ELEMENT_232": {}, "ELEMENT_233": {}, "ELEMENT_234": {}, "ELEMENT_235": {}, "ELEMENT_236": {}, "ELEMENT_237": {}, "ELEMENT_238": {}, "ELEMENT_239": {}, "ELEMENT_240": {}, "ELEMENT_241": {}, "ELEMENT_242": {}, "ELEMENT_243": {}, "ELEMENT_244": {}, "ELEMENT_245": {}, "ELEMENT_246": {}, "ELEMENT_247": {}, "ELEMENT_248": {}, "ELEMENT_249": {}, "ELEMENT_250": {}, "ELEMENT_251": {}, "ELEMENT_252": {}, "ELEMENT_253": {}, "ELEMENT_254": {}, "ELEMENT_255": {}, "ELEMENT_256": {}, "ELEMENT_257": {}, "ELEMENT_258": {}, "ELEMENT_259": {}, "ELEMENT_260": {}, "ELEMENT_261": {}, "ELEMENT_262": {}, "ELEMENT_263": {}, "ELEMENT_264": {}, "ELEMENT_265": {}, "ELEMENT_266": {}, "ELEMENT_267": {}, "ELEMENT_268": {}, "ELEMENT_269": {}, "ELEMENT_270": {}, "ELEMENT_271": {}, "ELEMENT_272": {}, "ELEMENT_273": {}, "ELEMENT_274": {}, "ELEMENT_275": {}, "ELEMENT_276": {}, "ELEMENT_277": {}, "ELEMENT_278": {}, "ELEMENT_279": {}, "ELEMENT_280": {}, "ELEMENT_281": {}, "ELEMENT_282": {}, "ELEMENT_283": {}, "ELEMENT_284": {}, "ELEMENT_285": {}, "ELEMENT_286": {}, "ELEMENT_287": {}, "ELEMENT_288": {}, "ELEMENT_289": {}, "ELEMENT_290": {}, "ELEMENT_291": {}, "ELEMENT_292": {}, "ELEMENT_293": {}, "ELEMENT_294": {}, "ELEMENT_295": {}, "ELEMENT_296": {}, "ELEMENT_297": {}, "ELEMENT_298": {}, "ELEMENT_299": {}, "ELEMENT_300": {}, "ELEMENT_301": {}, "ELEMENT_302": {}, "ELEMENT_303": {}, "ELEMENT_304": {}, "ELEMENT_305": {}, "ELEMENT_306": {}, "ELEMENT_307": {}, "ELEMENT_308": {}, "ELEMENT_309": {}, "ELEMENT_310": {}, "ELEMENT_311": {}, "ELEMENT_312": {}, "ELEMENT_313": {}, "ELEMENT_314": {}, "ELEMENT_315": {}, "ELEMENT_316": {}, "ELEMENT_317": {}, "ELEMENT_318": {}, "ELEMENT_319": {}, "ELEMENT_320": {}, "ELEMENT_321": {}, "ELEMENT_322": {}, "ELEMENT_323": {}, "ELEMENT_324": {}, "ELEMENT_325": {}, "ELEMENT_326": {}, "ELEMENT_327": {}, "ELEMENT_328": {}, "ELEMENT_329": {}, "ELEMENT_330": {}} \ No newline at end of file From acf791d8cb4a813cbf36d070085f55c8b7892314 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 11:15:57 +0100 Subject: [PATCH 18/24] Update NightTest --- .../PfemFluidDynamicsApplication/tests/NightTests.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/applications/PfemFluidDynamicsApplication/tests/NightTests.py b/applications/PfemFluidDynamicsApplication/tests/NightTests.py index 469f641ae8e8..e005fa1d094e 100644 --- a/applications/PfemFluidDynamicsApplication/tests/NightTests.py +++ b/applications/PfemFluidDynamicsApplication/tests/NightTests.py @@ -19,13 +19,16 @@ class FSI_2D_Test(TF.TestFactory): file_name = "fluid_element_tests/Test_2D_FSI/Test_2D_FSI" file_parameters = "fluid_element_tests/Test_2D_FSI/ProjectParameters.json" +class Thermal_Coupling_2D_Test(TF.TestFactory): + file_name = "pfem_utilities_tests/2D_thermal_coupling/Test_2D_Thermal_Coupling_Refining" + file_parameters = "pfem_utilities_tests/2D_thermal_coupling/ProjectParameters.json" def SetTestSuite(suites): night_suite = suites['nightly'] night_suite.addTests( KratosUnittest.TestLoader().loadTestsFromTestCases([ - Water_Sloshing_3D_Test, + Thermal_Coupling_2D_Test, Water_Sloshing_3D_Test ]) ) From 4326b7cba3061bc0342333494c31af40754b9462 Mon Sep 17 00:00:00 2001 From: djvicente Date: Mon, 24 Feb 2020 11:53:50 +0100 Subject: [PATCH 19/24] Revert "Add 'interval' parameter" This reverts commit c39e45712a27ccc366e33868aa8d5740256dffb3. --- .../custom_processes/apply_component_table_process.hpp | 6 +----- .../custom_processes/dam_added_mass_condition_process.hpp | 6 +----- .../custom_processes/dam_azenha_heat_source_process.hpp | 6 +----- .../dam_bofang_condition_temperature_process.hpp | 6 +----- .../dam_chemo_mechanical_aging_young_process.hpp | 6 +----- .../dam_fix_temperature_condition_process.hpp | 6 +----- .../dam_grouting_reference_temperature_process.hpp | 6 +----- .../custom_processes/dam_hydro_condition_load_process.hpp | 6 +----- .../dam_nodal_reference_temperature_process.hpp | 6 +----- .../custom_processes/dam_nodal_young_modulus_process.hpp | 6 +----- .../custom_processes/dam_noorzai_heat_source_process.hpp | 6 +----- .../dam_reservoir_constant_temperature_process.hpp | 6 +----- .../dam_reservoir_monitoring_temperature_process.hpp | 6 +----- .../custom_processes/dam_t_sol_air_heat_flux_process.hpp | 6 +----- .../custom_processes/dam_temperature_by_device_process.hpp | 6 +----- .../dam_uplift_circular_condition_load_process.hpp | 6 +----- .../custom_processes/dam_uplift_condition_load_process.hpp | 6 +----- .../dam_westergaard_condition_load_process.hpp | 6 +----- 18 files changed, 18 insertions(+), 90 deletions(-) diff --git a/applications/DamApplication/custom_processes/apply_component_table_process.hpp b/applications/DamApplication/custom_processes/apply_component_table_process.hpp index 79cbcbc2602d..00816483c7bd 100644 --- a/applications/DamApplication/custom_processes/apply_component_table_process.hpp +++ b/applications/DamApplication/custom_processes/apply_component_table_process.hpp @@ -44,11 +44,7 @@ class ApplyComponentTableProcessDam : public Process "variable_name": "PLEASE_PRESCRIBE_VARIABLE_NAME", "is_fixed": false, "value" : 1.0, - "table" : 1, - "interval":[ - 0.0, - 0.0 - ] + "table" : 1 } )" ); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_added_mass_condition_process.hpp b/applications/DamApplication/custom_processes/dam_added_mass_condition_process.hpp index 8d14ffba469d..670243efd2d5 100644 --- a/applications/DamApplication/custom_processes/dam_added_mass_condition_process.hpp +++ b/applications/DamApplication/custom_processes/dam_added_mass_condition_process.hpp @@ -52,11 +52,7 @@ class DamAddedMassConditionProcess : public Process "Gravity_Direction" : "Y", "Reservoir_Bottom_Coordinate_in_Gravity_Direction" : 0.0, "Spe_weight" : 0.0, - "Water_level" : 0.0, - "interval":[ - 0.0, - 0.0 - ] + "Water_level" : 0.0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_azenha_heat_source_process.hpp b/applications/DamApplication/custom_processes/dam_azenha_heat_source_process.hpp index af43d2181cae..c42bf8d10c57 100644 --- a/applications/DamApplication/custom_processes/dam_azenha_heat_source_process.hpp +++ b/applications/DamApplication/custom_processes/dam_azenha_heat_source_process.hpp @@ -56,11 +56,7 @@ class DamAzenhaHeatFluxProcess : public Process "A" : 0.0, "B" : 0.0, "C" : 0.0, - "D" : 0.0, - "interval":[ - 0.0, - 0.0 - ] + "D" : 0.0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_bofang_condition_temperature_process.hpp b/applications/DamApplication/custom_processes/dam_bofang_condition_temperature_process.hpp index ffcffbda6ec8..b9ec1384c879 100644 --- a/applications/DamApplication/custom_processes/dam_bofang_condition_temperature_process.hpp +++ b/applications/DamApplication/custom_processes/dam_bofang_condition_temperature_process.hpp @@ -59,11 +59,7 @@ class DamBofangConditionTemperatureProcess : public Process "Water_level" : 0.0, "Water_level_Table" : 0, "Month" : 1.0, - "Month_Table" : 0, - "interval":[ - 0.0, - 0.0 - ] + "Month_Table" : 0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_chemo_mechanical_aging_young_process.hpp b/applications/DamApplication/custom_processes/dam_chemo_mechanical_aging_young_process.hpp index e2e6ddb9c776..f2b13fa98b78 100644 --- a/applications/DamApplication/custom_processes/dam_chemo_mechanical_aging_young_process.hpp +++ b/applications/DamApplication/custom_processes/dam_chemo_mechanical_aging_young_process.hpp @@ -51,11 +51,7 @@ class DamChemoMechanicalAgingYoungProcess : public Process "max_chemical_porosity" : 0.32, "chemical_characteristic_aging_time" : 100.0, "max_mechanical_damage" : 0.32, - "damage_characteristic_aging_time" : 100.0, - "interval":[ - 0.0, - 0.0 - ] + "damage_characteristic_aging_time" : 100.0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_fix_temperature_condition_process.hpp b/applications/DamApplication/custom_processes/dam_fix_temperature_condition_process.hpp index d4add4cf7a32..d1ce1ab59fa3 100644 --- a/applications/DamApplication/custom_processes/dam_fix_temperature_condition_process.hpp +++ b/applications/DamApplication/custom_processes/dam_fix_temperature_condition_process.hpp @@ -50,11 +50,7 @@ class DamFixTemperatureConditionProcess : public Process "variable_name" : "PLEASE_PRESCRIBE_VARIABLE_NAME", "is_fixed" : false, "value" : 0.0, - "table" : 0, - "interval":[ - 0.0, - 0.0 - ] + "table" : 0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_grouting_reference_temperature_process.hpp b/applications/DamApplication/custom_processes/dam_grouting_reference_temperature_process.hpp index c5ed986bf903..cea0ee4176a8 100644 --- a/applications/DamApplication/custom_processes/dam_grouting_reference_temperature_process.hpp +++ b/applications/DamApplication/custom_processes/dam_grouting_reference_temperature_process.hpp @@ -48,11 +48,7 @@ class DamGroutingReferenceTemperatureProcess : public Process "model_part_name":"PLEASE_CHOOSE_MODEL_PART_NAME", "variable_name" : "PLEASE_PRESCRIBE_VARIABLE_NAME", "initial_value" : 0.0, - "time_grouting" : 0.0, - "interval":[ - 0.0, - 0.0 - ] + "time_grouting" : 0.0 } )" ); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_hydro_condition_load_process.hpp b/applications/DamApplication/custom_processes/dam_hydro_condition_load_process.hpp index 74816caa7c3b..5186b09aa8ce 100644 --- a/applications/DamApplication/custom_processes/dam_hydro_condition_load_process.hpp +++ b/applications/DamApplication/custom_processes/dam_hydro_condition_load_process.hpp @@ -53,11 +53,7 @@ class DamHydroConditionLoadProcess : public Process "Reservoir_Bottom_Coordinate_in_Gravity_Direction" : 0.0, "Spe_weight" : 0.0, "Water_level" : 0.0, - "Water_Table" : 0, - "interval":[ - 0.0, - 0.0 - ] + "Water_Table" : 0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_nodal_reference_temperature_process.hpp b/applications/DamApplication/custom_processes/dam_nodal_reference_temperature_process.hpp index 0a22674322aa..aca47f72231b 100644 --- a/applications/DamApplication/custom_processes/dam_nodal_reference_temperature_process.hpp +++ b/applications/DamApplication/custom_processes/dam_nodal_reference_temperature_process.hpp @@ -50,11 +50,7 @@ class DamNodalReferenceTemperatureProcess : public Process "model_part_name":"PLEASE_CHOOSE_MODEL_PART_NAME", "variable_name" : "PLEASE_PRESCRIBE_VARIABLE_NAME", "initial_value" : 0.0, - "input_file_name" : "", - "interval":[ - 0.0, - 0.0 - ] + "input_file_name" : "" } )" ); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_nodal_young_modulus_process.hpp b/applications/DamApplication/custom_processes/dam_nodal_young_modulus_process.hpp index ff8b0baa52bd..1ce539878ec8 100644 --- a/applications/DamApplication/custom_processes/dam_nodal_young_modulus_process.hpp +++ b/applications/DamApplication/custom_processes/dam_nodal_young_modulus_process.hpp @@ -50,11 +50,7 @@ class DamNodalYoungModulusProcess : public Process "Young_Modulus_1" : 10.0, "Young_Modulus_2" : 60.0, "Young_Modulus_3" : 50.0, - "Young_Modulus_4" : 70.0, - "interval":[ - 0.0, - 0.0 - ] + "Young_Modulus_4" : 70.0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_noorzai_heat_source_process.hpp b/applications/DamApplication/custom_processes/dam_noorzai_heat_source_process.hpp index a4a0392e606e..5d1bc52da8e5 100644 --- a/applications/DamApplication/custom_processes/dam_noorzai_heat_source_process.hpp +++ b/applications/DamApplication/custom_processes/dam_noorzai_heat_source_process.hpp @@ -49,11 +49,7 @@ class DamNoorzaiHeatFluxProcess : public Process "density" : 0.0, "specific_heat" : 0.0, "t_max" : 0.0, - "alpha" : 0.0, - "interval":[ - 0.0, - 0.0 - ] + "alpha" : 0.0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_reservoir_constant_temperature_process.hpp b/applications/DamApplication/custom_processes/dam_reservoir_constant_temperature_process.hpp index 245cbaa3b3c3..335115ab6960 100644 --- a/applications/DamApplication/custom_processes/dam_reservoir_constant_temperature_process.hpp +++ b/applications/DamApplication/custom_processes/dam_reservoir_constant_temperature_process.hpp @@ -54,11 +54,7 @@ class DamReservoirConstantTemperatureProcess : public Process "Water_temp" : 0.0, "Water_temp_Table" : 0, "Water_level" : 0.0, - "Water_level_Table" : 0, - "interval":[ - 0.0, - 0.0 - ] + "Water_level_Table" : 0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_reservoir_monitoring_temperature_process.hpp b/applications/DamApplication/custom_processes/dam_reservoir_monitoring_temperature_process.hpp index 5152dabe4923..065809bd6da6 100644 --- a/applications/DamApplication/custom_processes/dam_reservoir_monitoring_temperature_process.hpp +++ b/applications/DamApplication/custom_processes/dam_reservoir_monitoring_temperature_process.hpp @@ -64,11 +64,7 @@ class DamReservoirMonitoringTemperatureProcess : public Process "Water_temp_Table_2" : 0, "Z_Coord_3" : 0.0, "Water_temp_3" : 0.0, - "Water_temp_Table_3" : 0, - "interval":[ - 0.0, - 0.0 - ] + "Water_temp_Table_3" : 0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_t_sol_air_heat_flux_process.hpp b/applications/DamApplication/custom_processes/dam_t_sol_air_heat_flux_process.hpp index cf631226744c..27ad629c8e21 100644 --- a/applications/DamApplication/custom_processes/dam_t_sol_air_heat_flux_process.hpp +++ b/applications/DamApplication/custom_processes/dam_t_sol_air_heat_flux_process.hpp @@ -54,11 +54,7 @@ class DamTSolAirHeatFluxProcess : public Process "emisivity" : 0.0, "delta_R" : 0.0, "absorption_index" : 0.0, - "total_insolation" : 0.0, - "interval":[ - 0.0, - 0.0 - ] + "total_insolation" : 0.0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_temperature_by_device_process.hpp b/applications/DamApplication/custom_processes/dam_temperature_by_device_process.hpp index 886c8fec4461..70cf3d79027c 100644 --- a/applications/DamApplication/custom_processes/dam_temperature_by_device_process.hpp +++ b/applications/DamApplication/custom_processes/dam_temperature_by_device_process.hpp @@ -51,11 +51,7 @@ class DamTemperaturebyDeviceProcess : public Process "is_fixed" : false, "value" : 0.0, "table" : 0, - "position" : [0.0,0.0,0.0], - "interval":[ - 0.0, - 0.0 - ] + "position" : [0.0,0.0,0.0] } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_uplift_circular_condition_load_process.hpp b/applications/DamApplication/custom_processes/dam_uplift_circular_condition_load_process.hpp index 6e94e4a3cb6a..a7fc122ed3b5 100644 --- a/applications/DamApplication/custom_processes/dam_uplift_circular_condition_load_process.hpp +++ b/applications/DamApplication/custom_processes/dam_uplift_circular_condition_load_process.hpp @@ -60,11 +60,7 @@ class DamUpliftCircularConditionLoadProcess : public Process "Height_drain" : 0.0, "Distance" : 0.0, "Effectiveness" : 0.0, - "table" : 0, - "interval":[ - 0.0, - 0.0 - ] + "table" : 0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_uplift_condition_load_process.hpp b/applications/DamApplication/custom_processes/dam_uplift_condition_load_process.hpp index 7003f08c4e2e..22918fd376ed 100644 --- a/applications/DamApplication/custom_processes/dam_uplift_condition_load_process.hpp +++ b/applications/DamApplication/custom_processes/dam_uplift_condition_load_process.hpp @@ -60,11 +60,7 @@ class DamUpliftConditionLoadProcess : public Process "Drains" : false, "Height_drain" : 0.0, "Distance" : 0.0, - "Effectiveness" : 0.0, - "interval":[ - 0.0, - 0.0 - ] + "Effectiveness" : 0.0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them diff --git a/applications/DamApplication/custom_processes/dam_westergaard_condition_load_process.hpp b/applications/DamApplication/custom_processes/dam_westergaard_condition_load_process.hpp index 6df37564c25a..c21fe003128f 100644 --- a/applications/DamApplication/custom_processes/dam_westergaard_condition_load_process.hpp +++ b/applications/DamApplication/custom_processes/dam_westergaard_condition_load_process.hpp @@ -54,11 +54,7 @@ class DamWestergaardConditionLoadProcess : public Process "Water_level" : 0.0, "Water_Table" : 0, "Aceleration" : 0.0, - "Aceleration_Table" : 0, - "interval":[ - 0.0, - 0.0 - ] + "Aceleration_Table" : 0 } )"); // Some values need to be mandatorily prescribed since no meaningful default value exist. For this reason try accessing to them From 3db8d6946af9c306e8075382979f5264cdeeb088 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 13:58:51 +0100 Subject: [PATCH 20/24] Addressing codacy suggestions (I) --- .../python_scripts/pfem_fluid_thermally_coupled_solver.py | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/PfemFluidDynamicsApplication/python_scripts/pfem_fluid_thermally_coupled_solver.py b/applications/PfemFluidDynamicsApplication/python_scripts/pfem_fluid_thermally_coupled_solver.py index 83426b1c1b7e..9e93a2c5889d 100644 --- a/applications/PfemFluidDynamicsApplication/python_scripts/pfem_fluid_thermally_coupled_solver.py +++ b/applications/PfemFluidDynamicsApplication/python_scripts/pfem_fluid_thermally_coupled_solver.py @@ -1,5 +1,4 @@ from __future__ import print_function, absolute_import, division -import sys # Importing the Kratos Library import KratosMultiphysics as KM From 7550e2ca4981cf94da46d2b9450a54f13efd5fdb Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 13:59:07 +0100 Subject: [PATCH 21/24] Addressing codacy suggestions (II) --- .../python_scripts/pfem_fluid_thermally_coupled_solver.py | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/PfemFluidDynamicsApplication/python_scripts/pfem_fluid_thermally_coupled_solver.py b/applications/PfemFluidDynamicsApplication/python_scripts/pfem_fluid_thermally_coupled_solver.py index 9e93a2c5889d..c2e2f210670e 100644 --- a/applications/PfemFluidDynamicsApplication/python_scripts/pfem_fluid_thermally_coupled_solver.py +++ b/applications/PfemFluidDynamicsApplication/python_scripts/pfem_fluid_thermally_coupled_solver.py @@ -5,7 +5,6 @@ # Import applications import KratosMultiphysics.PfemFluidDynamicsApplication as KratosPfemFluid -import KratosMultiphysics.ConvectionDiffusionApplication as KratosConvDiff # Importing the base class from KratosMultiphysics.python_solver import PythonSolver From c648b0ae86e7e9297e0efd254a201c11cdfabfff Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Wed, 4 Mar 2020 14:51:03 +0100 Subject: [PATCH 22/24] Addressing codacy suggestions (III) --- .../set_mesh_velocity_for_thermal_coupling_process.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/PfemFluidDynamicsApplication/custom_processes/set_mesh_velocity_for_thermal_coupling_process.hpp b/applications/PfemFluidDynamicsApplication/custom_processes/set_mesh_velocity_for_thermal_coupling_process.hpp index f117b6af10f5..4a65a838a288 100644 --- a/applications/PfemFluidDynamicsApplication/custom_processes/set_mesh_velocity_for_thermal_coupling_process.hpp +++ b/applications/PfemFluidDynamicsApplication/custom_processes/set_mesh_velocity_for_thermal_coupling_process.hpp @@ -35,7 +35,7 @@ class SetMeshVelocityForThermalCouplingProcess : public Process { KRATOS_CLASS_POINTER_DEFINITION(SetMeshVelocityForThermalCouplingProcess); /// Constructor - SetMeshVelocityForThermalCouplingProcess(ModelPart& model_part) : rModelPart(model_part) {} + explicit SetMeshVelocityForThermalCouplingProcess(ModelPart& model_part) : rModelPart(model_part) {} /// Destructor. ~SetMeshVelocityForThermalCouplingProcess() override {} From ca050f8ea5ec54fd5b282f66a2a1ecd26437d1a9 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Mon, 4 May 2020 12:57:04 +0200 Subject: [PATCH 23/24] Update thermal test after #6722 --- .../2D_thermal_coupling/ProjectParameters.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ProjectParameters.json b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ProjectParameters.json index fa565c74b42d..9e89dc4c3ba3 100644 --- a/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ProjectParameters.json +++ b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ProjectParameters.json @@ -93,6 +93,11 @@ "meshing_frequency" : 1.0, "write_totalVolumeBeforeMeshing" : false, "meshing_before_output" : true, + "update_conditions_on_free_surface" : { + "update_conditions" : false, + "sub_model_part_list" : [], + "reference_condition_list" : [] + }, "meshing_domains" : [{ "model_part_name" : "Fluid", "python_module" : "fluid_meshing_domain", From a31e146cecccadf9166261c4df0dd5151fd86fd1 Mon Sep 17 00:00:00 2001 From: Massimiliano Zecchetto Date: Mon, 4 May 2020 13:20:29 +0200 Subject: [PATCH 24/24] Update thermal test to avoid warning --- .../2D_thermal_coupling/ConvectionDiffusionMaterials.json | 2 +- .../2D_thermal_coupling/PFEMFluidMaterials.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ConvectionDiffusionMaterials.json b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ConvectionDiffusionMaterials.json index f143ae9b9ec6..1f2d44bbe1b2 100644 --- a/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ConvectionDiffusionMaterials.json +++ b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/ConvectionDiffusionMaterials.json @@ -1,7 +1,7 @@ { "properties" : [{ "model_part_name" : "ThermalModelPart.Parts_Parts_Auto1", - "properties_id" : 2, + "properties_id" : 1, "Material" : { "Variables" : { "SPECIFIC_HEAT" : 10.0, diff --git a/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/PFEMFluidMaterials.json b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/PFEMFluidMaterials.json index 695d8f54779c..af5a866abbe7 100644 --- a/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/PFEMFluidMaterials.json +++ b/applications/PfemFluidDynamicsApplication/tests/pfem_utilities_tests/2D_thermal_coupling/PFEMFluidMaterials.json @@ -1,7 +1,7 @@ { "properties" : [{ "model_part_name" : "PfemFluidModelPart.Parts_Parts_Auto1", - "properties_id" : 1, + "properties_id" : 2, "Material" : { "constitutive_law" : { "name" : "Newtonian2DLaw"