Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.06 KB

EnergyWindowMaterialGasMixture.md

File metadata and controls

17 lines (12 loc) · 1.06 KB

DragonflySchema.Model.EnergyWindowMaterialGasMixture

Properties

Name Type Description Notes
UserData Object Optional dictionary of user data associated with the object.All keys and values of this dictionary should be of a standard data type to ensure correct serialization of the object (eg. str, float, int, list). [optional]
GasTypes List<GasType> List of gases in the gas mixture.
GasFractions List<double> A list of fractional numbers describing the volumetric fractions of gas types in the mixture. This list must align with the gas_types list and must sum to 1.
Type string [optional] [readonly] [default to "EnergyWindowMaterialGasMixture"]
Thickness double The thickness of the gas mixture layer in meters. [optional] [default to 0.0125D]

[Back to Model list] [Back to API list] [Back to README]