First time here? Check out the Help page!
1 | initial version |
There are a few options for running a simulation for a single space. There are a few issues involved. The first is how to have OpenStudio only simulation the space you want. The second part is handling HVAC systems that should be ignored that don't participate in conditioning of the space you are modeling. As far as spaces, what do you want to happen to the surfaces for your space if you don't have adjacent zones. Presumably you don't want them to revert to being exposed to the outside environment. A simple option is to mimic behavior where adjacent zones have the same temperature as your space. Using an adiabatic boundary condition can do this. OpenStudio is just adding support for OtherSideCoeficent objects, which would allow you to associate temperature schedules with adjacent surfaces; initially this will just be available in the API and not the GUI. The adiabatic solution you can do today in the GUI. On the HVAC side you can support Air and Plant loops that don't directly support this space. This work should be done in a copy of your model. A measure that fully automates this would be great, I'm not aware of one yet, but I have seen others do this with large models to allow quick testing of specific parts of their model. Below are a few options you could take. In any of these work in a copy of your model.
There is nothing in particular that is tricky about writing a measure to automate this, but just takes a lot of thought for how it should behave. Ideally it could use adjacent zone temps to create schedules for use with OtherSideCoefficients, and it can automatically remove necessary spaces and HVAC components. Anything that was not autosized in the system should probably be autosized? We also sometimes just put in district heating and cooling on the plant when we are just modeling a single zone. of a larger building.
2 | No.2 Revision |
There are a few options for running a simulation for a single space. There are a few issues involved. The first is how to have OpenStudio only simulation the space you want. The second part is handling HVAC systems that should be ignored that don't participate in conditioning of the space you are modeling. As far as spaces, what do you want to happen to the surfaces for your space if you don't have adjacent zones. Presumably you don't want them to revert to being exposed to the outside environment. A simple option is to mimic behavior where adjacent zones have the same temperature as your space. Using an adiabatic boundary condition can do this. OpenStudio is just adding support for OtherSideCoeficent objects, which would allow you to associate temperature schedules with adjacent surfaces; initially this will just be available in the API and not the GUI. The adiabatic solution you can do today in the GUI. On the HVAC side you can support Air and Plant loops that don't directly support this space. This work should be done in a copy of your model. A measure that fully automates this would be great, I'm not aware of one yet, but I have seen others do this with large models to allow quick testing of specific parts of their model. Below are a few options you could take. In any of these work in a copy of your model.
There is nothing in particular that is tricky about writing a measure to automate this, but just takes a lot of thought for how it should behave. Ideally it could use adjacent zone temps to create schedules for use with OtherSideCoefficients, and it can automatically remove necessary spaces and HVAC components. Anything that was not autosized in the system should probably be autosized? We also sometimes just put in district heating and cooling on the plant when we are just modeling a single zone. of a larger building.
3 | No.3 Revision |
There are a few options for running a simulation for a single space. There are a few issues involved. The first is how to have OpenStudio only simulation simulate the space you want. The second part is handling HVAC systems that should be ignored that don't participate in conditioning of the space you are modeling. As far as spaces, what do you want to happen to the surfaces for your space if you don't have adjacent zones. Presumably you don't want them to revert to being exposed to the outside environment. A simple option is to mimic behavior where adjacent zones have the same temperature as your space. Using an adiabatic boundary condition can do this. OpenStudio is just adding has just added support for OtherSideCoeficent objects, which would allow you to associate temperature schedules with adjacent surfaces; initially this will just be available in the API and not the GUI. The adiabatic solution you can do today in the GUI. On the HVAC side you can support remove Air and Plant loops that don't directly support this space. This work should be done in a copy of your model. A measure that fully automates this would be great, I'm not aware of one yet, but I have seen others do this with large models to allow quick testing of specific parts of their model. Below are a few options you could take. In any of these work in a copy of your model.
There is nothing in particular that is tricky about writing a measure to automate all of this, but just takes a lot of thought for about how it should behave. Ideally it could use adjacent zone temps setpoint temperatures to create schedules for use with OtherSideCoefficients, and it can could automatically remove necessary spaces and HVAC components. components and loops. Anything that was not autosized in the system should probably be autosized? We also sometimes just put in district heating and cooling on the plant when we are just modeling a single zone. of a larger building.