Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a method to convert all NoMass constructions across a model #853

Open
michaldengusiak opened this issue Mar 29, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request wish New feature or request which is not critical to continued development at this point

Comments

@michaldengusiak
Copy link

Allow to replace in model all EnergyMaterialNoMass into detail EnergyMaterial
some tools do not support simplified versions and conductivity..etc is required

    {
     "roughness": "MediumSmooth", 
     "visible_absorptance": 0.69999999999999996, 
     "solar_absorptance": 0.69999999999999996, 
     "identifier": "Typical Insulation-R4", 
     "thermal_absorptance": 0.90000000000000002, 
     "type": "EnergyMaterialNoMass", 
     "r_value": 0.70444073523953932
    }, 
    {
     "conductivity": 0.15989299909405608, 
     "specific_heat": 1459.0586153813556, 
     "density": 1121.2925638172201, 
     "thermal_absorptance": 0.90000000000000002, 
     "thickness": 0.009499999999999998, 
     "solar_absorptance": 0.69999999999999996, 
     "visible_absorptance": 0.69999999999999996, 
     "roughness": "VeryRough", 
     "type": "EnergyMaterial", 
     "identifier": "Roof Membrane"
    }, 
@chriswmackey chriswmackey self-assigned this Mar 29, 2022
@chriswmackey chriswmackey added enhancement New feature or request wish New feature or request which is not critical to continued development at this point labels Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wish New feature or request which is not critical to continued development at this point
Projects
None yet
Development

No branches or pull requests

2 participants