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:
committed by
Arne Morten Kvarving
parent
1948dc5d51
commit
861be6be91
@@ -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)},
|
||||
|
||||
Reference in New Issue
Block a user