add THERMEXR field property

this is the thermal expansion ratio for each cell in a mechanics model
write this to the .INIT file for relevant models
This commit is contained in:
hnil
2023-08-17 08:23:59 +02:00
committed by Arne Morten Kvarving
parent 1948dc5d51
commit 861be6be91
4 changed files with 14 additions and 0 deletions

View File

@@ -151,6 +151,7 @@ static const std::unordered_map<std::string, keyword_info<double>> double_keywor
{"PRATIO", keyword_info<double>{}.unit_string("1")},
{"BIOTCOEF", keyword_info<double>{}.unit_string("1")},
{"POELCOEF", keyword_info<double>{}.unit_string("1")},
{"THERMEXR", keyword_info<double>{}.unit_string("1/AbsoluteTemperature")},
{"MULTX", keyword_info<double>{}.init(1.0).mult(true)},
{"MULTX-", keyword_info<double>{}.init(1.0).mult(true)},
{"MULTY", keyword_info<double>{}.init(1.0).mult(true)},