[TCAE-23.03v1] /TCAE/etc/CAEProcessorDefaults.tcae: setting defaults values
- Post By Anthony TECHER
- 1 year ago
- Post Type Public
Hello everyone,
I'm having a problem with a value (Cp: specific heat) that I want to set as default in all my TCAE projects. For that I modified the file TCAE-23.03v1/TCAE/etc/CAEProcessorDefaults.tcae by adding
Cp "1800_J/(kg.K)"
When I create a new TCAE project, the value of Cp is well defined at 1800 J/kg/K. However, it seems that when through the GUI I set the value to 0
and that I save, restore then check, no error is reported and I can run the simulation without any problem. That's when I looked at the TCAEproject/setup file and I was surprised to see that the heat capacity value was changed to
Cp "1004_J/(kg.K)"
This value corresponds to the air, originally set by default in the CAEProcessorDefaults.tcae configuration file.
So why my value that I set to 1800 J/kg/K was not returned ?