complexType · extension complexBaseType · all
Specific heat map, containing the specific heat capacity of a material at different temperatures.
The specific heat of a material can vary with the temperature. The vectors specificHeat and temperature must have the same size to be valid. The data should be linearly interpolated.
| Name | Type | Constraints | Use | Default | Description |
|---|---|---|---|---|---|
@externalDataDirectory | xsd:string | optional | Directory of the external data file | ||
@externalDataNodePath | xsd:string | optional | Path of the node inside the external data file | ||
@externalFileName | xsd:string | optional | Name of the external data file |
| Name | Type | Constraints | OccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration. | Default | Description |
|---|---|---|---|---|---|
| allThe children below may appear in any order. Each may appear at most once. | |||||
temperature | stringVectorBaseType | [1..1] required | Temperature in [K] | ||
specificHeat | stringVectorBaseType | [1..1] required | Specific heat capacity of the material in [J/(kg*K)] | ||
| Type | Name |
|---|---|
materialType | specificHeatMap |