Material Functions
Get information about the constituent materials and the GeoDict material database.
gd.getConstituentMaterials
Returns the map of the current constituent materials as Python dictionary.
Input: None
Example:
|
gd.getDataBaseMaterial
Returns the information of the given material in the GeoDict material database as Python dictionary.
Input:
Example:
|
gd.getMaterialDataBaseFolder
Returns the folder path of the material data base folder containing the defined materials and their parameters as a string.
Input: None
Example:
|
gd.setTemperature
Sets the current temperature for the simulation solvers to change the constituent material properties accordingly. The available units are Celsius, Kelvin and Fahrenheit.
Input:
- temperature, float
- unit, string
Example:
|