We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cloning doesn't bring the object to a new model.
Should clone it as it's required.
m = Model.new hx = GroundHeatExchangerHorizontalTrench.new(m) puts hx m2 = Model.new hx.clone(m2) puts m2 OS:Version, {d12a3c48-451e-4dac-954c-494e8a18c4ed}, !- Handle 3.7.0; !- Version Identifier OS:GroundHeatExchanger:HorizontalTrench, {e8e722ef-33cf-429b-968b-62e0cdd9ca15}, !- Handle Ground Heat Exchanger Horizontal Trench 1, !- Name , !- Inlet Node Name , !- Outlet Node Name 0.004, !- Design Flow Rate {m3/s} 75, !- Trench Length in Pipe Axial Direction {m} 2, !- Number of Trenches 2, !- Horizontal Spacing Between Pipes {m} 0.016, !- Pipe Inner Diameter {m} 0.02667, !- Pipe Outer Diameter {m} 1.25, !- Burial Depth {m} 1.08, !- Soil Thermal Conductivity {W/m-K} 962, !- Soil Density {kg/m3} 2576, !- Soil Specific Heat {J/kg-K} 0.3895, !- Pipe Thermal Conductivity {W/m-K} 641, !- Pipe Density {kg/m3} 2405, !- Pipe Specific Heat {J/kg-K} 30, !- Soil Moisture Content Percent {percent} 50, !- Soil Moisture Content Percent at Saturation {percent} , !- Undisturbed Ground Temperature Model <---------- /!\ BLANK! 0.408; !- Evapotranspiration Ground Cover Parameter
Adjust clone / parent-child relationship.
Some additional details about your environment for this issue (if relevant):
Reported at openstudiocoalition/OpenStudioApplication#649 and https://unmethours.com/question/97673/horizontal-ground-heat-exchanger/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue overview
Current Behavior
Cloning doesn't bring the object to a new model.
Expected Behavior
Should clone it as it's required.
Steps to Reproduce
Possible Solution
Adjust clone / parent-child relationship.
Details
Environment
Some additional details about your environment for this issue (if relevant):
Context
Reported at openstudiocoalition/OpenStudioApplication#649 and https://unmethours.com/question/97673/horizontal-ground-heat-exchanger/
The text was updated successfully, but these errors were encountered: