diff --git a/.github/workflows/app_build.yml b/.github/workflows/app_build.yml index 38b28277d..9494b9e33 100644 --- a/.github/workflows/app_build.yml +++ b/.github/workflows/app_build.yml @@ -32,18 +32,8 @@ jobs: # fail-fast: Default is true, switch to false to allow one platform to fail and still run others fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-13, macos-arm64] + os: [ubuntu-22.04, ubuntu-24.04, windows-2022, macos-13, macos-arm64] include: - - os: ubuntu-20.04 - SELF_HOSTED: false - PLATFORM_NAME: Linux - BINARY_EXT: deb - COMPRESSED_EXT: tar.gz - BINARY_PKG_PATH: _CPack_Packages/Linux/DEB - COMPRESSED_PKG_PATH: _CPack_Packages/Linux/TGZ - QT_OS_NAME: linux - QT_ARCH: gcc_64 - arch: x86_64 - os: ubuntu-22.04 SELF_HOSTED: false PLATFORM_NAME: Linux @@ -81,8 +71,8 @@ jobs: COMPRESSED_EXT: tar.gz BINARY_PKG_PATH: _CPack_Packages/Darwin/IFW COMPRESSED_PKG_PATH: _CPack_Packages/Darwin/TGZ - MACOSX_DEPLOYMENT_TARGET: 11.0 - SDKROOT: /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk + MACOSX_DEPLOYMENT_TARGET: 13.0 + SDKROOT: /Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk QT_OS_NAME: mac QT_ARCH: clang_64 arch: x86_64 @@ -93,8 +83,8 @@ jobs: COMPRESSED_EXT: tar.gz BINARY_PKG_PATH: _CPack_Packages/Darwin/IFW COMPRESSED_PKG_PATH: _CPack_Packages/Darwin/TGZ - MACOSX_DEPLOYMENT_TARGET: 12.1 - SDKROOT: /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk + MACOSX_DEPLOYMENT_TARGET: 13.0 + SDKROOT: /Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk QT_OS_NAME: mac QT_ARCH: arm_64 arch: arm64 @@ -106,7 +96,7 @@ jobs: - uses: actions/setup-python@v5 if: ${{ !matrix.SELF_HOSTED }} with: - python-version: '3.8.x' + python-version: '3.12.x' - uses: ruby/setup-ruby@v1 if: ${{ !matrix.SELF_HOSTED }} @@ -194,7 +184,7 @@ jobs: echo "/Users/irvinemac/Qt/Tools/QtInstallerFramework/4.3/bin/" >> $GITHUB_PATH else echo "Setting Xcode version" - sudo xcode-select -s "/Applications/Xcode_15.0.1.app/Contents/Developer/" + sudo xcode-select -s "/Applications/Xcode_15.2.app/Contents/Developer/" echo "Using brew to install ninja" brew install ninja md5sha1sum ccache @@ -435,7 +425,7 @@ jobs: echo "Qt $QT_VERSION already installed" else echo "Install aqtinstall, then install Qt $QT_VERSION for ${{ matrix.QT_OS_NAME }} ${{ matrix.QT_ARCH }}" - pip show setuptools + pip show setuptools || true pip install setuptools --upgrade pip3 install aqtinstall aqt install-qt --outputdir ./build/Qt-install/ ${{ matrix.QT_OS_NAME }} desktop $QT_VERSION ${{ matrix.QT_ARCH }} -m qtwebchannel qtwebengine qtwebview qt5compat qtpositioning qtcharts @@ -517,27 +507,6 @@ jobs: conan install . --output-folder=./build --build=missing -c tools.cmake.cmaketoolchain:generator=Ninja -s compiler.cppstd=20 -s build_type=Release fi - if [ "${{ matrix.SELF_HOSTED }}" == "true" ]; then - # TODO: temp... this is unfortunate but the OS SDK arm64 rc2 package has a different sha when extracted... - # OpenStudio-3.8.0-rc2+af997f4fef-Darwin-x86_64.tar.gz on github, but when extracted it's OpenStudio-3.8.0-rc2+06d9d975e1-Darwin-arm64 - cmake --preset conan-release -DQT_INSTALL_DIR:PATH=${{ env.QT_INSTALL_DIR }} \ - -DBUILD_DOCUMENTATION:BOOL=${{ env.BUILD_DOCUMENTATION }} \ - -DBUILD_PACKAGE:BOOL=${{ env.BUILD_PACKAGE }} \ - -DCPACK_BINARY_TGZ:BOOL=ON \ - -DANALYTICS_API_SECRET:STRING=${{ secrets.ANALYTICS_API_SECRET }} \ - -DANALYTICS_MEASUREMENT_ID:STRING=${{ secrets.ANALYTICS_MEASUREMENT_ID }} || true - - ls $(pwd)/build/OpenStudio-3.8.0 || true - OS_DIR=$(find "$(pwd)/build/OpenStudio-3.8.0" -name openstudioConfig.cmake) - OS_DIR=$(dirname $OS_DIR) - cmake --preset conan-release -DQT_INSTALL_DIR:PATH=${{ env.QT_INSTALL_DIR }} \ - -DBUILD_DOCUMENTATION:BOOL=${{ env.BUILD_DOCUMENTATION }} \ - -DBUILD_PACKAGE:BOOL=${{ env.BUILD_PACKAGE }} \ - -DCPACK_BINARY_TGZ:BOOL=ON \ - -DANALYTICS_API_SECRET:STRING=${{ secrets.ANALYTICS_API_SECRET }} \ - -DANALYTICS_MEASUREMENT_ID:STRING=${{ secrets.ANALYTICS_MEASUREMENT_ID }} -Dopenstudio_DIR:PATH=$OS_DIR - fi - if [ "$RUNNER_OS" == "macOS" ]; then cmake --preset conan-release -DQT_INSTALL_DIR:PATH=${{ env.QT_INSTALL_DIR }} \ -DBUILD_DOCUMENTATION:BOOL=${{ env.BUILD_DOCUMENTATION }} \ diff --git a/CMake/install_codesign_script_OpenStudioApp.cmake b/CMake/install_codesign_script_OpenStudioApp.cmake index 62976469d..31ce64220 100644 --- a/CMake/install_codesign_script_OpenStudioApp.cmake +++ b/CMake/install_codesign_script_OpenStudioApp.cmake @@ -100,11 +100,11 @@ endif() set(FILES_TO_SIGN EnergyPlus/ExpandObjects - EnergyPlus/energyplus-24.1.0 + EnergyPlus/energyplus-24.2.0 EnergyPlus/energyplus.1 - EnergyPlus/libenergyplusapi.24.1.0.dylib + EnergyPlus/libenergyplusapi.24.2.0.dylib EnergyPlus/libintl.8.dylib - EnergyPlus/libpython3.8.dylib + EnergyPlus/libpython3.12.dylib Ruby/openstudio.bundle Radiance/bin/vinfo @@ -284,8 +284,8 @@ foreach(path ${FILES_TO_SIGN}) list(APPEND _FULL_PATHS "${CMAKE_INSTALL_PREFIX}/${path}") endforeach() -file(GLOB_RECURSE _PYTHON_SOS "${CMAKE_INSTALL_PREFIX}/EnergyPlus/python_standard_lib/**/*.so") -file(GLOB _numpy_dylibs "${CMAKE_INSTALL_PREFIX}/EnergyPlus/python_standard_lib/numpy/.dylibs/*.dylib") +file(GLOB_RECURSE _PYTHON_SOS "${CMAKE_INSTALL_PREFIX}/EnergyPlus/python_lib/**/*.so") +file(GLOB _numpy_dylibs "${CMAKE_INSTALL_PREFIX}/EnergyPlus/python_lib/numpy/.dylibs/*.dylib") list (APPEND _PYTHON_SOS ${_numpy_dylibs}) print_relative_paths(PREFIX "FULL_PATHS=" ABSOLUTE_PATHS ${_FULL_PATHS}) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a233204c..e827969c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ if(CCACHE_PROGRAM) set(CMAKE_C_COMPILER_LAUNCHER ${CCACHE_PROGRAM} CACHE FILEPATH "C compiler cache used") endif() -project(OpenStudioApplication VERSION 1.8.0) +project(OpenStudioApplication VERSION 1.9.0) # Check system info globally so we can use it everywhere after: Has to be done before FindOpenStudioSDK.cmake if(APPLE) @@ -272,7 +272,7 @@ endif() # TODO: Modify the more specific variables as needed to indicate prerelease, etc # Keep in beta in-between release cycles. Set to empty string (or comment out) for official) -set(PROJECT_VERSION_PRERELEASE "") +set(PROJECT_VERSION_PRERELEASE "rc1") # OpenStudio version: Only include Major.Minor.Patch, eg "3.0.0", even if you have a prerelease tag set(OPENSTUDIOAPPLICATION_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") @@ -798,7 +798,7 @@ install(IMPORTED_RUNTIME_ARTIFACTS openstudio::pythonengine DESTINATION ${LIB_DE # TODO: we should probably just install the **entire** OS SDK bin/ directory... if(WIN32) - install(PROGRAMS $<$:${openstudio_ROOT_DIR}/bin/python38_d.dll>$<$:${openstudio_ROOT_DIR}/bin/python38.dll>$<$:${openstudio_ROOT_DIR}/bin/python38.dll>$<$:${openstudio_ROOT_DIR}/bin/python38.dll> DESTINATION bin COMPONENT "CLI") + install(PROGRAMS $<$:${openstudio_ROOT_DIR}/bin/python312_d.dll>$<$:${openstudio_ROOT_DIR}/bin/python312.dll>$<$:${openstudio_ROOT_DIR}/bin/python312.dll>$<$:${openstudio_ROOT_DIR}/bin/python312.dll> DESTINATION bin COMPONENT "CLI") endif() # install(PROGRAMS ${OS_CLI_IMPORTED_PATH} DESTINATION bin COMPONENT "CLI" RENAME "${OS_CLI_IMPORTED_NAME}") @@ -863,7 +863,7 @@ elseif(UNIX) # set(CPACK_DEBIAN_PACKAGE_DEBUG ON) # Focal Fossa (20.04) uses libwxgtk3.0-gtk3-0v5, apparently need libxcb-xinerama0 as well - set(CPACK_DEBIAN_PACKAGE_DEPENDS "libxcb-xinerama0 (>= 1.13), libwxgtk3.0-0v5 (>= 3.0.0) | libwxgtk3.0-0 (>=3.0.0) | libwxgtk3.0-gtk3-0v5 (>=3.0.0) | libwxgtk3.2-1t64 (>= 3.2.0), libxcb-cursor0") + set(CPACK_DEBIAN_PACKAGE_DEPENDS "libxcb-xinerama0 (>= 1.13), libwxgtk3.0-0v5 (>= 3.0.0) | libwxgtk3.0-0 (>=3.0.0) | libwxgtk3.0-gtk3-0v5 (>=3.0.0) | libwxgtk3.2-1t64 (>= 3.2.0) | libwxgtk3.2-1 (>= 3.2.0), libxcb-cursor0") # These two will set the .deb install path correctly set(CPACK_SET_DESTDIR ON) diff --git a/FindOpenStudioSDK.cmake b/FindOpenStudioSDK.cmake index 612e18001..4d3a1be12 100644 --- a/FindOpenStudioSDK.cmake +++ b/FindOpenStudioSDK.cmake @@ -1,12 +1,12 @@ set(OPENSTUDIO_VERSION_MAJOR 3) -set(OPENSTUDIO_VERSION_MINOR 8) +set(OPENSTUDIO_VERSION_MINOR 9) set(OPENSTUDIO_VERSION_PATCH 0) set(OPENSTUDIO_VERSION "${OPENSTUDIO_VERSION_MAJOR}.${OPENSTUDIO_VERSION_MINOR}.${OPENSTUDIO_VERSION_PATCH}") #If this is an official release, leave this "", otherwise put for eg '-rc1' set(OPENSTUDIO_VERSION_PRERELEASE "") # Enter SHA, always, eg "+79857912c4" -set(OPENSTUDIO_VERSION_SHA "+f953b6fcaf") +set(OPENSTUDIO_VERSION_SHA "+c77fbb9569") # Paths where the cmake-downloaded archives will be put set(OPENSTUDIO_ARCHIVE_DIR "${PROJECT_BINARY_DIR}/OpenStudio-${OPENSTUDIO_VERSION}") @@ -17,34 +17,32 @@ set(OPENSTUDIO_EXT "tar.gz") if(APPLE) set(OPENSTUDIO_PLATFORM "Darwin-${ARCH}") if(ARCH MATCHES "arm64") - set(OPENSTUDIO_EXPECTED_HASH 0e983b1a7bd2eed2b27c866125e0716b) + set(OPENSTUDIO_EXPECTED_HASH b373b0f23b529f9764464aae13725558) else() - set(OPENSTUDIO_EXPECTED_HASH 8be3effb0599888511958999774df569) + set(OPENSTUDIO_EXPECTED_HASH 39c5ae27eeb840472e36b728ab906315) endif() elseif(UNIX) set(OPENSTUDIO_PLATFORM "${LSB_RELEASE_ID_SHORT}-${LSB_RELEASE_VERSION_SHORT}-${ARCH}") if(LSB_RELEASE_VERSION_SHORT MATCHES "24.04") - set(OPENSTUDIO_PLATFORM "${LSB_RELEASE_ID_SHORT}-22.04-${ARCH}") + #set(OPENSTUDIO_PLATFORM "${LSB_RELEASE_ID_SHORT}-22.04-${ARCH}") if (ARCH MATCHES "arm64") - set(OPENSTUDIO_EXPECTED_HASH ff544a9dfa4846de6af959a0c1ec926d) + set(OPENSTUDIO_EXPECTED_HASH 4c35af3cc4e8d7b1aed2dd98b678a243) else() - set(OPENSTUDIO_EXPECTED_HASH b14c71b37a01040f3216abc68488ed62) + set(OPENSTUDIO_EXPECTED_HASH 256d18d2d7036883823f2aeae180dfaa) endif() elseif(LSB_RELEASE_VERSION_SHORT MATCHES "22.04") if (ARCH MATCHES "arm64") - set(OPENSTUDIO_EXPECTED_HASH ff544a9dfa4846de6af959a0c1ec926d) + set(OPENSTUDIO_EXPECTED_HASH fd1ba05628eb55b3bb72923a8395e267) else() - set(OPENSTUDIO_EXPECTED_HASH b14c71b37a01040f3216abc68488ed62) + set(OPENSTUDIO_EXPECTED_HASH 67522b9a1ba5749cf0b3cf101a6131cf) endif() - elseif(LSB_RELEASE_VERSION_SHORT MATCHES "20.04") - set(OPENSTUDIO_EXPECTED_HASH 98539ab193b15a140146add5e089900c) else() - message(FATAL_ERROR "OpenStudio SDK no longer provides packages for Ubuntu 18.04") + message(FATAL_ERROR "OpenStudio SDK no longer provides packages for Ubuntu 20.04 or older") endif() elseif(WIN32) - set(OPENSTUDIO_EXPECTED_HASH 26395d446a91a0042d3976cabd0fb5ab) + set(OPENSTUDIO_EXPECTED_HASH c3a1ec4bc98d7418780a702036ce0edb) set(OPENSTUDIO_PLATFORM "Windows") endif() diff --git a/README.md b/README.md index 43eac571d..b8b6bdfde 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ | | Build Status | |-------------------------|--------------| -| master | [![C++ CI for OpenStudioApplication - master](https://github.com/openstudiocoalition/OpenStudioApplication/workflows/C++%20CI%20for%20OpenStudioApplication/badge.svg?branch=master)](https://github.com/openstudiocoalition/OpenStudioApplication/actions?query=branch%3Amaster)| -| develop | [![C++ CI for OpenStudioApplication - develop](https://github.com/openstudiocoalition/OpenStudioApplication/workflows/C++%20CI%20for%20OpenStudioApplication/badge.svg?branch=develop)](https://github.com/openstudiocoalition/OpenStudioApplication/actions?query=branch%3Adevelop) | +| master | [![C++ CI for OpenStudioApplication - master](https://github.com/openstudiocoalition/OpenStudioApplication/actions/workflows/app_build.yml/badge.svg?branch=master)](https://github.com/openstudiocoalition/OpenStudioApplication/actions/workflows/app_build.yml?query=branch%3Amaster)| +| develop | [![C++ CI for OpenStudioApplication - develop](https://github.com/openstudiocoalition/OpenStudioApplication/actions/workflows/app_build.yml/badge.svg?branch=develop)](https://github.com/openstudiocoalition/OpenStudioApplication/actions/workflows/app_build.yml?query=branch%3Adevelop)| # Important! @@ -13,7 +13,11 @@ For more information about the OpenStudio Coalition, including tutorials and doc # OpenStudio Application -The **OpenStudio Application** is a fully featured graphical interface to OpenStudio models including envelope, loads, schedules, geometry, HVAC, and OpenStudio Measures. The **OpenStudio Application** is open source software and is free to use. The **OpenStudio Application** is built on top of the **[OpenStudio SDK](https://github.com/NREL/OpenStudio)**. The **OpenStudio Application** can be downloaded for Mac, Linux, and Windows on the [Releases page](https://github.com/openstudiocoalition/OpenStudioApplication/releases). +The **OpenStudio Application** is a fully featured graphical interface to OpenStudio models including envelope, loads, schedules, geometry, HVAC, and OpenStudio Measures. The **OpenStudio Application** is open source software and is free to use. The **OpenStudio Application** is built on top of the **[OpenStudio SDK](https://github.com/NREL/OpenStudio)**. + +## Downloading the OpenStudio Application + +The **OpenStudio Application** can be downloaded for Mac, Linux, and Windows by logging in at https://openstudiocoalition.org/app/ ## What is the OpenStudio Software Development Kit (SDK)? diff --git a/ci/install_script_qtifw.qs b/ci/install_script_qtifw.qs index ad6a46bd3..bf63f6e5d 100644 --- a/ci/install_script_qtifw.qs +++ b/ci/install_script_qtifw.qs @@ -66,9 +66,9 @@ Controller.prototype.TargetDirectoryPageCallback = function() }; // Unused -//Controller.prototype.ComponentSelectionPageCallback = function() { - //console.log("---- COMPONENT SELECTION PAGE"); - //logCurrentPage(); +Controller.prototype.ComponentSelectionPageCallback = function() { + console.log("---- COMPONENT SELECTION PAGE"); + logCurrentPage(); //var widget = gui.currentPageWidget(); @@ -106,8 +106,8 @@ Controller.prototype.TargetDirectoryPageCallback = function() //console.log("* " + compName + ": " + installStatus); //} - //gui.clickButton(buttons.NextButton); -//}; + gui.clickButton(buttons.NextButton); +}; Controller.prototype.LicenseAgreementPageCallback = function() { console.log("---- LICENSE AGREEMENT PAGE"); @@ -153,6 +153,7 @@ Controller.prototype.PerformInstallationPageCallback = function() Controller.prototype.FinishedPageCallback = function() { console.log("---- FINISHED PAGE"); logCurrentPage(); + gui.currentPageWidget().RunItCheckBox.setChecked(false); gui.clickButton(buttons.FinishButton); }; diff --git a/conanfile.py b/conanfile.py index de1d732a7..65544f903 100644 --- a/conanfile.py +++ b/conanfile.py @@ -96,7 +96,7 @@ def generate(self): tc.cache_variables["CPACK_SOURCE_ZIP"] = False v = sys.version_info - if (v.major, v.minor) == (3, 8): + if (v.major, v.minor) == (3, 12): python_version = f"{v.major}.{v.minor}.{v.micro}" self.output.info( f"Setting PYTHON_VERSION and Python_ROOT_DIR from your current python: {python_version}, '{sys.base_prefix}'" @@ -105,8 +105,8 @@ def generate(self): tc.cache_variables["Python_ROOT_DIR"] = str(Path(sys.base_prefix)) else: self.output.warning( - "Your current python is not in the 3.8.x range, which is what we target.\n" + "Your current python is not in the 3.12.x range, which is what we target.\n" "You'll need to pass it properly when configuring CMake\n" - "via -DPYTHON_VERSION:STRING='3.8.xx' and -DPython_ROOT_DIR:PATH='/path/to/python3.8/'" + "via -DPYTHON_VERSION:STRING='3.12.xx' and -DPython_ROOT_DIR:PATH='/path/to/python3.8/'" ) tc.generate() diff --git a/src/model_editor/InspectorGadget.cpp b/src/model_editor/InspectorGadget.cpp index 97c7144c7..aae9a1d08 100644 --- a/src/model_editor/InspectorGadget.cpp +++ b/src/model_editor/InspectorGadget.cpp @@ -789,8 +789,11 @@ void InspectorGadget::layoutComboBox(QVBoxLayout* layout, QWidget* parent, opens int idx = combo->findText(curVal.c_str(), Qt::MatchFixedString); if (-1 == idx) { + + // field is currently set to an invalid value idx = 0; - connect(combo, static_cast(&QComboBox::currentTextChanged), this, &InspectorGadget::IGdefaultRemoved); + combo->insertItem(idx, QPixmap(":/images/alert_image.png"), curVal.c_str(), "Invalid"); + //QString errormsg("We have a value:"); //errormsg += curVal.c_str(); //errormsg += " that does not match the allowable values in the idd.Name:"; @@ -887,13 +890,6 @@ void InspectorGadget::checkRemoveBtn(QPushButton* btn) { } //SLOTS -void InspectorGadget::IGdefaultRemoved(const QString& /*unused*/) { - QObject* source = sender(); - auto* w = dynamic_cast(source); - w->setStyleSheet("color:black"); - // using old style disconnect here - disconnect(source, nullptr, this, SLOT(IGdefaultRemoved(const QString&))); -} void InspectorGadget::IGvalueChanged(const QString& value) { OS_ASSERT(m_workspaceObj); diff --git a/src/model_editor/InspectorGadget.hpp b/src/model_editor/InspectorGadget.hpp index 1b69f8e37..3dcfb8953 100644 --- a/src/model_editor/InspectorGadget.hpp +++ b/src/model_editor/InspectorGadget.hpp @@ -160,16 +160,6 @@ class MODELEDITOR_API InspectorGadget */ void clear(bool recursive); - /*! \brief changes the color of widgets - * - * When widget are built, if the Field is required but there is no value and no default value - *(which in a way, is bad idf) the IG will put 0 or 0.0 in there for you, but color it red - * to point out that you should address this. Once you set a value, this function is automatically - * called for you and sets the color back to black. - * - */ - void IGdefaultRemoved(const QString&); - void IGvalueChanged(const QString&); void IGcommentChanged(const QString&); diff --git a/src/model_editor/test/Utilities_GTest.cpp b/src/model_editor/test/Utilities_GTest.cpp index fc14eebcc..3fadfdaef 100644 --- a/src/model_editor/test/Utilities_GTest.cpp +++ b/src/model_editor/test/Utilities_GTest.cpp @@ -11,6 +11,7 @@ #include "../Utilities.hpp" #include +#include using openstudio::toPath; using openstudio::toQString; @@ -113,3 +114,35 @@ TEST_F(ModelEditorFixture, Path_Conversions) { EXPECT_EQ(t, std::string(toQString(toString(p)).toUtf8())); EXPECT_EQ(t, toString(toPath(toQString(toString(p))))); } + +TEST_F(ModelEditorFixture, MorePath_Conversions) { + struct PathTestCase + { + std::string inputPath; + QString expectedPath; + QString expectedUrl; + }; + + std::vector testCases = { + {"C:\\Users\\Test\\eplustbl.html", "C:/Users/Test/eplustbl.html", "file:///C:/Users/Test/eplustbl.html"}, + {"C:/Users/Test/eplustbl.html", "C:/Users/Test/eplustbl.html", "file:///C:/Users/Test/eplustbl.html"}, + {"C:\\Users/Test/eplustbl.html", "C:/Users/Test/eplustbl.html", "file:///C:/Users/Test/eplustbl.html"}, + {"C:\\Users\\Test# ^\\eplustbl.html", "C:/Users/Test# ^/eplustbl.html", "file:///C:/Users/Test%23%20%5E/eplustbl.html"}, + {"/home/Test/eplustbl.html", "/home/Test/eplustbl.html", "file:///home/Test/eplustbl.html"}, + {"/home/Test# ^/eplustbl.html", "/home/Test# ^/eplustbl.html", "file:///home/Test%23%20%5E/eplustbl.html"}, + }; + + // double check the conversions in openstudio_lib/ResultsTabView.cpp + for (const auto& testCase : testCases) { + openstudio::path osPath = toPath(testCase.inputPath); + QString qPath = toQString(osPath); + EXPECT_EQ(qPath, testCase.expectedPath); + QUrl url = QUrl::fromLocalFile(qPath); + EXPECT_EQ(url.toString(QUrl::FullyEncoded), testCase.expectedUrl); + + std::cout << "Input: " << testCase.inputPath << ", " + << "OS Path: " << osPath << ", " + << "QPath: " << qPath.toStdString() << ", " + << "Url: " << url.toString().toStdString() << std::endl; + } +} \ No newline at end of file diff --git a/src/openstudio_app/Resources/90_1_2004.osm b/src/openstudio_app/Resources/90_1_2004.osm index c424363a0..19dfb8568 100644 --- a/src/openstudio_app/Resources/90_1_2004.osm +++ b/src/openstudio_app/Resources/90_1_2004.osm @@ -1,7 +1,7 @@ OS:Version, - {280463ae-4bd8-47e7-b41a-c082f6dc8ea3}, !- Handle - 3.8.0; !- Version Identifier + {3af2111f-405d-46a3-88f7-d58ce801196b}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {873e75c7-6e9e-4584-88ed-e4601de70823}, !- Handle @@ -111,7 +111,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {7635f432-85d9-4682-9ded-ab51f442c98d}, !- Handle @@ -185,7 +191,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {efccff81-1c34-4895-9aa1-a40dd0ca8662}, !- Handle @@ -264,7 +276,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {b4f2fe6a-6a18-4e0c-8c1d-70e7bfee47b8}, !- Handle @@ -339,7 +357,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {c7f7c904-d3f9-471b-9428-150f6507656d}, !- Handle @@ -376,7 +400,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {ae93a05b-1b24-4895-bf1a-0bce7e883cad}, !- Handle @@ -441,7 +471,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {3f317f5b-b60d-4d5e-b051-4fbfcc65883e}, !- Handle @@ -520,7 +556,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {32c19d26-7c3c-49cd-a562-8e81f1f63430}, !- Handle @@ -557,7 +599,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {64be5ed4-3c81-44ff-be77-37accdcfc5d3}, !- Handle @@ -594,7 +642,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {13f89870-2e0f-4810-a807-95c5e8986189}, !- Handle @@ -631,7 +685,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {3c6fc1b6-c3b6-49b3-870d-c046db49291c}, !- Handle @@ -668,7 +728,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {b6debba3-5808-40ee-bc67-c8ca4b3082f0}, !- Handle @@ -705,7 +771,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {fe1f1afe-d92c-4d98-a6da-fbf69797f551}, !- Handle @@ -742,7 +814,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {9c9f769d-cbc8-4f4a-be9d-85d0c3e1fabc}, !- Handle diff --git a/src/openstudio_app/Resources/90_1_2007.osm b/src/openstudio_app/Resources/90_1_2007.osm index d4c8b5567..41acbaf42 100644 --- a/src/openstudio_app/Resources/90_1_2007.osm +++ b/src/openstudio_app/Resources/90_1_2007.osm @@ -1,7 +1,7 @@ OS:Version, - {edcf2993-1754-4654-a654-5b95a0ef750a}, !- Handle - 3.8.0; !- Version Identifier + {a1cc2dd7-5453-4d57-945a-e949f813f2e2}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {38884ae1-ae61-413b-8f73-2efa3598c0a2}, !- Handle @@ -111,7 +111,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {f9c6d857-9792-4723-b1c0-200237339545}, !- Handle @@ -185,7 +191,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {701e3013-9560-4177-af56-cb052cb0db57}, !- Handle @@ -260,7 +272,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {bc47fab4-93a4-46a7-9c1d-e7cae31451f9}, !- Handle @@ -297,7 +315,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {04f48ab6-9194-4e2f-a855-bfcd62a5edcb}, !- Handle @@ -362,7 +386,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {4972b183-00d6-44de-ba44-8e754d160fb7}, !- Handle @@ -399,7 +429,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {7d4c17e1-59c6-4205-bdfb-b63f1bb83e25}, !- Handle @@ -474,7 +510,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {59fd1392-8b07-4766-985e-240378f3fb50}, !- Handle @@ -511,7 +553,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {a4d57480-83e4-4a06-b0ba-16706bc6cc04}, !- Handle @@ -576,7 +624,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {5fbd9a0a-94b2-4058-99bc-03ffef4b97d6}, !- Handle @@ -613,7 +667,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {9ddd263f-bcb9-4565-8be5-74b7a595c29a}, !- Handle @@ -650,7 +710,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {6fbb8f7a-d6e0-4870-9107-6be5018dabba}, !- Handle @@ -687,7 +753,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {4bb9f267-0d8a-4770-9de8-13aea49abd95}, !- Handle @@ -724,7 +796,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {6976849c-dd51-49e5-a5a8-3182af3cf30d}, !- Handle @@ -761,7 +839,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {ae779e97-bb6b-45fc-bde5-291c80eb121b}, !- Handle @@ -798,7 +882,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {f660b885-8ae6-47d0-a368-671af1a624d0}, !- Handle @@ -835,7 +925,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {6c860c01-7492-4792-a468-94da03031770}, !- Handle @@ -872,7 +968,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {2cece199-4edf-48f7-84f2-43db13f8a777}, !- Handle diff --git a/src/openstudio_app/Resources/90_1_2010.osm b/src/openstudio_app/Resources/90_1_2010.osm index 55da15e07..e3e1e443e 100644 --- a/src/openstudio_app/Resources/90_1_2010.osm +++ b/src/openstudio_app/Resources/90_1_2010.osm @@ -1,7 +1,7 @@ OS:Version, - {2d41c11e-3843-4b18-9239-f086ddead4e5}, !- Handle - 3.8.0; !- Version Identifier + {6a9d26ad-f4c4-4fc2-aa2f-3161a1c9e200}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {d2e08bbe-a18b-4637-9c36-771750410e04}, !- Handle @@ -111,7 +111,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {b505092c-2cd7-4d09-8a11-eb048d41593c}, !- Handle @@ -185,7 +191,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {5ab4b508-4c02-41b9-856d-6e66fab14483}, !- Handle @@ -222,7 +234,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {22357230-1ad8-457c-a8e8-67094679a445}, !- Handle @@ -259,7 +277,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {833d4b37-d52c-41a4-9261-fda764752105}, !- Handle @@ -334,7 +358,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {7d63ed23-2860-4523-a2ce-d7e3c7c7609b}, !- Handle @@ -371,7 +401,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {619d8d29-9e5e-4493-a1f9-34453ca19e1f}, !- Handle @@ -436,7 +472,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {ed52c55d-0d02-4733-9b7c-65dffe3c4afb}, !- Handle @@ -473,7 +515,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Quadratic, {bd90b781-73e6-4da3-bf1f-be005e2c41e3}, !- Handle @@ -520,7 +568,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {da044af0-822b-44c4-9b9a-e1dd7d3175ac}, !- Handle @@ -557,7 +611,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {e0ece61d-0252-4e00-af24-911394d858af}, !- Handle @@ -594,7 +654,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {82f80d4b-5f10-4b21-8606-8ed7114aee8e}, !- Handle @@ -631,7 +697,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {656095b4-7c23-4d5f-905d-c07c7cb28cef}, !- Handle @@ -668,7 +740,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {3bdbbdb5-149a-4a32-8afa-44f2b1763b45}, !- Handle @@ -705,7 +783,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {9f72275f-8ddc-4d26-a0b3-e976214b776e}, !- Handle @@ -742,7 +826,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {75247042-6535-4078-a111-48b4a728b73c}, !- Handle @@ -779,7 +869,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {ef8260a8-3bbd-4b0a-b51f-5e17411f58d8}, !- Handle @@ -816,7 +912,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {24334066-9bee-427a-9e8e-7f1b3ba5fb9b}, !- Handle @@ -853,7 +955,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {1f53307d-646e-4df5-a690-49bc5cc971b8}, !- Handle @@ -890,7 +998,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {0f856fa9-2a35-4727-aae7-34a717ce1920}, !- Handle diff --git a/src/openstudio_app/Resources/90_1_2013.osm b/src/openstudio_app/Resources/90_1_2013.osm index d9a57dc31..39e94c5f5 100644 --- a/src/openstudio_app/Resources/90_1_2013.osm +++ b/src/openstudio_app/Resources/90_1_2013.osm @@ -1,7 +1,7 @@ OS:Version, - {6372d59a-accc-4b36-953d-4d3b28d71075}, !- Handle - 3.8.0; !- Version Identifier + {8ff715fb-58b5-44f8-8d6f-ed4878f18473}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {e9016661-a49b-4928-810a-daee6c453993}, !- Handle @@ -142,7 +142,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {2d19b3d6-e2f5-4384-b0a9-069463d12d3b}, !- Handle @@ -216,7 +222,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {50f0659f-15bc-4538-9b92-761109d171cf}, !- Handle @@ -295,7 +307,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {293c7304-c179-47c6-9fee-95e00e826104}, !- Handle @@ -332,7 +350,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {0ec34196-da4e-486c-9ede-cf506c0c11b3}, !- Handle @@ -407,7 +431,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {9f678200-1d88-458b-9ceb-bd06cc1c299a}, !- Handle @@ -444,7 +474,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {bc1eb712-a79f-41b4-9d49-cdcac7791c4c}, !- Handle @@ -509,7 +545,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {7e9a4971-e1ff-4572-9361-baa498a0e7c4}, !- Handle @@ -546,7 +588,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {5f4d54b3-f7ca-4ba7-b389-72e199508772}, !- Handle @@ -625,7 +673,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {f6bbe52c-3eb1-4b28-a7cb-d92feff96296}, !- Handle @@ -662,7 +716,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {0d853752-dd70-43c0-90cd-44d5c2b889b3}, !- Handle @@ -699,7 +759,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {e7bf16d0-55d7-4bc6-a0ec-906c8f7ef267}, !- Handle @@ -736,7 +802,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {f0ad16b8-063c-40a9-bd1d-785188dd9f3e}, !- Handle @@ -773,7 +845,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {17fde8c1-6cde-4d72-8075-52c49e45f0f6}, !- Handle @@ -810,7 +888,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {f9059e13-e0cb-4aec-9db3-88c85df6347e}, !- Handle @@ -847,7 +931,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {c6b0d157-baf5-462c-84c2-561bb6b526aa}, !- Handle @@ -884,7 +974,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {6c4a95bf-6bed-418a-b0d3-fb9dcc943854}, !- Handle @@ -921,7 +1017,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {dc057d3e-7ea8-40cd-adee-5c9f5872ed44}, !- Handle @@ -958,7 +1060,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {8abfb562-cb18-41a2-a60d-ba3da1e0cf70}, !- Handle @@ -995,7 +1103,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {c24c09a7-b6fd-4856-8a21-fb49f7faf769}, !- Handle @@ -1032,7 +1146,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {4a457fe5-9848-4058-b1bd-0a969b1db91d}, !- Handle @@ -1069,7 +1189,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {876f5fd0-0336-4e1c-b8ce-2c512f7d06cc}, !- Handle @@ -1106,7 +1232,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {a40da173-48b2-4061-a17b-5ccd1a5b376d}, !- Handle diff --git a/src/openstudio_app/Resources/90_1_2016.osm b/src/openstudio_app/Resources/90_1_2016.osm index 4554174f6..9b7ad3330 100644 --- a/src/openstudio_app/Resources/90_1_2016.osm +++ b/src/openstudio_app/Resources/90_1_2016.osm @@ -1,7 +1,7 @@ OS:Version, - {2ab8d887-210b-49c7-8d08-59e103bf6d3e}, !- Handle - 3.8.0; !- Version Identifier + {bfc9b559-64d5-4c9d-906a-c5eb703f000d}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {57501346-f27b-4305-b993-141739ccfaca}, !- Handle @@ -142,7 +142,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {63f3abb2-ada6-4103-b6b8-d344e17508ee}, !- Handle @@ -216,7 +222,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {2ca52c32-8ded-448d-80c1-2915109a82e5}, !- Handle @@ -253,7 +265,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {5371dd3f-fa7b-4e3b-90d1-efe9eda4cd45}, !- Handle @@ -332,7 +350,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {fa32f3ed-842a-4d22-a62b-e5d9318bb150}, !- Handle @@ -369,7 +393,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {e8e4ecfb-366d-4ba3-8353-bf9373009592}, !- Handle @@ -444,7 +474,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {d90cbe3a-9df5-4da6-b73d-f00974546fe1}, !- Handle @@ -481,7 +517,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {38f4546e-cf49-43d3-b5eb-fbf84c0e11c8}, !- Handle @@ -546,7 +588,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {4b57d554-0502-4b44-8d85-97dabc3fb1e0}, !- Handle @@ -583,7 +631,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {1ca6ea54-e98e-4130-8b66-4d724a3c9c41}, !- Handle @@ -662,7 +716,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {4c912b9b-eef2-4736-a24a-1b2dfd7958ae}, !- Handle @@ -699,7 +759,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {db162ef0-8add-4af1-8a6e-4025256ce519}, !- Handle @@ -736,7 +802,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {669b25c2-ccb0-4916-8e55-c51a757db9b3}, !- Handle @@ -773,7 +845,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {94797ef4-5732-4af7-8365-d30a2dd81690}, !- Handle @@ -810,7 +888,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {48f94f02-d2c3-4a7e-9e78-75044b3ca4ac}, !- Handle @@ -847,7 +931,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {ee51b5be-d83c-4524-84fd-f775ab218d15}, !- Handle @@ -884,7 +974,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {1d37fe92-4b9a-46f8-9208-ad91fb262867}, !- Handle @@ -921,7 +1017,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {c2bd896a-fa43-4219-97fd-3a1bd3d8f068}, !- Handle @@ -958,7 +1060,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {6bd09a09-ae84-48d8-a6f3-93149f1ae24f}, !- Handle @@ -995,7 +1103,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {0fac5ebf-fe92-4ec4-a2b6-5e1d7bfdf926}, !- Handle @@ -1032,7 +1146,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {23fe5ba0-6604-4a8c-ab6e-857333924db1}, !- Handle @@ -1069,7 +1189,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {d36be2c3-6096-4363-a985-6d80fa9fb473}, !- Handle @@ -1106,7 +1232,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {5da8dc51-bac9-4880-b1f0-ec415bc902aa}, !- Handle @@ -1143,7 +1275,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {4881591c-a44b-4f5e-942a-5941245cd082}, !- Handle diff --git a/src/openstudio_app/Resources/90_1_2019.osm b/src/openstudio_app/Resources/90_1_2019.osm index 13a47bd4e..3f2bed6f0 100644 --- a/src/openstudio_app/Resources/90_1_2019.osm +++ b/src/openstudio_app/Resources/90_1_2019.osm @@ -1,7 +1,7 @@ OS:Version, - {2783a43a-eca4-437a-99ea-197571504668}, !- Handle - 3.8.0; !- Version Identifier + {a4037008-89e8-484e-92f1-54b56a661d22}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {8958332a-cb2c-4a51-93ca-ed7211f665ee}, !- Handle @@ -142,7 +142,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {6060d652-8857-46c4-ba8e-ea95ca44b212}, !- Handle @@ -216,7 +222,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {f113190d-8fe1-41fd-abb9-f64a92e2fd13}, !- Handle @@ -253,7 +265,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {4b4f778b-5078-4455-85ec-365dd7a0d32f}, !- Handle @@ -332,7 +350,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {d3f3ddd4-b769-468f-97c6-972b55e6b2a7}, !- Handle @@ -369,7 +393,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {cb39d826-d32b-47f7-8861-adfc2b655c99}, !- Handle @@ -444,7 +474,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {7177a525-cc90-4dc2-af81-61db6e93ee3a}, !- Handle @@ -481,7 +517,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {dec6fb6e-696b-408c-b58c-b4f6e3f0e9b8}, !- Handle @@ -546,7 +588,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {745de687-abb5-46fe-a4db-87354f43ae76}, !- Handle @@ -583,7 +631,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {afd2a5a6-c963-4231-a61e-ed21a239bbae}, !- Handle @@ -662,7 +716,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {618613fd-99e2-43b4-83f0-08d5a9a037cf}, !- Handle @@ -699,7 +759,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {5ed0e749-0bf0-4c75-8b18-02e0eef2c742}, !- Handle @@ -736,7 +802,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {18e4e813-ec0c-40f7-a7ca-0391fc53c24f}, !- Handle @@ -773,7 +845,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {06b34253-1665-450a-b942-c5450f772fb2}, !- Handle @@ -810,7 +888,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {7a02d8a2-7a30-48cb-be5d-75a5dcace5e3}, !- Handle @@ -847,7 +931,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {190a4f4e-9187-45c8-adc1-30a9a0ce1d01}, !- Handle @@ -884,7 +974,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {8ed58d5f-c5e7-4187-930d-6f2e7ab7bd08}, !- Handle @@ -921,7 +1017,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {a9b65c34-3cb1-480c-acc1-e6412e91c3d7}, !- Handle @@ -958,7 +1060,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {9e1adbad-b5e7-4368-aa8a-637161595d04}, !- Handle @@ -995,7 +1103,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {65cb6755-aeea-470b-a3ff-f8a79b10092a}, !- Handle @@ -1032,7 +1146,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {a5547769-60fe-4a39-87d8-3d15dd41a1fc}, !- Handle @@ -1069,7 +1189,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {b062672a-012a-478d-9258-f925263693ae}, !- Handle @@ -1106,7 +1232,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {d4f9f5ed-83d9-48f2-93bd-c784bcb1d37b}, !- Handle @@ -1143,7 +1275,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {7675a8b7-0909-448a-bf08-e4610403d1e0}, !- Handle diff --git a/src/openstudio_app/Resources/DEER_1985.osm b/src/openstudio_app/Resources/DEER_1985.osm index db1e09d6a..43fefbb9b 100644 --- a/src/openstudio_app/Resources/DEER_1985.osm +++ b/src/openstudio_app/Resources/DEER_1985.osm @@ -1,7 +1,7 @@ OS:Version, - {7ae40526-8e5b-4c33-81ed-55c7d3c05512}, !- Handle - 3.8.0; !- Version Identifier + {589e26d1-9be2-486b-81e7-b14049581aea}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {0023cba6-4a19-4d02-94f0-ae53c5b884cb}, !- Handle @@ -101,7 +101,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {0a75e963-7aa2-4e2b-b770-4e09002e5539}, !- Handle @@ -175,7 +181,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {82733940-6095-4e0d-bc84-b61385b0eb4e}, !- Handle @@ -212,7 +224,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {4b324a83-ca9f-47bc-9e1b-e6c053f9f566}, !- Handle @@ -249,7 +267,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {aec65626-04b0-4580-ad02-3c5212d8208b}, !- Handle @@ -323,7 +347,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {1c9d4ed5-ecae-45c7-ac1f-d29bec4a7c0e}, !- Handle diff --git a/src/openstudio_app/Resources/DEER_1996.osm b/src/openstudio_app/Resources/DEER_1996.osm index fe9b5b765..2b5a9cb0a 100644 --- a/src/openstudio_app/Resources/DEER_1996.osm +++ b/src/openstudio_app/Resources/DEER_1996.osm @@ -1,7 +1,7 @@ OS:Version, - {1a0d87e7-5f4c-4695-b6d2-6e31ed50b812}, !- Handle - 3.8.0; !- Version Identifier + {daa0fc3a-1dd6-43ed-8b3c-823840a7642b}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {fe579cee-021e-4309-a355-e14d82073aaf}, !- Handle @@ -101,7 +101,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {960a9d2e-3e3e-40d7-a2ed-a1daaab4605e}, !- Handle @@ -175,7 +181,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {d4aa6b3c-b798-4f64-bbb8-184f2c1b235a}, !- Handle @@ -212,7 +224,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {9ae46499-fe9e-4627-a716-bd90e2b2dcb5}, !- Handle @@ -249,7 +267,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {f2c039c0-c234-448a-b571-8f505a1219ac}, !- Handle @@ -323,7 +347,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {7f5a2f5f-d8f6-491e-b099-80ec78337142}, !- Handle @@ -360,7 +390,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {d7a5eda4-bb5e-4b4c-8345-27cea7ff5648}, !- Handle @@ -397,7 +433,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {e3af31a3-29aa-4c0f-afda-e64b7236d1d6}, !- Handle @@ -462,7 +504,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {6a216f6f-f75f-4325-986c-0da37560f495}, !- Handle @@ -499,7 +547,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {4617f237-45d2-4ad2-acc3-d54574e74666}, !- Handle diff --git a/src/openstudio_app/Resources/DEER_2003.osm b/src/openstudio_app/Resources/DEER_2003.osm index 1817e74c5..b50eabbd8 100644 --- a/src/openstudio_app/Resources/DEER_2003.osm +++ b/src/openstudio_app/Resources/DEER_2003.osm @@ -1,7 +1,7 @@ OS:Version, - {fce4a663-5ca1-405d-8c86-601f0b7f8d09}, !- Handle - 3.8.0; !- Version Identifier + {2c9fa834-bd70-4180-ad29-cf7787cdf8b4}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {53676328-7bc0-41e4-a608-aa31242869e0}, !- Handle @@ -101,7 +101,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {7a1bd7ab-b7dc-4eb9-9bad-7c56d96bcbd3}, !- Handle @@ -175,7 +181,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {8e9c07a9-fd88-4feb-863e-c840a1618cda}, !- Handle @@ -212,7 +224,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {c82dd9de-c380-4829-b062-9e0b5579d321}, !- Handle @@ -286,7 +304,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {cda33dfa-1ca3-434b-ad27-f3688c7a0467}, !- Handle @@ -323,7 +347,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {edc915b9-9af0-4353-a54b-8a2e0afd67ab}, !- Handle @@ -360,7 +390,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {12f4a3d2-3a34-464f-a251-565fa0175ed6}, !- Handle @@ -425,7 +461,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {2ed2fdd6-cf6a-47a9-b1d9-b73f5e676e48}, !- Handle @@ -462,7 +504,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {ca07f83d-057b-4fb0-8894-400eb70bf4cd}, !- Handle diff --git a/src/openstudio_app/Resources/DEER_2007.osm b/src/openstudio_app/Resources/DEER_2007.osm index 17e7e2d5c..2a6ac592f 100644 --- a/src/openstudio_app/Resources/DEER_2007.osm +++ b/src/openstudio_app/Resources/DEER_2007.osm @@ -1,7 +1,7 @@ OS:Version, - {9fd64673-614b-40f6-849e-273edd62d7f3}, !- Handle - 3.8.0; !- Version Identifier + {857dc1c5-6ee6-41b7-81ea-4c1aeaa2b4c5}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {cb8fab63-fa83-4b87-9893-2c8d8a5b5297}, !- Handle @@ -101,7 +101,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {b5c155ce-e9fd-4438-9171-72623b557923}, !- Handle @@ -175,7 +181,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {4b2a48a2-91dd-4350-85ec-2cc9f50f12af}, !- Handle @@ -212,7 +224,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {11b5d4a4-68ea-419e-b076-4ad28f4a0dc3}, !- Handle @@ -286,7 +304,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {14696ca9-3f32-448b-9535-6b8fe0b5c4f5}, !- Handle @@ -323,7 +347,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {36a6c3d5-3ec3-410d-88f1-a21cc518595e}, !- Handle @@ -360,7 +390,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {16b20032-52eb-43c2-957f-80b8ae00b293}, !- Handle @@ -425,7 +461,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {4b5802d4-d7f1-421d-bd83-f36873847f03}, !- Handle @@ -462,7 +504,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {71845697-8130-4137-8f4c-28648491ed45}, !- Handle diff --git a/src/openstudio_app/Resources/DEER_2011.osm b/src/openstudio_app/Resources/DEER_2011.osm index 59bc887da..56841a6fc 100644 --- a/src/openstudio_app/Resources/DEER_2011.osm +++ b/src/openstudio_app/Resources/DEER_2011.osm @@ -1,7 +1,7 @@ OS:Version, - {5cf1baea-52b1-4a86-814c-2496fae8a124}, !- Handle - 3.8.0; !- Version Identifier + {c2e0e14a-69da-4404-837f-2ab037edcde4}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {83b9ff0f-286b-47d3-a914-fe739f56f7eb}, !- Handle @@ -101,7 +101,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {6edd55ed-d09b-49ae-95d4-3f1599885ea4}, !- Handle @@ -175,7 +181,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {b1fae260-5f91-49d0-a6ab-02c4d626ba87}, !- Handle @@ -212,7 +224,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {4adf5cce-da6e-472f-b80f-8cccfe45002e}, !- Handle @@ -286,7 +304,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {03078a33-39b1-4ba7-bff6-942d40c109b8}, !- Handle @@ -323,7 +347,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {6440579f-3a5a-4229-ad2a-c787f8174840}, !- Handle @@ -360,7 +390,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {a1633f49-4f88-4650-8427-1e8b604043a8}, !- Handle @@ -425,7 +461,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {7305edd5-308b-4e1d-ba11-2494f07760e5}, !- Handle @@ -462,7 +504,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {bafc8bd8-298c-4a98-8555-7786cad9acbb}, !- Handle diff --git a/src/openstudio_app/Resources/DEER_2014.osm b/src/openstudio_app/Resources/DEER_2014.osm index 54a1b269b..377b7a7d5 100644 --- a/src/openstudio_app/Resources/DEER_2014.osm +++ b/src/openstudio_app/Resources/DEER_2014.osm @@ -1,7 +1,7 @@ OS:Version, - {bb5a4582-44ee-461b-a2f0-883476973bb6}, !- Handle - 3.8.0; !- Version Identifier + {3cec2476-107a-4fb9-b71b-1ed38ee595f5}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {6b4544f2-3980-4a26-bd3a-1638c2287f32}, !- Handle @@ -101,7 +101,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {0c2acac4-30c0-4b17-ae61-68a0166679b4}, !- Handle @@ -175,7 +181,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {c23f0089-aeab-42d3-afea-ef294679cefe}, !- Handle @@ -212,7 +224,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {27417739-2151-4f10-ab68-a308e66da2e1}, !- Handle @@ -249,7 +267,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {9862d61b-fc68-414b-b5d4-fd5794f7ec72}, !- Handle @@ -286,7 +310,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {96cb0c6a-c316-443c-b5ee-4d76d3fb3cef}, !- Handle @@ -360,7 +390,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {04323819-89a4-46dc-9bed-80eb85c5b898}, !- Handle @@ -397,7 +433,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {f4e38ec1-6b7d-4f1e-8bc1-b851496826b2}, !- Handle @@ -434,7 +476,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {0abca827-7934-48cf-88f1-560a89d68ef5}, !- Handle @@ -471,7 +519,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {8de29e53-b942-4f7c-93f1-44354e469c0c}, !- Handle @@ -536,7 +590,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {f9e3fd48-16b8-4594-b1ba-1d8002edc0da}, !- Handle @@ -573,7 +633,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {47cbd546-9636-4612-89d1-b7aaef52c23d}, !- Handle @@ -610,7 +676,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {9d148edc-1492-492b-a032-149ff34d785a}, !- Handle diff --git a/src/openstudio_app/Resources/DEER_2015.osm b/src/openstudio_app/Resources/DEER_2015.osm index 7fe2c320e..a843b84d6 100644 --- a/src/openstudio_app/Resources/DEER_2015.osm +++ b/src/openstudio_app/Resources/DEER_2015.osm @@ -1,7 +1,7 @@ OS:Version, - {6d0a0c27-fb73-457c-b015-dfe0757e21fd}, !- Handle - 3.8.0; !- Version Identifier + {ef3d2e31-d699-4aec-9c1c-64dd6fa8e0c6}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {e435de85-dc0c-4b0d-8ac5-cbe06e5e8d59}, !- Handle @@ -101,7 +101,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {757c631e-d00e-46e9-8aea-deb02d6b763f}, !- Handle @@ -175,7 +181,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {e079ae6b-0b09-4c8d-9ad9-9f073e81d6d7}, !- Handle @@ -212,7 +224,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {d4aeab77-5bbe-494f-b715-64238e4b5172}, !- Handle @@ -249,7 +267,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {292a681f-630b-4616-a104-aacc8cde1f4b}, !- Handle @@ -286,7 +310,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {7cf28e54-0cea-4daa-81de-78a51c8f8285}, !- Handle @@ -360,7 +390,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {5913aca3-bb07-4dc2-8257-0ae96c305795}, !- Handle @@ -397,7 +433,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {d55a8238-8add-4717-b9c2-c6f4094de797}, !- Handle @@ -434,7 +476,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {f810bcb7-376c-4995-b117-de0d22357256}, !- Handle @@ -471,7 +519,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {bb9a6803-1191-413f-968f-2468dc4dd379}, !- Handle @@ -536,7 +590,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {5d5f6798-dc43-49f5-9812-87232b3fda07}, !- Handle @@ -573,7 +633,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {52a86a68-c832-4d92-b89b-a9219216192f}, !- Handle @@ -610,7 +676,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {4fb9ef80-7b3e-4778-9cdb-efe2e7c33840}, !- Handle diff --git a/src/openstudio_app/Resources/DEER_2017.osm b/src/openstudio_app/Resources/DEER_2017.osm index 50903ba21..a486c8188 100644 --- a/src/openstudio_app/Resources/DEER_2017.osm +++ b/src/openstudio_app/Resources/DEER_2017.osm @@ -1,7 +1,7 @@ OS:Version, - {42cd70d0-5bad-47b6-ae64-8b485b55ec06}, !- Handle - 3.8.0; !- Version Identifier + {80ff0681-168f-45c6-a117-7b2710f2ecc5}, !- Handle + 3.9.0; !- Version Identifier OS:Chiller:Electric:EIR, {0399005f-43f6-4d24-9a0d-f784eec4aea4}, !- Handle @@ -38,7 +38,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {2844c4b9-4e2f-44b7-b115-a3862d0a4572}, !- Handle @@ -112,7 +118,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {db65a20a-3a42-4108-8803-ac9951dc1a48}, !- Handle @@ -149,7 +161,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {9ddc6d7f-77c3-4dde-9fff-3c8fd9a9db58}, !- Handle @@ -186,7 +204,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {016edce8-2da6-4dc8-ad33-93f36a860e7e}, !- Handle @@ -223,7 +247,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {6808812d-2b3f-471d-b0ce-e7826eb48d6c}, !- Handle @@ -297,7 +327,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {d6e2b6d0-6684-42d9-bd11-8126218bc6c3}, !- Handle @@ -334,7 +370,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {ee77e26f-20bf-4fdd-9902-98c1909004f6}, !- Handle @@ -371,7 +413,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {0bf7cc68-526e-4e7c-bbf9-de5698accae0}, !- Handle @@ -408,7 +456,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {253fb3fe-9cb3-4b70-ad2e-eef0b05bca48}, !- Handle @@ -445,7 +499,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {c888b72b-6f1b-46ae-b81d-b076f901a5b0}, !- Handle @@ -510,7 +570,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {cc10f105-43c5-437d-935b-25fc9461ce7f}, !- Handle diff --git a/src/openstudio_app/Resources/DEER_2020.osm b/src/openstudio_app/Resources/DEER_2020.osm index 3cfa5f57b..0b7763bf6 100644 --- a/src/openstudio_app/Resources/DEER_2020.osm +++ b/src/openstudio_app/Resources/DEER_2020.osm @@ -1,7 +1,7 @@ OS:Version, - {1b940260-abd1-402d-aa5f-1336c11c1a59}, !- Handle - 3.8.0; !- Version Identifier + {a9ed4ecd-3fab-40d7-af89-34f186d6182d}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {1e8d1aba-3a1f-44dd-92e2-ba70ab124ee7}, !- Handle @@ -101,7 +101,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {f9358986-8722-4508-98b6-b795e6d9fa48}, !- Handle @@ -175,7 +181,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {49ef2f69-2f9c-412d-9785-1e0b19cf9947}, !- Handle @@ -212,7 +224,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {30140e06-16a9-40f1-bb0b-9d15d8cd06fe}, !- Handle @@ -249,7 +267,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {858ca575-5ef0-4990-af29-e87e4f33b9ca}, !- Handle @@ -286,7 +310,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {f4de601e-c271-4ed3-a8ad-3c1c9b56f5b6}, !- Handle @@ -360,7 +390,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {dc9dd5d3-d482-403c-84f4-f09b2b282245}, !- Handle @@ -397,7 +433,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {5582dca6-6f26-4ff7-9e26-cd3d261ab9d8}, !- Handle @@ -434,7 +476,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {817a2a9f-ee5b-4290-a2f7-a28cd36c2dfc}, !- Handle @@ -471,7 +519,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {f4905a2e-0562-4d45-9f8a-de8fc77dd1b5}, !- Handle @@ -508,7 +562,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {3d2bd0ae-7299-402f-8dcb-ec5396704119}, !- Handle @@ -573,7 +633,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {4a992c61-e07b-4e20-8645-0a43b7aafebd}, !- Handle @@ -610,7 +676,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {dbfbf15e-a4bd-49c9-bb8f-6eaea540491d}, !- Handle @@ -647,7 +719,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {6f03e45c-f2ab-4f62-9009-f6ee0a7e6ec8}, !- Handle @@ -684,7 +762,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {ea6866d9-e55b-4e9a-bfac-a5215f1c768a}, !- Handle diff --git a/src/openstudio_app/Resources/DEER_Pre_1975.osm b/src/openstudio_app/Resources/DEER_Pre_1975.osm index f0f4b4232..5791bc06a 100644 --- a/src/openstudio_app/Resources/DEER_Pre_1975.osm +++ b/src/openstudio_app/Resources/DEER_Pre_1975.osm @@ -1,7 +1,7 @@ OS:Version, - {c0c525bb-c253-48e6-bf2b-4e6f13101361}, !- Handle - 3.8.0; !- Version Identifier + {45e88f83-0b47-4a83-8d82-9a0afa167c0c}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {7e941725-2400-42a0-90d9-09b130639ead}, !- Handle @@ -101,7 +101,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {65922960-9487-42a9-a166-93e90e2ab33a}, !- Handle @@ -175,7 +181,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {e3fcb081-ddc8-49fe-9538-2d423aa2e740}, !- Handle @@ -212,7 +224,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {7b4b5cbb-9349-493e-8e2c-1e8f34ee45e4}, !- Handle @@ -286,7 +304,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {f272904a-ef75-40fc-b3af-98a6beef4f6a}, !- Handle diff --git a/src/openstudio_app/Resources/DOE_Ref_1980_2004.osm b/src/openstudio_app/Resources/DOE_Ref_1980_2004.osm index a94a11f5e..96e59cc66 100644 --- a/src/openstudio_app/Resources/DOE_Ref_1980_2004.osm +++ b/src/openstudio_app/Resources/DOE_Ref_1980_2004.osm @@ -1,7 +1,7 @@ OS:Version, - {544d6ac6-70b1-484d-9e74-3d7f011e8a82}, !- Handle - 3.8.0; !- Version Identifier + {e5669886-c66b-4a42-88c6-05227b747b6b}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {98f51dfc-ed11-4e4e-9ab7-9fd459edd952}, !- Handle @@ -90,7 +90,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {1a6cc2a9-ff0d-4862-b2df-e867ce1d04f7}, !- Handle @@ -169,7 +175,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {b2d0172d-8d69-4f91-989d-b0a1429c6e4f}, !- Handle @@ -206,7 +218,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {742c3aff-6382-4bb0-8fce-3a097b9544b0}, !- Handle @@ -285,7 +303,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {6faaefdf-e014-4cc4-ab37-a03e5dbaa639}, !- Handle @@ -322,7 +346,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {6d48a879-40b4-4126-9538-1f9b84a4bca9}, !- Handle @@ -359,7 +389,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {dbbea24e-6bd3-4f1f-b270-86def2708844}, !- Handle @@ -438,7 +474,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {a43258a4-a5e1-47bc-b4a2-a84454c68de8}, !- Handle @@ -475,7 +517,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {31fc9108-bc2e-4341-a911-d47a8e673d3d}, !- Handle @@ -512,7 +560,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {b42285e7-659f-4d43-a23a-108db34b80a7}, !- Handle @@ -549,7 +603,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {1a8b2037-5879-421f-a42d-bf22bde66b80}, !- Handle @@ -586,7 +646,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {477037fe-3808-4b3b-a8cb-32a8474b406b}, !- Handle @@ -623,7 +689,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {567a8afc-36e7-4857-8ad6-b44536e26929}, !- Handle @@ -660,7 +732,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {ce2d3cb0-65d9-438e-b765-1156078c4a9a}, !- Handle @@ -697,7 +775,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {2278f19d-1360-4b2c-80f3-318408d14923}, !- Handle diff --git a/src/openstudio_app/Resources/DOE_Ref_Pre_1980.osm b/src/openstudio_app/Resources/DOE_Ref_Pre_1980.osm index d64969e2f..1acdf9e93 100644 --- a/src/openstudio_app/Resources/DOE_Ref_Pre_1980.osm +++ b/src/openstudio_app/Resources/DOE_Ref_Pre_1980.osm @@ -1,7 +1,7 @@ OS:Version, - {cbf469c9-9160-4220-9c23-69b27451655e}, !- Handle - 3.8.0; !- Version Identifier + {04e4bb10-6913-4555-bb1a-3a69c3226edb}, !- Handle + 3.9.0; !- Version Identifier OS:Boiler:HotWater, {4dfe2f83-d5ab-40b6-b607-184a330ca4ed}, !- Handle @@ -111,7 +111,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {5ea40e42-d015-4472-80d1-8e8d6d133dd4}, !- Handle @@ -190,7 +196,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {450ac077-1232-4a4f-a574-eb520cef9b56}, !- Handle @@ -227,7 +239,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {1a47a868-9674-449b-9885-b04c486c1d25}, !- Handle @@ -264,7 +282,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {ae6ed7da-8e0f-43c9-ba6c-32b0521e7e0a}, !- Handle @@ -301,7 +325,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {60f0b1b3-72b2-4b56-94f2-acdae6f233e0}, !- Handle @@ -338,7 +368,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {99ad1889-b819-47a4-962a-6fe697484327}, !- Handle @@ -375,7 +411,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {8eb6d458-ac79-49d4-887e-60b5f93b0ae8}, !- Handle @@ -454,7 +496,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {972c6706-a9d8-4b24-bf7d-29c909985c23}, !- Handle @@ -491,7 +539,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {db58f151-407e-4334-9476-416bb4328890}, !- Handle @@ -528,7 +582,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {2740dc6c-fe83-47a2-824d-bc96f965954b}, !- Handle @@ -607,7 +667,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {b7435e17-8fe5-4702-92e5-4ae81f1ada54}, !- Handle @@ -644,7 +710,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {4d644a5d-7c56-464a-9229-acec034a52e5}, !- Handle @@ -681,7 +753,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {22c95162-96c9-41d3-9947-3654d870de0f}, !- Handle @@ -718,7 +796,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {be16a0ad-808e-4e2b-bf19-4b2d1f13a3dd}, !- Handle @@ -755,7 +839,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {29491418-e7df-491c-83a2-384cdd94a6c0}, !- Handle @@ -792,7 +882,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {109b76e9-5a6a-4f16-9dd8-b96d2529a69d}, !- Handle @@ -829,7 +925,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Chiller:Electric:EIR, {1bcce115-ccdb-448a-8ad1-91e61e79a73f}, !- Handle @@ -866,7 +968,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Coil:Cooling:DX:SingleSpeed, {9cd044aa-9290-4302-9b4e-21af9a56105a}, !- Handle diff --git a/src/openstudio_app/Resources/default/hvac_library.osm b/src/openstudio_app/Resources/default/hvac_library.osm index c9743ff83..d6e65754e 100644 --- a/src/openstudio_app/Resources/default/hvac_library.osm +++ b/src/openstudio_app/Resources/default/hvac_library.osm @@ -1,7 +1,7 @@ OS:Version, - {f6cbc252-74d7-402f-baed-cdce79abd81f}, !- Handle - 3.8.0; !- Version Identifier + {6831dd28-feea-40f1-828c-913a15e31e69}, !- Handle + 3.9.0; !- Version Identifier ! Always OnOff Discrete Schedule Type Limits OS:ScheduleTypeLimits, @@ -1043,23 +1043,28 @@ OS:Coil:Heating:Water, ; ! Rated Ratio for Air and Water Convection OS:AirTerminal:SingleDuct:ParallelPIU:Reheat, - {30e9aca9-a12e-4e4a-a264-c97ec8fd62a2}, ! Handle - Parallel PIU Elec Rht, ! Name - {9f54092d-a4a8-41b8-a381-c4c332ecb843}, ! Availability Schedule Name - Autosize, ! Maximum Primary Air Flow Rate {m3/s} - Autosize, ! Maximum Secondary Air Flow Rate {m3/s} - Autosize, ! Minimum Primary Air Flow Fraction - Autosize, ! Fan On Flow Fraction - , ! Supply Air Inlet Node Name - , ! Secondary Air Inlet Node Name - , ! Outlet Node Name - , ! Reheat Coil Air Inlet Node Name - , ! Zone Mixer Name - {af9e86be-a4b3-47e7-80b3-39b3728ed07a}, ! Fan Name - {c58a15d8-78a8-4e27-b350-e7266fc9d676}, ! Reheat Coil Name - Autosize, ! Maximum Hot Water or Steam Flow Rate {m3/s} - 0, ! Minimum Hot Water or Steam Flow Rate {m3/s} - 0.001; ! Convergence Tolerance + {30e9aca9-a12e-4e4a-a264-c97ec8fd62a2}, !- Handle + Parallel PIU Elec Rht, !- Name + {9f54092d-a4a8-41b8-a381-c4c332ecb843}, !- Availability Schedule Name + Autosize, !- Maximum Primary Air Flow Rate {m3/s} + Autosize, !- Maximum Secondary Air Flow Rate {m3/s} + Autosize, !- Minimum Primary Air Flow Fraction + Autosize, !- Fan On Flow Fraction + , !- Supply Air Inlet Node Name + , !- Secondary Air Inlet Node Name + , !- Outlet Node Name + , !- Reheat Coil Air Inlet Node Name + , !- Zone Mixer Name + {af9e86be-a4b3-47e7-80b3-39b3728ed07a}, !- Fan Name + {c58a15d8-78a8-4e27-b350-e7266fc9d676}, !- Reheat Coil Name + Autosize, !- Maximum Hot Water or Steam Flow Rate {m3/s} + 0, !- Minimum Hot Water or Steam Flow Rate {m3/s} + 0.001, !- Convergence Tolerance + ConstantSpeed, !- Fan Control Type + 0.3, !- Minimum Fan Turn Down Ratio {dimensionless} + , !- Heating Control Type + 32.1, !- Design Heating Discharge Air Temperature {C} + 37.7; !- High Limit Heating Discharge Air Temperature {C} OS:Fan:ConstantVolume, {af9e86be-a4b3-47e7-80b3-39b3728ed07a}, ! Handle @@ -1100,7 +1105,12 @@ OS:AirTerminal:SingleDuct:ParallelPIU:Reheat, {8cf0d111-ff4c-435e-9d5e-bfe12c2962d7}, !- Reheat Coil Name Autosize, !- Maximum Hot Water or Steam Flow Rate {m3/s} 0, !- Minimum Hot Water or Steam Flow Rate {m3/s} - 0.001; !- Convergence Tolerance + 0.001, !- Convergence Tolerance + ConstantSpeed, !- Fan Control Type + 0.3, !- Minimum Fan Turn Down Ratio {dimensionless} + , !- Heating Control Type + 32.1, !- Design Heating Discharge Air Temperature {C} + 37.7; !- High Limit Heating Discharge Air Temperature {C} OS:Fan:ConstantVolume, {95ce84e5-c2ba-4833-a75d-3c89720f76d4}, !- Handle @@ -1145,7 +1155,12 @@ OS:AirTerminal:SingleDuct:ParallelPIU:Reheat, {e48c9cdf-2762-4a27-9584-0eefbb889726}, !- Reheat Coil Name Autosize, !- Maximum Hot Water or Steam Flow Rate {m3/s} 0, !- Minimum Hot Water or Steam Flow Rate {m3/s} - 0.001; !- Convergence Tolerance + 0.001, !- Convergence Tolerance + ConstantSpeed, !- Fan Control Type + 0.3, !- Minimum Fan Turn Down Ratio {dimensionless} + , !- Heating Control Type + 32.1, !- Design Heating Discharge Air Temperature {C} + 37.7; !- High Limit Heating Discharge Air Temperature {C} OS:Fan:ConstantVolume, {a638e8d6-0db3-43dd-b160-aaae12a7abbc}, !- Handle @@ -1216,7 +1231,12 @@ OS:AirTerminal:SingleDuct:SeriesPIU:Reheat, {f5afd62c-fd37-470c-b61a-89f2683ddc8b}, !- Reheat Coil Name autosize, !- Maximum Hot Water or Steam Flow Rate {m3/s} 0, !- Minimum Hot Water or Steam Flow Rate {m3/s} - 0.001; !- Convergence Tolerance + 0.001, !- Convergence Tolerance + ConstantSpeed, !- Fan Control Type + 0.3, !- Minimum Fan Turn Down Ratio {dimensionless} + , !- Heating Control Type + 32.1, !- Design Heating Discharge Air Temperature {C} + 37.7; !- High Limit Heating Discharge Air Temperature {C} OS:AirLoopHVAC:OutdoorAirSystem, {4b8b842c-2628-4074-aaa1-e3636b179cce}, !- Handle @@ -1254,8 +1274,8 @@ OS:Controller:OutdoorAir, , !- Time of Day Economizer Control Schedule Name No, !- High Humidity Control , !- Humidistat Control Zone Name - , !- High Humidity Outdoor Air Flow Ratio - , !- Control High Indoor Humidity Based on Outdoor Humidity Ratio + 1, !- High Humidity Outdoor Air Flow Ratio + Yes, !- Control High Indoor Humidity Based on Outdoor Humidity Ratio BypassWhenOAFlowGreaterThanMinimum, !- Heat Recovery Bypass Control Type InterlockedWithMechanicalCooling; !- Economizer Operation Staging @@ -1460,7 +1480,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Curve:Biquadratic, {238cb0b4-afac-4115-8524-7778555d6cfb}, ! Handle @@ -1571,7 +1597,13 @@ OS:Chiller:Electric:EIR, 1, !- Condenser Heat Recovery Relative Capacity Fraction , !- Heat Recovery Inlet High Temperature Limit Schedule Name , !- Heat Recovery Leaving Temperature Setpoint Node Name - General; !- End-Use Subcategory + General, !- End-Use Subcategory + ConstantFlow, !- Condenser Flow Control + , !- Condenser Loop Flow Rate Fraction Function of Loop Part Load Ratio Curve Name + , !- Temperature Difference Across Condenser Schedule Name + 0.2, !- Condenser Minimum Flow Fraction + , !- Thermosiphon Capacity Fraction Curve Name + 0; !- Thermosiphon Minimum Temperature Difference OS:Boiler:HotWater, {7741e24f-1bf9-4cb7-b035-737b8734095c}, !- Handle diff --git a/src/openstudio_app/Resources/default/office_default.osm b/src/openstudio_app/Resources/default/office_default.osm index 95de4b701..6283c91c9 100644 --- a/src/openstudio_app/Resources/default/office_default.osm +++ b/src/openstudio_app/Resources/default/office_default.osm @@ -1,7 +1,7 @@ OS:Version, - {caef3d3a-790f-44c7-8464-e294d801a663}, !- Handle - 3.8.0; !- Version Identifier + {be751407-3020-483b-af09-ed390a8560bc}, !- Handle + 3.9.0; !- Version Identifier OS:Schedule:Constant, {1fe75643-8848-46bb-8327-b84d604dc1cc}, !- Handle diff --git a/src/openstudio_lib/MainWindow.cpp b/src/openstudio_lib/MainWindow.cpp index 94aae1e0c..b221c9240 100644 --- a/src/openstudio_lib/MainWindow.cpp +++ b/src/openstudio_lib/MainWindow.cpp @@ -302,7 +302,10 @@ bool MainWindow::allowAnalytics() const { //} void MainWindow::toggleUnits(bool displayIP) { - m_displayIP = displayIP; + if (m_displayIP != displayIP) { + m_displayIP = displayIP; + writeSettings(); + } } bool MainWindow::verboseOutput() const { @@ -310,7 +313,10 @@ bool MainWindow::verboseOutput() const { } void MainWindow::toggleVerboseOutput(bool verboseOutput) { - m_verboseOutput = verboseOutput; + if (m_verboseOutput != verboseOutput) { + m_verboseOutput = verboseOutput; + writeSettings(); + } } bool MainWindow::useClassicCLI() const { @@ -318,7 +324,10 @@ bool MainWindow::useClassicCLI() const { } void MainWindow::toggleUseClassicCLI(bool useClassicCLI) { - m_useClassicCLI = useClassicCLI; + if (m_useClassicCLI != useClassicCLI) { + m_useClassicCLI = useClassicCLI; + writeSettings(); + } } bool MainWindow::geometryDiagnostics() const { @@ -384,7 +393,10 @@ void MainWindow::onVerticalTabSelected(int verticalTabId) { } void MainWindow::toggleGeometryDiagnostics(bool geometryDiagnostics) { - m_geometryDiagnostics = geometryDiagnostics; + if (m_geometryDiagnostics != geometryDiagnostics) { + m_geometryDiagnostics = geometryDiagnostics; + writeSettings(); + } } void MainWindow::promptAnalytics() { @@ -414,8 +426,10 @@ void MainWindow::toggleAnalytics(bool allowAnalytics) { } void MainWindow::changeLanguage(const QString& rLanguage) { - m_currLang = rLanguage; - writeSettings(); + if (m_currLang != rLanguage) { + m_currLang = rLanguage; + writeSettings(); + } } void MainWindow::configureProxyClicked() { @@ -459,8 +473,10 @@ bool MainWindow::displayAdditionalProps() const { } void MainWindow::toggleDisplayAdditionalProps(bool displayAdditionalProps) { - m_displayAdditionalProps = displayAdditionalProps; - writeSettings(); + if (m_displayAdditionalProps != displayAdditionalProps) { + m_displayAdditionalProps = displayAdditionalProps; + writeSettings(); + } } } // namespace openstudio diff --git a/src/openstudio_lib/ResultsTabView.cpp b/src/openstudio_lib/ResultsTabView.cpp index 564739a2b..4445cdfea 100644 --- a/src/openstudio_lib/ResultsTabView.cpp +++ b/src/openstudio_lib/ResultsTabView.cpp @@ -301,7 +301,6 @@ void ResultsView::populateComboBox(const std::vector& reports) QString fullPathString = toQString(report); QFile file(fullPathString); - fullPathString.prepend("file:///"); if (openstudio::toString(report.filename()) == "eplustbl.html" || openstudio::toString(report.filename()) == "eplustbl.htm") { @@ -360,7 +359,7 @@ void ResultsView::comboBoxChanged(int index) { m_progressBar->setError(false); - QUrl url(filename); + QUrl url = QUrl::fromLocalFile(filename); m_view->load(url); } diff --git a/src/shared_gui_components/EditController.cpp b/src/shared_gui_components/EditController.cpp index 25a4e8009..f60dece28 100644 --- a/src/shared_gui_components/EditController.cpp +++ b/src/shared_gui_components/EditController.cpp @@ -7,6 +7,7 @@ #include "EditView.hpp" #include "OSViewSwitcher.hpp" #include "WorkflowController.hpp" +#include "../model_editor/Utilities.hpp" #include #include @@ -251,6 +252,22 @@ InputController::InputController(EditController* editController, measure::OSArgu static_cast(&InputController::setValue)); inputView = stringInputView; + } else if (m_argument.type() == measure::OSArgumentType::Path) { + auto* pathInputView = new PathInputView(m_argument.extension(), m_argument.isRead()); + + pathInputView->setName(m_argument.displayName(), m_argument.units(), m_argument.description()); + + if (m_argument.hasValue()) { + pathInputView->lineEdit->setText(QString::fromStdString(m_argument.valueAsString())); + } else if (m_argument.hasDefaultValue()) { + pathInputView->lineEdit->setText(QString::fromStdString(m_argument.defaultValueAsString())); + } + + connect(pathInputView, &PathInputView::selectedPathChanged, this, + static_cast(&InputController::setValue)); + connect(pathInputView->lineEdit, &QLineEdit::textEdited, [this](const QString& v) { this->setValue(toPath(v)); }); + + inputView = pathInputView; } else { inputView = new InputView(); } @@ -302,6 +319,20 @@ void InputController::setValueForIndex(int index) { } } +void InputController::setValue(const openstudio::path& p) { + if (isItOKToClearResults()) { + if (p.empty()) { + m_argument.clearValue(); + } else { + m_argument.setValue(p); + } + + m_editController->measureStepItem()->setArgument(m_argument); + + inputView->setIncomplete(isArgumentIncomplete()); + } +} + bool InputController::isArgumentIncomplete() const { bool result = false; std::vector incompleteArguments = m_editController->measureStepItem()->incompleteArguments(); diff --git a/src/shared_gui_components/EditController.hpp b/src/shared_gui_components/EditController.hpp index a68479903..c16227d3a 100644 --- a/src/shared_gui_components/EditController.hpp +++ b/src/shared_gui_components/EditController.hpp @@ -81,6 +81,8 @@ class InputController : public QObject void setValue(bool value); + void setValue(const openstudio::path& p); + void setValueForIndex(int index); private: diff --git a/src/shared_gui_components/EditView.cpp b/src/shared_gui_components/EditView.cpp index 523b25913..9778d9e9c 100644 --- a/src/shared_gui_components/EditView.cpp +++ b/src/shared_gui_components/EditView.cpp @@ -4,6 +4,8 @@ ***********************************************************************************************************************/ #include "EditView.hpp" +#include "../model_editor/Utilities.hpp" + #include #include #include @@ -18,6 +20,8 @@ #include #include #include +#include +#include #include @@ -369,8 +373,6 @@ InputCheckBox::InputCheckBox() : QAbstractButton() { setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed); } -InputCheckBox::~InputCheckBox() = default; - void InputCheckBox::setText(const QString& text) { m_label->setText(text); @@ -400,4 +402,80 @@ void InputCheckBox::setIncomplete(bool incomplete) { } } +PathInputView::PathInputView(const std::string& extension, bool isRead) + : InputView(), lineEdit(new QLineEdit()), nameLabel(new QLabel()), m_isRead(isRead) { + auto* vLayout = new QVBoxLayout(); + vLayout->setContentsMargins(0, 0, 0, 0); + vLayout->setSpacing(5); + setLayout(vLayout); + + nameLabel->setOpenExternalLinks(true); + nameLabel->setWordWrap(true); + vLayout->addWidget(nameLabel); + + auto* hLayout = new QHBoxLayout(); + hLayout->addWidget(lineEdit); + + selectPathButton = new QPushButton("..."); + selectPathButton->setFlat(true); + selectPathButton->setFixedSize(30, 20); + selectPathButton->setObjectName("StandardGrayButton"); + + connect(selectPathButton, &QPushButton::clicked, this, &PathInputView::onSelectPathButtonClicked); + hLayout->addWidget(selectPathButton); + + vLayout->addLayout(hLayout); + + // TODO: sanitize the input? + m_extension = toQString(extension); +} + +void PathInputView::setName(const std::string& name, const boost::optional& units, const boost::optional& description) { + QString text; + text += QString::fromStdString(name); + if (units) { + text += QString::fromStdString(" (" + units.get() + ")"); + } + if (description) { + text += QString::fromStdString("
" + description.get() + "
"); + } + + nameLabel->setText(text); +} + +void PathInputView::setIncomplete(bool incomplete) { + if (incomplete) { + nameLabel->setStyleSheet("QLabel { color: #DD0A05;}"); + } else { + nameLabel->setStyleSheet("QLabel { color: black;}"); + } +} + +void PathInputView::setDisplayValue(const QVariant& value) { + lineEdit->setText(value.toString()); +} + +void PathInputView::onSelectPathButtonClicked() { + QString lastPath = lineEdit->text(); + + QString selectedPath; + + if (m_extension.isEmpty()) { + // Assume this is a directory + selectedPath = + QFileDialog::getExistingDirectory(nullptr, tr("Open Directory"), lastPath, QFileDialog::ShowDirsOnly | QFileDialog::DontResolveSymlinks); + } else { + if (m_isRead) { + selectedPath = QFileDialog::getOpenFileName(nullptr, tr("Open Read File"), lastPath, m_extension); + } else { + selectedPath = QFileDialog::getSaveFileName(nullptr, tr("Select Save File"), lastPath, m_extension); + } + } + + if (!selectedPath.isEmpty()) { + lineEdit->setText(selectedPath); // QFileInfo(selectedPath).absoluteFilePath() + emit selectedPathChanged(toPath(selectedPath)); + } +} + } // namespace openstudio diff --git a/src/shared_gui_components/EditView.hpp b/src/shared_gui_components/EditView.hpp index 335fda29f..958ef28a8 100644 --- a/src/shared_gui_components/EditView.hpp +++ b/src/shared_gui_components/EditView.hpp @@ -6,14 +6,16 @@ #ifndef SHAREDGUICOMPONENTS_EDITVIEW_HPP #define SHAREDGUICOMPONENTS_EDITVIEW_HPP -#include -#include #include +#include #include +#include #include +#include class QLineEdit; +class QPushButton; class QTextEdit; class QVBoxLayout; @@ -27,7 +29,7 @@ class EditNullView : public QWidget public: explicit EditNullView(const QString& text = "Select a Measure to Edit"); - virtual ~EditNullView() {} + virtual ~EditNullView() = default; protected: void paintEvent(QPaintEvent*) override; @@ -39,7 +41,7 @@ class EditRubyMeasureView : public QWidget public: explicit EditRubyMeasureView(bool applyMeasureNow); - virtual ~EditRubyMeasureView() {} + virtual ~EditRubyMeasureView() = default; QLineEdit* nameLineEdit; @@ -77,7 +79,7 @@ class DoubleInputView : public InputView public: DoubleInputView(); - virtual ~DoubleInputView() {} + virtual ~DoubleInputView() = default; QLineEdit* lineEdit; @@ -97,7 +99,7 @@ class ChoiceInputView : public InputView public: ChoiceInputView(); - virtual ~ChoiceInputView() {} + virtual ~ChoiceInputView() = default; QComboBox* comboBox; @@ -117,7 +119,7 @@ class BoolInputView : public InputView public: BoolInputView(); - virtual ~BoolInputView() {} + virtual ~BoolInputView() = default; InputCheckBox* checkBox; @@ -134,7 +136,7 @@ class IntegerInputView : public InputView public: IntegerInputView(); - virtual ~IntegerInputView() {} + virtual ~IntegerInputView() = default; QLineEdit* lineEdit; @@ -154,7 +156,7 @@ class StringInputView : public InputView public: StringInputView(); - virtual ~StringInputView() {} + virtual ~StringInputView() = default; QLineEdit* lineEdit; @@ -183,7 +185,7 @@ class InputCheckBox : public QAbstractButton public: InputCheckBox(); - virtual ~InputCheckBox(); + virtual ~InputCheckBox() = default; void setText(const QString& text); @@ -196,6 +198,35 @@ class InputCheckBox : public QAbstractButton QLabel* m_label; }; +class PathInputView : public InputView +{ + Q_OBJECT + + public: + PathInputView(const std::string& extension, bool isRead); + virtual ~PathInputView() = default; + + QLineEdit* lineEdit; + QPushButton* selectPathButton; + + void setName(const std::string& name, const boost::optional& units, const boost::optional& description); + + void setIncomplete(bool incomplete) override; + + void setDisplayValue(const QVariant& value) override; + + signals: + void selectedPathChanged(const openstudio::path& p); + + private slots: + void onSelectPathButtonClicked(); + + private: + QLabel* nameLabel; + QString m_extension; + bool m_isRead; +}; + } // namespace openstudio #endif // SHAREDGUICOMPONENTS_EDITVIEW_HPP diff --git a/src/shared_gui_components/MeasureManager.cpp b/src/shared_gui_components/MeasureManager.cpp index 259e32dff..3e01f67dc 100644 --- a/src/shared_gui_components/MeasureManager.cpp +++ b/src/shared_gui_components/MeasureManager.cpp @@ -607,8 +607,10 @@ boost::optional MeasureManager::getArgument(const measure:: } else if (type.value() == measure::OSArgumentType::Path) { + // TODO: aside from the fact that these arguments are weird / incorrectly named, neither the BCL-gem schema nor OS SDK actually handle them so + // they are not even inside the measure.xml bool isRead = argument.get("is_read", Json::Value(false)).asBool(); - std::string extension = argument.get("extension", Json::Value("*")).asString(); + std::string extension = argument.get("extension", Json::Value("All files (*)")).asString(); result = measure::OSArgument::makePathArgument(name, isRead, extension, required, modelDependent); diff --git a/src/shared_gui_components/WorkflowController.cpp b/src/shared_gui_components/WorkflowController.cpp index 11b56e316..7338485ed 100644 --- a/src/shared_gui_components/WorkflowController.cpp +++ b/src/shared_gui_components/WorkflowController.cpp @@ -501,6 +501,8 @@ void MeasureStepItem::setArgument(const measure::OSArgument& argument) { m_step.setArgument(argument.name(), argument.valueAsDouble()); } else if (argument.type() == measure::OSArgumentType::Integer) { m_step.setArgument(argument.name(), argument.valueAsInteger()); + } else if (argument.type() == measure::OSArgumentType::Path) { + m_step.setArgument(argument.name(), openstudio::toString(argument.valueAsPath())); } else { m_step.setArgument(argument.name(), argument.valueAsString()); } diff --git a/translations/OpenStudioApp_ar.ts b/translations/OpenStudioApp_ar.ts index d415fe332..a03391ce0 100644 --- a/translations/OpenStudioApp_ar.ts +++ b/translations/OpenStudioApp_ar.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector - + Add new object - + Copy selected object - + Remove selected objects - + Purge unused objects @@ -33,23 +33,23 @@ InspectorGadget - - + + Hard Sized - + Autosized - + Autocalculate - + Add/Remove Extensible Groups @@ -57,20 +57,20 @@ ModelObjectSelectorDialog - - + + Select Model Object - - + + OK - - + + Cancel @@ -78,34 +78,34 @@ openstudio::DesignDayGridController - + Date - + Temperature - + Humidity - + Pressure Wind Precipitation - + Solar - + Check to select all rows @@ -113,138 +113,138 @@ Precipitation openstudio::DesignDayGridView - + Design Day Name - + All - + Day Of Month - + Month - + Day Type - + Daylight Saving Time Indicator - + Maximum Dry Bulb Temperature - + Daily Dry Bulb Temperature Range - + Daily Wet Bulb Temperature Range - + Dry Bulb Temperature Range Modifier Type - + Dry Bulb Temperature Range Modifier Schedule - + Humidity Indicating Conditions At Maximum Dry Bulb - + Humidity Indicating Type - + Humidity Indicating Day Schedule - + Barometric Pressure - + Wind Speed - + Wind Direction - + Rain Indicator - + Snow Indicator - + Solar Model Indicator - + Beam Solar Day Schedule - + Diffuse Solar Day Schedule - + ASHRAE Taub - + ASHRAE Taud - + Sky Clearness - - + + Design Days - + Drop Zone @@ -253,24 +253,24 @@ Zone openstudio::EditorWebView - - - + + + Open File - + gbXML (*.xml *.gbxml) - + IDF (*.idf) - + OSM (*.osm) @@ -278,7 +278,7 @@ Zone openstudio::ExternalToolsDialog - + Select Path to @@ -286,12 +286,12 @@ Zone openstudio::LibraryDialog - + Select OpenStudio Library - + OpenStudio Files (*.osm) @@ -299,17 +299,17 @@ Zone openstudio::LocationTabController - + Weather File && Design Days - + Life Cycle Costs - + Utility Bills @@ -317,7 +317,7 @@ Zone openstudio::LocationTabView - + Site @@ -325,108 +325,108 @@ Zone openstudio::LocationView - + Weather File - + Name: - + Latitude: - + Longitude: - + Elevation: - + Time Zone: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> - + Measure Tags (Optional): - + ASHRAE Climate Zone - + CEC Climate Zone - + Design Days - + Import From DDY - + Change Weather File - - + + Set Weather File - + EPW Files (*.epw);; All Files (*.*) - + Open Weather File - + Failed To Set Weather File - + Failed To Set Weather File To - + Open DDY File - + No Design Days in DDY File - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. @@ -434,291 +434,291 @@ Zone openstudio::MainMenu - + &File - + &New - + &Open - - + + &Revert to Saved - + Ctrl+R - + &Save - + Save &As - + &Import - - + + &IDF - - + + &gbXML - - + + &SDD - + I&FC - + &Export - + &Load Library - + E&xamples - + &Example Model - + Shoebox Model - + E&xit - + &Preferences - + &Units - + Metric (&SI) - + English (&I-P) - + &Change My Measures Directory - + &Change Default Libraries - + &Configure External Tools - + &Language - + English - + French - + Spanish - + Farsi - + Hebrew - + Italian - + Chinese - + Greek - + Polish - + Catalan - + Hindi - + Vietnamese - + Japanese - + German - + Add a new language - + &Configure Internet Proxy - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures - + &Apply Measure Now - + Ctrl+M - + Find &Measures - + Find &Components - + &Help - + OpenStudio &Help - + Check For &Update - + Allow Analytics - + Debug Webgl - + &About - + Adding a new language - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. @@ -727,12 +727,12 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::MainWindow - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -740,24 +740,24 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -765,45 +765,45 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OSDocument - + Export Idf - + (*.idf) - + (*.xml) - - + + Failed to save model - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. - + Save - + (*.osm) - - + + Select My Measures Directory @@ -811,344 +811,362 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OpenStudioApp - + Timeout - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files - + (Manage library files in Preferences->Change default libraries) - + Translation From version - - + + to - + Unknown starting version - + Import Idf - + (*.idf) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' - + '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( - + ) and that all fields are valid against Energy+.idd. - + <br/><br/>The ValidityReport follows. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. - + IDF Import Failed - + =============== Errors =============== - + ============== Warnings ============== - + ==== The following idf objects were not imported ==== - + named - + Unnamed - + <strong>Some portions of the IDF file were not imported.</strong> - + IDF Import - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. - + Import - + (*.xml) - + Errors or warnings occurred on import of - + Could not import SDD file. - + Could not import - + file at - + Save Changes? - + The document has been modified. - + Do you want to save your changes? - + Open - - + + (*.osm) - + A new version is available at <a href=" - + Currently using the most recent version - + Check for Updates - + Measure Manager Server: - + Chrome Debugger: http://localhost: - + Temp Directory: - + Failed to load model - + Opening future version - + using - + Model updated from - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. - + Failed to open file at - - + + Settings file not writable - - + + Your settings file ' - - + + ' is not writable. Adjust the file permissions - - + + Revert to Saved - + This model has never been saved. Do you want to create a new model? - + Are you sure you want to revert to the last saved version? - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed - + Restart required - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? - + Select Library - + Failed to load the following libraries... - + Would you like to Restore library paths to default values or Open the library settings to change them manually? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups @@ -1156,85 +1174,111 @@ Would you like to Restore library paths to default values or Open the library se openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File - + &New - + &Open - + E&xit - + Import - + IDF - + gbXML - + SDD - + IFC - + &Help - + OpenStudio &Help - + Check For &Update - + Debug Webgl - + &About @@ -1242,87 +1286,87 @@ Would you like to Restore library paths to default values or Open the library se openstudio::VariablesList - + Select Output Variables - + All - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1330,176 +1374,176 @@ Would you like to Restore library paths to default values or Open the library se openstudio::YearSettingsWidget - + Select Year by: - + Calendar Year - + First Day of Year - + Daylight Savings Time: - + Starts - - + + Define by Day of The Week And Month - - + + Define by Date - + Ends - + First - + Second - + Third - + Fourth - + Last - - + + Sunday - - + + Monday - - + + Tuesday - - + + Wednesday - - + + Thursday - - + + Friday - - + + Saturday - + UseWeatherFile - + January - + February - + March - + April - + May - + June - + July - + August - + September - + October - + November - + December @@ -1507,166 +1551,166 @@ Would you like to Restore library paths to default values or Open the library se openstudio::bimserver::ProjectImporter - + Download OSM File - - + + New Project - + Check in IFC File - + > - - - + + + Cancel - + Setting - + Project created, showing updated project list. - + IFC file loaded, showing updated IFC file list. - + Login success! - + BIMserver disconnected - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. - + Please select a IFC version before proceeding. - + Project selected, showing all versions of IFC files under it. - + Please select a project to see all the IFC versions under it. - + Create a new project and upload it to the server. - + Please enter the project name: - + Project Name: - + Create Project - + Check in a new version IFC file for the selected project. - + Open IFC File - + IFC files (*.ifc) - + Please select a project to check in a new IFC version. - + Please specify the bimserver address/port and user credentials. - + BIMserver Settings - + Please enter the BIMserver information: - + BIMserver Address: http:// - + BIMserver Port: - + Username - + Password - + Okay - + BIMserver not set up - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. diff --git a/translations/OpenStudioApp_ca.ts b/translations/OpenStudioApp_ca.ts index 70bebc89a..1545b9a8c 100644 --- a/translations/OpenStudioApp_ca.ts +++ b/translations/OpenStudioApp_ca.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector Inspector d'OpenStudio - + Add new object Afegir un objecte nou - + Copy selected object Copiar l'objecte seleccionat - + Remove selected objects Eliminar els objectes seleccionats - + Purge unused objects Desfer-se dels objectes sense utilitzar @@ -33,24 +33,24 @@ InspectorGadget - - + + Hard Sized Afegir/Eliminar Grups Extensibles Dimensionat Manualment - + Autosized Autodimensionat - + Autocalculate Autocalcular - + Add/Remove Extensible Groups Afegir/Eliminat Grups Extensibles @@ -58,20 +58,20 @@ ModelObjectSelectorDialog - - + + Select Model Object Seleccionar un Objecte del Model - - + + OK OK - - + + Cancel Cancel·lar @@ -79,22 +79,22 @@ openstudio::DesignDayGridController - + Date Data - + Temperature Temperatura - + Humidity Humitat - + Pressure Wind Precipitation @@ -103,12 +103,12 @@ Vent Precipitació - + Solar Solar - + Check to select all rows Marcar per seleccionar totes les files @@ -116,138 +116,138 @@ Precipitació openstudio::DesignDayGridView - + Design Day Name Nom del Dia de Disseny - + All Tots - + Day Of Month Dia del Mes - + Month Mes - + Day Type Tipus de Dia - + Daylight Saving Time Indicator Indicador d'Horari d'Estiu - + Maximum Dry Bulb Temperature Temperatura Seca Màxima - + Daily Dry Bulb Temperature Range Rang Diari de la Temperatura Seca - + Daily Wet Bulb Temperature Range Rang Diari de la Temperatura Humida - + Dry Bulb Temperature Range Modifier Type Tipus de Modificador del Rang de Temperatura Seca - + Dry Bulb Temperature Range Modifier Schedule Horari del Modificador del Rang de Temperatura Seca - + Humidity Indicating Conditions At Maximum Dry Bulb Condicions de l'Indicador d'Humitat a la Temperatura Seca Màxima - + Humidity Indicating Type Tipus d'Indicador d'Humitat - + Humidity Indicating Day Schedule Horari Diari de l'Indicador d'Humitat - + Barometric Pressure Pressió Atmosfèrica - + Wind Speed Velocitat del Vent - + Wind Direction Direcció del Vent - + Rain Indicator Indicador de Pluja - + Snow Indicator Indicador de Neu - + Solar Model Indicator Indicador del Model Solar - + Beam Solar Day Schedule Horari Diari de Radiació Solar Directa - + Diffuse Solar Day Schedule Horari Diari de Radiació Solar Difosa - + ASHRAE Taub ASHRAE Taub - + ASHRAE Taud ASHRAE Taud - + Sky Clearness Claredat del Cel - - + + Design Days Dies de Disseny - + Drop Zone Deixar Anar @@ -257,24 +257,24 @@ Zona openstudio::EditorWebView - - - + + + Open File Obrir un fitxer - + gbXML (*.xml *.gbxml) gbXML (*.xml *.gbxml) - + IDF (*.idf) IDF (*.idf) - + OSM (*.osm) OSM (*.osm) @@ -282,7 +282,7 @@ Zona openstudio::ExternalToolsDialog - + Select Path to Seleccionar el camí a @@ -290,12 +290,12 @@ Zona openstudio::LibraryDialog - + Select OpenStudio Library Seleccionar la Llibreria d'OpenStudio - + OpenStudio Files (*.osm) Fitxers d'OpenStudio (*.osm) @@ -303,17 +303,17 @@ Zona openstudio::LocationTabController - + Weather File && Design Days Fitxer Climàtic i Dies de Disseny - + Life Cycle Costs Costos del Cicle de Vida - + Utility Bills Factures @@ -321,7 +321,7 @@ Zona openstudio::LocationTabView - + Site Lloc @@ -329,108 +329,108 @@ Zona openstudio::LocationView - + Weather File Fitxer Climàtic - + Name: Nom: - + Latitude: Latitud: - + Longitude: Longitud: - + Elevation: Altitud: - + Time Zone: Zona Horària: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> Descarregar fitxers climàtics a <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> - + Measure Tags (Optional): Etiqueta per les Mesures (Opcional): - + ASHRAE Climate Zone Zona Climàtica d'ASHRAE - + CEC Climate Zone Zona Climàtica CEC - + Design Days Dies de Disseny - + Import From DDY Importar des de DDY - + Change Weather File Canviar el Fitxer Climàtic - - + + Set Weather File Definir el Fitxer Climàtic - + EPW Files (*.epw);; All Files (*.*) EPW Files (*.epw);; All Files (*.*) - + Open Weather File Obrir Fitxer Climàtic - + Failed To Set Weather File Error al Definir el Fitxer Climàtic - + Failed To Set Weather File To Error al Definir el Fitxer Climàtic a - + Open DDY File Obrir Fitxer DDY - + No Design Days in DDY File No hi ha Dies de Disseny al fitxer DDY - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. Aquest fitxer DDY no conté cap dia de disseny vàlid. Comproveu el fitxer DDY. @@ -517,146 +517,146 @@ Zona openstudio::MainMenu - + &File &Fitxer - + &New &Nou - + &Open &Obrir - - + + &Revert to Saved &Tornar al Desat - + Ctrl+R Ctrl+R - + &Save &Desar - + Save &As Desar &Com - + &Import &Importar - - + + &IDF &IDF - - + + &gbXML - - + + &SDD &SDD - + I&FC I&FC - + &Export &Exportar - + &Load Library &Carregar Llbreria - + E&xamples - + &Example Model - + Shoebox Model - + E&xit &Sortir - + &Preferences &Preferències - + &Units &Unitats - + Metric (&SI) Sistema Mètric (&SI) - + English (&I-P) Sistema Imperial (&I-P) - + &Change My Measures Directory &Canviar el Directori "My Measures" - + &Change Default Libraries &Canviar les Llibreries per Defecte - + &Configure External Tools &Configurar Eines Externes - + &Language &Llengua - + English Anglès - + French Francès @@ -665,147 +665,147 @@ Zona Àrab - + Spanish Castellà - + Farsi Persa - + Hebrew Hebreu - + Italian Italià - + Chinese Xinès - + Greek Grec - + Polish Polonès - + Catalan Català - + Hindi Hindi - + Vietnamese - + Japanese - + German - + Add a new language Afegir una llengua nova - + &Configure Internet Proxy &Configurar el Proxy d'Internet - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures &Componenents && Mesures - + &Apply Measure Now &Aplcar Measure Ara - + Ctrl+M Ctrl+M - + Find &Measures Buscar &Mesures - + Find &Components Buscar &Components - + &Help &Ajuda - + OpenStudio &Help &Ajuda d'OpenStudio - + Check For &Update Cercar &Actutalitzacions - + Allow Analytics - + Debug Webgl - + &About &Sobre - + Adding a new language Afegir una llengua nova - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. Per afegir una llengua nova no cal saber programar, però és important conèixer la llengua: només s'ha de traduir paraula a paraula amb l'ajuda d'un programa pensat per a això. @@ -819,12 +819,12 @@ Si voleu que OpeStudioApplication estigui a la vostra llengua, esperem la vostra S'ha de reiniciar - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -832,24 +832,24 @@ Si voleu que OpeStudioApplication estigui a la vostra llengua, esperem la vostra openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -857,45 +857,45 @@ Si voleu que OpeStudioApplication estigui a la vostra llengua, esperem la vostra openstudio::OSDocument - + Export Idf Exportar idf - + (*.idf) (*.idf) - + (*.xml) (*.xml) - - + + Failed to save model Error al desar el model - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. Error al desar el model, comprova que no tinguis el fitxer obert i que tens privilegis d'accés d'escriptura. - + Save Desar - + (*.osm) - - + + Select My Measures Directory Seleccionar la Carpeta "My Measures" @@ -907,7 +907,7 @@ Si voleu que OpeStudioApplication estigui a la vostra llengua, esperem la vostra openstudio::OpenStudioApp - + Timeout Ha caducat @@ -916,99 +916,99 @@ Si voleu que OpeStudioApplication estigui a la vostra llengua, esperem la vostra Error al començar l'Administrador de Mesures. Voleu tornar-ho a provar? - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files Carregant els Fitxers de la Llibreria - + (Manage library files in Preferences->Change default libraries) (Gestioneu el fitxers de les llibreries a Preferències->Canviar llibreries per defecte) - + Translation From version Traducció de la versió - - + + to a - + Unknown starting version Versió inicial desconeguda - + Import Idf Importar Idf - + (*.idf) (*.idf) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' ' mentre OpenStudio utilitza un EnergyPlus <strong>més recent</strong> ' - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. '. Considera utilitzar el programa auxiliar d'EnergyPlus IDFVersionUpdate per tal d'actualitzar el fitxer IDF. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' ' mentre OpenStudio utilitza un Energylus <strong>més vell</strong> ' - + '. '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( ' que és la <strong>mateixa</strong> versió d'EnergyPlus que utilitza OpenStudio ( - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( <strong>L'IDF no té un VersionObject</strong>. Verifiqueu que és la versió correcta ( - + ) and that all fields are valid against Energy+.idd. ) i que tots els camps són vàlids segons Energy+.idd. - + <br/><br/>The ValidityReport follows. <br/><br/>A continuació hi ha el report de validació. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. I don't know what "drat strictness" is. <strong>El fitxer no és vàlid</strong>. Verifiqueu que tots els camps són vàlids segns el fitxer Energy+.idd. - + IDF Import Failed Error a l'Importar l'IDF - + =============== Errors =============== @@ -1017,7 +1017,7 @@ Si voleu que OpeStudioApplication estigui a la vostra llengua, esperem la vostra - + ============== Warnings ============== @@ -1026,7 +1026,7 @@ Si voleu que OpeStudioApplication estigui a la vostra llengua, esperem la vostra - + ==== The following idf objects were not imported ==== @@ -1035,123 +1035,123 @@ Si voleu que OpeStudioApplication estigui a la vostra llengua, esperem la vostra - + named anomenat - + Unnamed Sense nom - + <strong>Some portions of the IDF file were not imported.</strong> <strong>Algunes parts de l'IDF no s'han importat.</strong> - + IDF Import Importar IDF - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. OpenStudio només importa de l'IDF la geometria, les solucions constructives, les càrregues internes, les zones tèrmiques i els horaris. - + Import Importar - + (*.xml) (*.xml) - + Errors or warnings occurred on import of Errors o avisos de la importació de - + Could not import SDD file. No s'ha pogut importar el fitxer SDD. - + Could not import No s'ha pogut importar - + file at el fitxer que es troba a - + Save Changes? Desar els canvis? - + The document has been modified. S'ha modificat el document. - + Do you want to save your changes? Vols desar els canvis? - + Open Obrir - - + + (*.osm) (*.osm) - + A new version is available at <a href=" Hi ha una nova versió disponible a <a href=" - + Currently using the most recent version S'està utilitzant la versió més recent - + Check for Updates Cercar Actualitzacions - + Measure Manager Server: Servidor per la gestió de mesures: - + Chrome Debugger: http://localhost: Chrome Debugger: http://localhost: - + Temp Directory: Carpeta temporal: - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1160,70 +1160,70 @@ Si voleu que OpeStudioApplication estigui a la vostra llengua, esperem la vostra Sobre - + Failed to load model Error al carregar el model - + Opening future version Obrint una versió futura - + using utilitzant - + Model updated from Model acutalitzat des de - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. S'han esborrat els scripts de Ruby existents. Els scripts de Ruby ja no són compatibles i 'shan substituït per Mesures. - + Failed to open file at Error a l'intentar obrir el fitxer a - - + + Settings file not writable No es pot escriure el fitxer de configuració - - + + Your settings file ' El vostre fitxer de configuració ' - - + + ' is not writable. Adjust the file permissions ' no es pot escriure. Canvieu els permisos - - + + Revert to Saved Recuperar l'úlitima versió que s'ha desat - + This model has never been saved. Do you want to create a new model? Aquest model no s'ha desat mai. Vols crear-ne un de nou¿ - + Are you sure you want to revert to the last saved version? Estàs seguir que vols recuperar l'última versió que s'ha desat? @@ -1240,24 +1240,24 @@ Vols crear-ne un de nou¿ El Gestor de Mesures s'ha bloquejat - + Restart required S'ha de reiniciar - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? Per tal que els canvis de llengua es facin efectius, s'ha de reiniciar l'Aplicació d'OpenStudio. Vols reiniciar ara? - + Select Library Seleccionar llibreria - + Failed to load the following libraries... @@ -1266,7 +1266,7 @@ Vols reiniciar ara? - + Would you like to Restore library paths to default values or Open the library settings to change them manually? @@ -1275,10 +1275,28 @@ Would you like to Restore library paths to default values or Open the library se Voldries Restaurar els valors per defecte dels camins de les llibrerires o Obrir-ne la configuració per canviar-ho manualment? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups Afegir/Eliminar Grups Extensibles @@ -1286,85 +1304,111 @@ Voldries Restaurar els valors per defecte dels camins de les llibrerires o Obrir openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File &Fitxer - + &New &Nou - + &Open &Obrir - + E&xit S&ortir - + Import Importar - + IDF IDF - + gbXML gbXML - + SDD SDD - + IFC IFC - + &Help &Ajuda - + OpenStudio &Help &Ajuda d'OpenStudio - + Check For &Update Cercar &Actutalitzacions - + Debug Webgl - + &About &Sobre @@ -1372,87 +1416,87 @@ Voldries Restaurar els valors per defecte dels camins de les llibrerires o Obrir openstudio::VariablesList - + Select Output Variables - + All Tots - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1460,176 +1504,176 @@ Voldries Restaurar els valors per defecte dels camins de les llibrerires o Obrir openstudio::YearSettingsWidget - + Select Year by: Seleccionar Any per: - + Calendar Year Calendari Anual - + First Day of Year Primer Dia de l'Any - + Daylight Savings Time: Horari d'Estiu: - + Starts Comença - - + + Define by Day of The Week And Month Definir pel Dia de la Setmana i Mes - - + + Define by Date Definir per Data - + Ends Acaba - + First Primer - + Second Segon - + Third Tercer - + Fourth Quart - + Last Últim - - + + Sunday Diumenge - - + + Monday Dilluns - - + + Tuesday Dimarts - - + + Wednesday Dimecres - - + + Thursday Dijous - - + + Friday Divendres - - + + Saturday Dissabte - + UseWeatherFile Utilitzar Fitxer Climàtic - + January Gener - + February Febrer - + March Març - + April Abril - + May Maig - + June Juny - + July Juliol - + August Agost - + September Setembre - + October Octubre - + November Novembre - + December Desembre @@ -1637,167 +1681,167 @@ Voldries Restaurar els valors per defecte dels camins de les llibrerires o Obrir openstudio::bimserver::ProjectImporter - + Download OSM File Descarregar el Fitxer OSM - - + + New Project Nou projecte - + Check in IFC File Comproveu el fitxer IFC - + > > - - - + + + Cancel Cancel·lar - + Setting Configuració - + Project created, showing updated project list. S'ha creat el projecte, es mostra la llista actualitzada del projecte. - + IFC file loaded, showing updated IFC file list. S'ha carregat el fitxer IFC, es mostra la llista actualitzada del fitxer IFC. - + Login success! S'ha iniciat la sessió correctament! - + BIMserver disconnected BIMserver desconnectat - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. BIMserver no està connectat correctament. Verifiqueu que BIMserver s'està executant i assegureu-vos que el nom d'usuari i la contrassenya són vàlids. - + Please select a IFC version before proceeding. Seleccioneu una versió d'IFC abans de continuar. - + Project selected, showing all versions of IFC files under it. S'ha seleccionat un projecte, es mostren totes les versions dels fitxer IFC que hi ha. - + Please select a project to see all the IFC versions under it. Seleccioneu un projecte per veure totes les versions d'IFC que hi ha. - + Create a new project and upload it to the server. Creeu un projecte nou i pengeu-lo al servidor. - + Please enter the project name: Introduïu el nom del projecte: - + Project Name: Nom del Projecte: - + Create Project Crear un Projecte - + Check in a new version IFC file for the selected project. Comproveu una nova versió del fitxer IFC per al projecte seleccionat. - + Open IFC File Obrir un fitxer IFC - + IFC files (*.ifc) Fitxer IF (*.ifc) - + Please select a project to check in a new IFC version. Seleccioneu un projecte per afegir una nova versió IFC. - + Please specify the bimserver address/port and user credentials. Especifiqueu l'adreça/port de bimserver i les credencials de l'usuari. - + BIMserver Settings Configuració de BIMserver - + Please enter the BIMserver information: Introduïu la informació de BIMserver: - + BIMserver Address: http:// Adreça del BIMserver: http:// - + BIMserver Port: Port del BIMserver: - + Username Nom d'usuari - + Password Contrassenya - + Okay Ok - + BIMserver not set up BIMserver no està configurat - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. Introduïui una adreça, port, nom d'usuari i contrassenya vàlids del BIMserver. Parleu amb l'administrador de BIMserver. diff --git a/translations/OpenStudioApp_de.ts b/translations/OpenStudioApp_de.ts index 6b04852d6..c51824188 100644 --- a/translations/OpenStudioApp_de.ts +++ b/translations/OpenStudioApp_de.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector OpenStudio Inspektor - + Add new object Neues Objekt hinzufügen - + Copy selected object Ausgewähltes Objekt kopieren - + Remove selected objects Ausgewählte Objekte entfernen - + Purge unused objects Ungenutzte Objekte löschen @@ -33,23 +33,23 @@ InspectorGadget - - + + Hard Sized Manuell dimensioniert - + Autosized Automatisch dimensioniert - + Autocalculate Automatisch berechnet - + Add/Remove Extensible Groups Hinzufügen/Entfernen von erweiterbaren Gruppen @@ -57,20 +57,20 @@ ModelObjectSelectorDialog - - + + Select Model Object Modellobjekt auswählen - - + + OK OK - - + + Cancel Abbrechen @@ -78,22 +78,22 @@ openstudio::DesignDayGridController - + Date Datum - + Temperature Temperatur - + Humidity Feuchte - + Pressure Wind Precipitation @@ -102,12 +102,12 @@ Wind Niederschlag - + Solar Einstrahlung - + Check to select all rows Ankreuzen um alle Zeilen auszuwählen @@ -115,143 +115,143 @@ Niederschlag openstudio::DesignDayGridView - + Design Day Name Bezeichnung Auslegungstag - + All Alle - + Day Of Month Tag im Monat - + Month Monat - + Day Type Typ Auslegungstag - + Daylight Saving Time Indicator Berücksichtigung Zeitumstellung - + Maximum Dry Bulb Temperature Maximale Trockenkugeltemperatur - + Daily Dry Bulb Temperature Range Tägliche Trockenkugeltemperaturschwankung - + Daily Wet Bulb Temperature Range Tägliche Feuchtkugeltemperaturschwankung - + Dry Bulb Temperature Range Modifier Type hard to translate Modifizierungstyp der Trockenkugeltemperaturschwankung - + Dry Bulb Temperature Range Modifier Schedule hard to translate Modifizierungsfahrplan der Trockenkugeltemperaturschwankung - + Humidity Indicating Conditions At Maximum Dry Bulb hard to translate Referenztrockenkugeltemperatur für Feuchtigkeitsangaben - + Humidity Indicating Type Feuchtigkeitsbezugsgrösse - + Humidity Indicating Day Schedule Tagesfahrplan Feuchte - + Barometric Pressure Luftdruck - + Wind Speed Windgeschwindigkeit - + Wind Direction Windrichtung - + Rain Indicator Berücksichtigung Niederschlag - + Snow Indicator Berücksichtigung Schneefall - + Solar Model Indicator Einstrahlungsmodell - + Beam Solar Day Schedule Tagesfahrplan Direktstrahlung - + Diffuse Solar Day Schedule Tagesfahrplan Diffusstrahlung - + ASHRAE Taub no translation available ASHRAE Taub - + ASHRAE Taud no translation available ASHRAE Taud - + Sky Clearness Bewölkung - - + + Design Days Auslegungstage - + Drop Zone differs according to context @@ -262,24 +262,24 @@ Zone openstudio::EditorWebView - - - + + + Open File Datei öffnen - + gbXML (*.xml *.gbxml) gbXML - + IDF (*.idf) IDF - + OSM (*.osm) OSM @@ -287,7 +287,7 @@ Zone openstudio::ExternalToolsDialog - + Select Path to Pfad auswählen @@ -295,12 +295,12 @@ Zone openstudio::LibraryDialog - + Select OpenStudio Library OpenStudio Bibliothek auswählen - + OpenStudio Files (*.osm) OpenStudio Dateien @@ -308,17 +308,17 @@ Zone openstudio::LocationTabController - + Weather File && Design Days Wetterdaten && Auslegungstage - + Life Cycle Costs Lebenszykluskosten - + Utility Bills Energiekosten @@ -326,7 +326,7 @@ Zone openstudio::LocationTabView - + Site Standort @@ -334,108 +334,108 @@ Zone openstudio::LocationView - + Weather File Wetterdatei - + Name: Name: - + Latitude: Breitengrad: - + Longitude: Längengrad: - + Elevation: Höhe über Meer: - + Time Zone: Zeitzone: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> Hier Wetterdaten herunterladen - + Measure Tags (Optional): Kennzeichnung (optional): - + ASHRAE Climate Zone ASHRAE Klimazone - + CEC Climate Zone CEC Klimazone - + Design Days Auslegungstage - + Import From DDY Von DDY importieren - + Change Weather File Wetterdatei ändern - - + + Set Weather File Ausgewählte Wetterdatei - + EPW Files (*.epw);; All Files (*.*) EPW Datei (*.epw);; Alle Dateien (*.*) - + Open Weather File Wetterdatei öffnen - + Failed To Set Weather File Wetterdatei konnte nicht geladen werden - + Failed To Set Weather File To Wetterdatei konnte nicht geladen werden als - + Open DDY File DDY Datei öffnen - + No Design Days in DDY File Keine Auslegungstage in DDY Datei vorhanden - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. Die DDY Datei beinhaltet keine gültigen Auslegungstage. Überprüfen Sie die DDY Datei auf Fehler. @@ -523,147 +523,147 @@ Zone openstudio::MainMenu - + &File &Datei - + &New &Neu - + &Open &Öffnen - - + + &Revert to Saved &Auf gespeicherte Version zurücksetzen - + Ctrl+R Strg+R - + &Save &Speichern - + Save &As Speichern &unter - + &Import &Importieren - - + + &IDF &IDF - - + + &gbXML &gbXML - - + + &SDD &SDD - + I&FC I&FC - + &Export &Exportieren - + &Load Library &Bibliothek laden - + E&xamples - + &Example Model - + Shoebox Model - + E&xit S&chliessen - + &Preferences &Einstellungen - + &Units &Einheiten - + Metric (&SI) Metrisches System (&SI) - + English (&I-P) Imperiales Einheitensystem (&IP) - + &Change My Measures Directory I do not know how to translate "measures" &Verzeichnis für meine Measures ändern - + &Change Default Libraries &Verzeichnis für Standardbibliotheken ändern - + &Configure External Tools &Externe Software konfigurieren - + &Language &Sprache - + English Englisch - + French Französisch @@ -672,148 +672,148 @@ Zone Arabisch - + Spanish Spanisch - + Farsi Persisch - + Hebrew Hebräisch - + Italian Italienisch - + Chinese Chinesisch - + Greek Griechisch - + Polish Polnisch - + Catalan Katalanisch - + Hindi Hindi - + Vietnamese Vietnamesisch - + Japanese Japanisch - + German Deutsch - + Add a new language Neue Sprache hinzufügen - + &Configure Internet Proxy &Internet-Proxy konfigurieren - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures I do not know how to translate "measures" &Komponenten && Measures - + &Apply Measure Now &Measure jetzt ausführen - + Ctrl+M Strg+M - + Find &Measures &Measures finden - + Find &Components &Komponenten finden - + &Help &Hilfe - + OpenStudio &Help OpenStudio &Hilfe - + Check For &Update Auf &Aktualisierung prüfen - + Allow Analytics - + Debug Webgl - + &About &Über - + Adding a new language Neue Sprache hinzufügen - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. Das Hinzufügen einer neuen Sprache erfordert fast keine Programmierkenntnisse, aber es erfordert Sprachkenntnisse. Das einzige was Sie tun müssen, ist jeden Satz/Wort mit Hilfe einer speziellen Software zu übersetzen. @@ -827,12 +827,12 @@ Wenn Sie möchten, dass die OpenStudio-Applikation in die Sprache Ihrer Wahl üb Neustart erforderlich - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -840,24 +840,24 @@ Wenn Sie möchten, dass die OpenStudio-Applikation in die Sprache Ihrer Wahl üb openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -865,45 +865,45 @@ Wenn Sie möchten, dass die OpenStudio-Applikation in die Sprache Ihrer Wahl üb openstudio::OSDocument - + Export Idf IDF exportieren - + (*.idf) (*.idf) - + (*.xml) (*.xml) - - + + Failed to save model Modell konnte nicht gespeichert werden - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. Modell konnte nicht gespeichert werden. Vergewissern Sie sich, dass der Speicherort nicht geöffnet ist und dass Sie korrekte Schreibrechte haben. - + Save Speichern - + (*.osm) (*.osm) - - + + Select My Measures Directory Verzeichnis für Meine Measures auswählen @@ -915,7 +915,7 @@ Wenn Sie möchten, dass die OpenStudio-Applikation in die Sprache Ihrer Wahl üb openstudio::OpenStudioApp - + Timeout Zeitüberschreitung @@ -924,101 +924,101 @@ Wenn Sie möchten, dass die OpenStudio-Applikation in die Sprache Ihrer Wahl üb Der Measure Manager konnte nicht gestartet werden. Möchten Sie es erneut versuchen? - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files Bibliothekdatei wird geladen - + (Manage library files in Preferences->Change default libraries) (Verwalten von Bibliotheksdateien in Einstellungen->Standardbibliotheken ändern) - + Translation From version Übersetzung von Version - - + + to prepositions are hard to translate without context zu - + Unknown starting version Unbekannte Startversion - + Import Idf IDF importieren - + (*.idf) (*.idf) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' hard to translate without context ', während OpenStudio ein <strong>neueres</strong> EnergyPlus 'verwendet - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. I did not translate key words like "measures" and references to files which never will be translated (at least I will not translate all EnergyPlus documentations :-)) '. Erwägen Sie die Verwendung des "IDF-Version-Updater" von EneryPlus um Ihre IDF-Datei zu aktualliseren. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' ', während OpenStudio ein <strong>älteres</strong> EnergyPlus ' verwendet - + '. '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( ', welches die <strong>gleiche</strong> Version von EnergyPlus ist, die OpenStudio verwendet ( - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( <strong>Die IDF-Datei hat kein Versionierung</strong>. Prüfen Sie, ob es sich um die richtige Version handelt ( - + ) and that all fields are valid against Energy+.idd. ) und dass alle Felder mit Energy+.idd kompatibel sind. - + <br/><br/>The ValidityReport follows. <br/><br/>Der Validierungsbericht folgt. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. <strong>Die Datei entspricht nicht den Vorgaben</strong>. Prüfen Sie, ob alle Felder zu Energy+.idd kompatibel sind. - + IDF Import Failed IDF-Import fehlgeschlagen - + =============== Errors =============== @@ -1027,7 +1027,7 @@ Wenn Sie möchten, dass die OpenStudio-Applikation in die Sprache Ihrer Wahl üb - + ============== Warnings ============== @@ -1036,7 +1036,7 @@ Wenn Sie möchten, dass die OpenStudio-Applikation in die Sprache Ihrer Wahl üb - + ==== The following idf objects were not imported ==== @@ -1045,123 +1045,123 @@ Wenn Sie möchten, dass die OpenStudio-Applikation in die Sprache Ihrer Wahl üb - + named Benannt - + Unnamed Unbenannt - + <strong>Some portions of the IDF file were not imported.</strong> <strong>Einige Teile der IDF-Datei wurden nicht importiert.</strong> - + IDF Import IDF-Import - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. Nur Geometrie, Konstruktionen, interne Lasten, thermische Zonen und Zeitpläne werden von der OpenStudio-IDF-Importfunktion unterstützt. - + Import Import - + (*.xml) (*.xml) - + Errors or warnings occurred on import of Während des Imports sind Fehler aufgetreten - + Could not import SDD file. SDD-Datei konnte nicht importiert werden. - + Could not import Konnte nicht importiert werden - + file at Datei unter - + Save Changes? Änderungen speichern? - + The document has been modified. Das Dokument wurde verändert. - + Do you want to save your changes? Möchten Sie Ihre Änderungen speichern? - + Open Öffnen - - + + (*.osm) (*.osm) - + A new version is available at <a href=" Eine neue Version ist verfügbar unter <a href=" - + Currently using the most recent version Derzeit wird die aktuellste Version verwendet - + Check for Updates Auf Aktualisierungen prüfen - + Measure Manager Server: Measure Manager Server: - + Chrome Debugger: http://localhost: Chrome Debugger: http://localhost: - + Temp Directory: Temp-Verzeichnis: - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1170,71 +1170,71 @@ Wenn Sie möchten, dass die OpenStudio-Applikation in die Sprache Ihrer Wahl üb Über - + Failed to load model Modell konnte nicht geladen werden - + Opening future version Öffnen der zukünftigen Version - + using hard to translate without context nutzen - + Model updated from Modell aktualisiert von - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. Vorhandene Ruby-Skripte wurden entfernt. Ruby-Skripte werden nicht mehr unterstützt und wurden durch Measures ersetzt. - + Failed to open file at Datei konnte nicht geöffnet werden bei - - + + Settings file not writable Dateieinstellungen nicht schreibberechtigt - - + + Your settings file ' Ihre Dateieinstellungen ' - - + + ' is not writable. Adjust the file permissions ' ist nicht schreibberechtigt. Passen Sie die Dateiberechtigungen an - - + + Revert to Saved Zur gespeicherten Version zurückkehren - + This model has never been saved. Do you want to create a new model? Dieses Modell wurde nicht gespeichert. Möchten Sie ein neues Modell erstellen? - + Are you sure you want to revert to the last saved version? Sind Sie sicher, dass Sie zur letzten gespeicherten Version zurückkehren möchten? @@ -1251,23 +1251,23 @@ Möchten Sie ein neues Modell erstellen? Der Measure Manager ist abgestürzt - + Restart required Neustart erforderlich - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? Um die Sprachänderung zu übernehmen ist ein Neustart erforderlich. Möchten Sie jetzt neu starten? - + Select Library Bibliothek auswählen - + Failed to load the following libraries... @@ -1276,7 +1276,7 @@ Would you like to restart now? - + Would you like to Restore library paths to default values or Open the library settings to change them manually? @@ -1285,10 +1285,28 @@ Would you like to Restore library paths to default values or Open the library se Möchten Sie die Bibliothekspfade auf die Standardwerte zurücksetzen oder öffnen Sie die Bibliothekseinstellungen, um die Einstellungen manuell zu ändern? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups Untergruppen Hinzufügen/Entfernen @@ -1296,85 +1314,111 @@ Möchten Sie die Bibliothekspfade auf die Standardwerte zurücksetzen oder öffn openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File &Datei - + &New &Neu - + &Open &Öffnen - + E&xit &Schliessen - + Import Importieren - + IDF IDF - + gbXML gbXML - + SDD SDD - + IFC IFC - + &Help &Hilfe - + OpenStudio &Help OpenStudio &Hilfe - + Check For &Update Auf &Aktualisierung prüfen - + Debug Webgl - + &About &Über @@ -1382,87 +1426,87 @@ Möchten Sie die Bibliothekspfade auf die Standardwerte zurücksetzen oder öffn openstudio::VariablesList - + Select Output Variables - + All Alle - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1470,176 +1514,176 @@ Möchten Sie die Bibliothekspfade auf die Standardwerte zurücksetzen oder öffn openstudio::YearSettingsWidget - + Select Year by: Jahr wählen nach: - + Calendar Year Kalenderjahr - + First Day of Year Erster Tag im Jahr - + Daylight Savings Time: Zeitumstellung: - + Starts Beginn - - + + Define by Day of The Week And Month Definieren nach Wochentag und Monat - - + + Define by Date Definieren nach Datum - + Ends Ende - + First Erster - + Second Zweiter - + Third Dritter - + Fourth Vierter - + Last Letzter - - + + Sunday Sonntag - - + + Monday Montag - - + + Tuesday Dienstag - - + + Wednesday Mittwoch - - + + Thursday Donnerstag - - + + Friday Freitag - - + + Saturday Samstag - + UseWeatherFile Wetterdatei verwenden - + January Januar - + February Februar - + March März - + April April - + May Mai - + June Juni - + July Juli - + August August - + September September - + October Oktober - + November November - + December Dezember @@ -1647,167 +1691,167 @@ Möchten Sie die Bibliothekspfade auf die Standardwerte zurücksetzen oder öffn openstudio::bimserver::ProjectImporter - + Download OSM File OSM Datei herunterladen - - + + New Project Neues Projekt - + Check in IFC File IFC Datei einchecken - + > > - - - + + + Cancel Abbrechen - + Setting Einstellungen - + Project created, showing updated project list. Projekt erstellt, aktuallisierte Projektliste wird angezeigt. - + IFC file loaded, showing updated IFC file list. IFC Datei geladen, aktuallisierte IFC-Liste wird angezeigt. - + Login success! Anmeldung erfolgreich! - + BIMserver disconnected BIM-Server ist nicht verbunden - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. Der BIM-Server ist nicht korrekt verbunden. Bitte prüfen Sie, ob der BIM-Server läuft und stellen Sie sicher, dass Ihr Benutzername und Passwort gültig sind. - + Please select a IFC version before proceeding. Bitte wählen Sie eine IFC-Version aus, bevor Sie fortfahren. - + Project selected, showing all versions of IFC files under it. Projekt ausgewählt. Es werden alle IFC-Versionen angezeigt. - + Please select a project to see all the IFC versions under it. Bitte wählen Sie ein Projekt aus, um alle IFC-Versionen angzeigt zu bekommen. - + Create a new project and upload it to the server. Erstellen Sie ein neues Projekt und laden Sie es auf den Server hoch. - + Please enter the project name: Bitte geben Sie den Projektnamen ein: - + Project Name: Projektname: - + Create Project Projekt erstellen - + Check in a new version IFC file for the selected project. Checken Sie eine neue IFC-Datei für das aktuelle Projekt ein. - + Open IFC File IFC-Datei öffnen - + IFC files (*.ifc) IFC-Datei (*.ifc) - + Please select a project to check in a new IFC version. Bitte wählen Sie ein Projekt aus, um eine neue IFC-Version einzuchecken. - + Please specify the bimserver address/port and user credentials. Bitte geben Sie die Adresse/Port des BIM-Servers und die Zugangsdaten an. - + BIMserver Settings BIM-Server Einstellungen - + Please enter the BIMserver information: Bitte geben Sie die BIM-Server-Informationen ein: - + BIMserver Address: http:// BIM-Server Adresse: http:// - + BIMserver Port: BIM-Server Port: - + Username Benutzername - + Password Passwort - + Okay Okay - + BIMserver not set up BIM-Server ist nicht eingerichtet - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. Bitte geben Sie eine gültige BIM-Server-Adresse, den Port, Ihren Benutzernamen und Ihr Passwort an. Erkundigen Sie sich bei der Verantwortlichen Person. diff --git a/translations/OpenStudioApp_el.ts b/translations/OpenStudioApp_el.ts index 7604d3c6e..870fe8458 100644 --- a/translations/OpenStudioApp_el.ts +++ b/translations/OpenStudioApp_el.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector OpenStudio ελεγκτής - + Add new object Προσθέστε ένα νέο αντικείμενο - + Copy selected object Αντέγραψε επιλεγμένο αντικειμένο - + Remove selected objects Αφαιρέσε επιλεγμένα αντικείμενα - + Purge unused objects Εκκαθάριση αχρησιμοποίητων αντικειμένων @@ -33,23 +33,23 @@ InspectorGadget - - + + Hard Sized Εκτίμηση μηχανολογικού συστήματος με παραμέτρους από τον χρήστη - + Autosized Αυτόματη εκτίμηση μηχανολογικού συστήματος - + Autocalculate Αυτόματος υπολογισμός - + Add/Remove Extensible Groups Προσθήκη/Κατάργηση επεκτάσιμων ομάδων @@ -57,20 +57,20 @@ ModelObjectSelectorDialog - - + + Select Model Object Επιλέξτε Μοντέλο - - + + OK Εντάξει - - + + Cancel Ακύρωση @@ -78,22 +78,22 @@ openstudio::DesignDayGridController - + Date Ημερομηνία - + Temperature Θερμοκρασία - + Humidity Υγρασία - + Pressure Wind Precipitation @@ -102,12 +102,12 @@ Precipitation Βροχή - + Solar Ηλιακή ενέργεια - + Check to select all rows Επιλέξτε για να επιλέξετε όλες τις σειρές @@ -115,138 +115,138 @@ Precipitation openstudio::DesignDayGridView - + Design Day Name Ονομα ημέρα σχεδιασμού/αξιολόγησης - + All Όλα - + Day Of Month Ημέρα του μήνα - + Month Μήνας - + Day Type Τύπος ημέρας - + Daylight Saving Time Indicator Δείκτης θερινής ώρας - + Maximum Dry Bulb Temperature Μέγιστη εξωτερική θερμοκρασία υπο σκιά - + Daily Dry Bulb Temperature Range Εύρος καθημερινής εξωτερικής θερμοκρασίας υπο σκιά - + Daily Wet Bulb Temperature Range Εύρος καθημερινής εξωτερικής θερμοκρασίας υγρού θερμομέτρου - + Dry Bulb Temperature Range Modifier Type Τύπος αλλαγής εύρους εξωτερικής θερμοκρασίας υπο σκιά - + Dry Bulb Temperature Range Modifier Schedule Τύπος αλλαγής προγράμματος εξωτερικής θερμοκρασίας υπο σκιά - + Humidity Indicating Conditions At Maximum Dry Bulb Συνθήκες ένδειξης υγρασίας στη μέγιστη εξωτερική θερμοκρασία υπο σκιά - + Humidity Indicating Type Τύπος ένδειξης υγρασίας - + Humidity Indicating Day Schedule Πρόγραμμα ημέρας για την υγρασία - + Barometric Pressure Βαρομετρική πίεση - + Wind Speed Ταχύτητα ανέμου - + Wind Direction Κατεύθυνση ανέμου - + Rain Indicator Δείκτης βροχής - + Snow Indicator Δείκτης χιονιού - + Solar Model Indicator Δείκτης ηλιακού μοντέλου - + Beam Solar Day Schedule Άμεση ηλιακή ακτινοβολία - + Diffuse Solar Day Schedule Διάχυτη ηλιακή ακτινοβολία - + ASHRAE Taub ASHRAE Taub - + ASHRAE Taud ASHRAE Taud - + Sky Clearness Διαύγεια ουρανού - - + + Design Days Ημέρες σχεδιασμού/αξιολόγησης - + Drop Zone Ζώνη @@ -255,24 +255,24 @@ Zone openstudio::EditorWebView - - - + + + Open File Άνοιγμα αρχείου - + gbXML (*.xml *.gbxml) gbXML (*.xml *.gbxml) - + IDF (*.idf) IDF (*.idf) - + OSM (*.osm) OSM (*.osm) @@ -280,7 +280,7 @@ Zone openstudio::ExternalToolsDialog - + Select Path to Επιλέξτε φάκελο στον δίσκο σας @@ -288,12 +288,12 @@ Zone openstudio::LibraryDialog - + Select OpenStudio Library Επιλέξτε OpenStudio βιβλιοθήκη - + OpenStudio Files (*.osm) OpenStudio αρχεία (*.osm) @@ -301,17 +301,17 @@ Zone openstudio::LocationTabController - + Weather File && Design Days Αρχείο καιρού & Μέρες αξιολόγησης - + Life Cycle Costs Κόστος κύκλου ζωής - + Utility Bills Λογαριασμοί κοινής ωφελείας @@ -319,7 +319,7 @@ Zone openstudio::LocationTabView - + Site Τοποθεσία @@ -327,108 +327,108 @@ Zone openstudio::LocationView - + Weather File Αρχείο καιρού - + Name: Όνομα: - + Latitude: Γεωγραφικό πλάτος: - + Longitude: Γεωγραφικό μήκος: - + Elevation: Υψόμετρο: - + Time Zone: Ζώνη ώρας: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> Λήψη αρχείων καιρού στη διεύθυνση <a href="http://www.energyplus.net/weather"> www.energyplus.net/weather </a> - + Measure Tags (Optional): Ενεργειακά Μέτρα σημείωση (προαιρετικός): - + ASHRAE Climate Zone Κλιματική ζώνη ASHRAE - + CEC Climate Zone Κλιματική ζώνη CEC - + Design Days Ημέρες σχεδιασμού/αξιολόγησης - + Import From DDY Εισαγωγή από DDY - + Change Weather File Αλλαγή αρχείου καιρού - - + + Set Weather File Ορισμός αρχείου καιρού - + EPW Files (*.epw);; All Files (*.*) EPW Files (*.epw);; All Files (*.*) - + Open Weather File Άνοιγμα αρχείου καιρού - + Failed To Set Weather File Αποτυχία ορισμού αρχείου καιρού - + Failed To Set Weather File To Αποτυχία ορισμού αρχείου καιρού σε - + Open DDY File Άνοιγμα αρχείου DDY - + No Design Days in DDY File Δεν υπάρχουν ημέρες αξιολόγησης στο αρχείο DDY - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. Αυτό το αρχείο DDY δεν περιέχει έγκυρες ημέρες σχεδιασμού/αξιολόγησης. Ελέγξτε το ίδιο το αρχείο DDY για σφάλματα ή παραλείψεις. @@ -515,146 +515,146 @@ Zone openstudio::MainMenu - + &File &Αρχείο - + &New &Νέο - + &Open &Άνοιγμα - - + + &Revert to Saved &Επαναφορά στο αποθηκευμένο - + Ctrl+R Ctrl+R - + &Save &Αποθήκευση - + Save &As Αποθήκευση &ως - + &Import &Εισαγωγή - - + + &IDF &IDF - - + + &gbXML &gbXML - - + + &SDD &SDD - + I&FC I&FC - + &Export &Εξαγωγή - + &Load Library &Φόρτωση βιβλιοθήκης - + E&xamples - + &Example Model - + Shoebox Model - + E&xit Έ&ξοδος - + &Preferences &Προτιμήσεις - + &Units &Μονάδες - + Metric (&SI) Διεθνές σύστημα μονάδων (&SI) - + English (&I-P) Βρετανικό σύστημα μονάδων (&I-P) - + &Change My Measures Directory &Άλλαξε τον φάκελο των Ενεργειακών Μέτρων - + &Change Default Libraries &Άλλαξε τισ προκαθορισμένες βιβλιοθήκες - + &Configure External Tools &Διαμόρφωση Εξωτερικών Εργαλείων - + &Language &Γλώσσα - + English Αγγλικά - + French Γαλλικά @@ -663,147 +663,147 @@ Zone Αραβικά - + Spanish Ισπανικά - + Farsi Ιρανικά - + Hebrew Εβραϊκά - + Italian Ιταλικά - + Chinese Κινέζικα - + Greek Ελληνικά - + Polish Πολωνικά - + Catalan Καταλανικά - + Hindi Χίντι - + Vietnamese - + Japanese - + German - + Add a new language Πρόσθεσαι νέα γλώσσα - + &Configure Internet Proxy &Διαμόρφωση διακομιστή μεσολάβησης διαδικτύου - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures &Μηχανικά μέρη και Ενεργειακά Μέτρα - + &Apply Measure Now &Εφάρμοσαι μέτρα τώρα - + Ctrl+M Ctrl+M - + Find &Measures Βρες &Ενεργειακά Μέτρα - + Find &Components Βρές &Μηχανικά Μέρη - + &Help &Βοήθεια - + OpenStudio &Help OpenStudio &Βοήθεια - + Check For &Update Έλεγχος για &ενημερώσεις - + Allow Analytics - + Debug Webgl - + &About &Σχετικά με - + Adding a new language Προσθήκη νέας γλώσσας - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. Η προσθήκη μιας νέας γλώσσας δεν απαιτεί σχεδόν καμία ικανότητα κωδικοποίησης, αλλά απαιτεί γλωσσικές δεξιότητες: το μόνο που πρέπει να κάνετε είναι να μεταφράσετε κάθε πρόταση / λέξη με τη βοήθεια ενός αποκλειστικού λογισμικού. @@ -817,12 +817,12 @@ If you would like to see the OpenStudioApplication translated in your language o Απαιτείται επανεκκίνηση - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -830,24 +830,24 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -855,45 +855,45 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OSDocument - + Export Idf Εξαγωγή Idf - + (*.idf) (*.idf) - + (*.xml) (*.xml) - - + + Failed to save model Αποτυχία αποθήκευσης μοντέλου - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. Αποτυχία αποθήκευσης μοντέλου, βεβαιωθείτε ότι δεν έχετε ανοιχτή την τοποθεσία και ότι έχετε σωστή πρόσβαση εγγραφής. - + Save Αποθήκευση - + (*.osm) (*.osm) - - + + Select My Measures Directory Επιλέξτε τον κατάλογο των Ενεργειακών Μέτρων μου @@ -905,7 +905,7 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OpenStudioApp - + Timeout Τέλος χρόνου @@ -914,98 +914,98 @@ If you would like to see the OpenStudioApplication translated in your language o Αποτυχία εκκίνησης της Διαχείρισης Ενεργειακών Μέτρων. Θέλετε να δοκιμάσετε ξανά; - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files Φόρτωση αρχείων βιβλιοθήκης - + (Manage library files in Preferences->Change default libraries) (Διαχείριση αρχείων βιβλιοθήκης στις Προτιμήσεις-> Αλλαγή προεπιλεγμένων βιβλιοθηκών) - + Translation From version Μετάφραση από την έκδοση - - + + to Σε - + Unknown starting version Άγνωστη αρχική έκδοση - + Import Idf Εισαγωγή Idf - + (*.idf) (*.idf) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. ". Εξετάστε το ενδεχόμενο να χρησιμοποιήσετε το πρόγραμμα EnergyPlus Auxiliary IDFVersionUpdater για να ενημερώσετε το αρχείο IDF. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' - + '. . - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( - + ) and that all fields are valid against Energy+.idd. ) and that all fields are valid against Energy+.idd. - + <br/><br/>The ValidityReport follows. <br/><br/>The ValidityReport follows. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. - + IDF Import Failed Η εισαγωγή IDF απέτυχε - + =============== Errors =============== @@ -1014,7 +1014,7 @@ If you would like to see the OpenStudioApplication translated in your language o - + ============== Warnings ============== @@ -1023,7 +1023,7 @@ If you would like to see the OpenStudioApplication translated in your language o - + ==== The following idf objects were not imported ==== @@ -1032,123 +1032,123 @@ If you would like to see the OpenStudioApplication translated in your language o - + named Ονομασμένα - + Unnamed Χωρίς όνομα - + <strong>Some portions of the IDF file were not imported.</strong> <strong>Some portions of the IDF file were not imported.</strong> - + IDF Import IDF Εισαγωγή - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. Μόνο η γεωμετρία, οι κατασκευές, τα φορτία, οι θερμικές ζώνες και τα προγράμματα υποστηρίζονται από τη δυνατότητα εισαγωγής OpenStudio IDF. - + Import Εισαγωγή - + (*.xml) (*.xml) - + Errors or warnings occurred on import of Παρουσιάστηκαν σφάλματα ή προειδοποιήσεις κατά την εισαγωγή του - + Could not import SDD file. Δεν ήταν δυνατή η εισαγωγή αρχείου SDD. - + Could not import Δεν ήταν δυνατή η εισαγωγή - + file at Αρχείο στο - + Save Changes? Αποθήκευσε τις αλλαγές? - + The document has been modified. Το έγγραφο έχει τροποποιηθεί. - + Do you want to save your changes? Θέλετε να αποθηκεύσετε τις αλλαγές σας; - + Open Άνοιγμα - - + + (*.osm) (*.osm) - + A new version is available at <a href=" Μια νέα έκδοση είναι διαθέσιμη στο <a href = " - + Currently using the most recent version Αυτήν τη στιγμή χρησιμοποιείται η πιο πρόσφατη έκδοση - + Check for Updates Ελεγχος για ενημερώσεις - + Measure Manager Server: Διαχείριση Ενεργειακών Μέτρων Διακομιστής: - + Chrome Debugger: http://localhost: Chrome Debugger: http: // localhost: - + Temp Directory: Κατάλογος Temp: - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1157,70 +1157,70 @@ If you would like to see the OpenStudioApplication translated in your language o Σχετικά με - + Failed to load model Αποτυχία φόρτωσης μοντέλου - + Opening future version Άνοιγμα μελλοντικής έκδοσης - + using χρησιμοποιώντας - + Model updated from Το μοντέλο ενημερώθηκε από - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. Οι υπάρχοντες Ruby κώδικες έχουν αφαιρεθεί. Οι κώδικες Ruby δεν υποστηρίζονται πλέον και έχουν αντικατασταθεί από τα Ενεργειακά Μέτρα. - + Failed to open file at Αποτυχία ανοίγματος αρχείου στο - - + + Settings file not writable Το αρχείο ρυθμίσεων δεν είναι εγγράψιμο - - + + Your settings file ' Το αρχείο ρυθμίσεων " - - + + ' is not writable. Adjust the file permissions 'δεν είναι εγγράψιμο. Προσαρμόστε τα δικαιώματα αρχείου - - + + Revert to Saved Επαναφορά σε Αποθηκευμένο - + This model has never been saved. Do you want to create a new model? Αυτό το μοντέλο δεν έχει αποθηκευτεί ποτέ. Θέλετε να δημιουργήσετε ένα νέο μοντέλο; - + Are you sure you want to revert to the last saved version? Είστε βέβαιοι ότι θέλετε να επιστρέψετε στην τελευταία αποθηκευμένη έκδοση; @@ -1237,24 +1237,24 @@ Do you want to create a new model? Το Measure Manager έχει διακοπεί - + Restart required Απαιτείται επανεκκίνηση - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? Απαιτείται επανεκκίνηση της εφαρμογής OpenStudio προκειμένου οι αλλαγές γλώσσας να είναι πλήρως λειτουργικές. Θέλετε να κάνετε επανεκκίνηση τώρα; - + Select Library Επιλέξτε Βιβλιοθήκη - + Failed to load the following libraries... @@ -1263,7 +1263,7 @@ Would you like to restart now? - + Would you like to Restore library paths to default values or Open the library settings to change them manually? @@ -1272,10 +1272,28 @@ Would you like to Restore library paths to default values or Open the library se Θέλετε να επαναφέρετε διαδρομές βιβλιοθήκης σε προεπιλεγμένες τιμές ή να ανοίξετε τις ρυθμίσεις της βιβλιοθήκης για να τις αλλάξετε χειροκίνητα? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups Προσθήκη / Κατάργηση επεκτάσιμων ομάδων @@ -1283,85 +1301,111 @@ Would you like to Restore library paths to default values or Open the library se openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File &Αρχείο - + &New &Νέο - + &Open &Άνοιξε - + E&xit Έ&ξοδος - + Import Εισαγωγή - + IDF IDF - + gbXML gbXML - + SDD SDD - + IFC IFC - + &Help &Βοήθεια - + OpenStudio &Help OpenStudio &Βοήθεια - + Check For &Update Ελεγχος για &ενημερώσεις - + Debug Webgl - + &About &Σχετικά με @@ -1369,87 +1413,87 @@ Would you like to Restore library paths to default values or Open the library se openstudio::VariablesList - + Select Output Variables - + All Όλα - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1457,176 +1501,176 @@ Would you like to Restore library paths to default values or Open the library se openstudio::YearSettingsWidget - + Select Year by: Επιλέξτε Έτος κατά: - + Calendar Year Ημερολογιακό έτος - + First Day of Year Πρώτη ημέρα του έτους - + Daylight Savings Time: Θερινή ώρα: - + Starts Ξεκινάει - - + + Define by Day of The Week And Month Ορίστε βάση ημέρα της εβδομάδας και μήνα - - + + Define by Date Ορίστε βάση ημερομηνίας - + Ends Τελειώνει - + First Πρώτο - + Second Δεύτερο - + Third Τρίτο - + Fourth Τέταρτο - + Last Τελευταίο - - + + Sunday Κυριακή - - + + Monday Δευτέρα - - + + Tuesday Τρίτη - - + + Wednesday Τετάρτη - - + + Thursday Πέμπτη - - + + Friday Παρασκευή - - + + Saturday Σάββατο - + UseWeatherFile Χρησιμοποιήστε αρχείο καιρού - + January Ιανουάριος - + February Φεβρουάριος - + March Μάρτιος - + April Απρίλιος - + May Μάϊος - + June Ιούνιος - + July Ιούλιος - + August Αύγουστος - + September Σεπτέμβριος - + October Οκτώβριος - + November Νοέμβριος - + December Δεκέμβριος @@ -1634,167 +1678,167 @@ Would you like to Restore library paths to default values or Open the library se openstudio::bimserver::ProjectImporter - + Download OSM File Λήψη αρχείου OSM - - + + New Project Νέα εργασία - + Check in IFC File Eλέγξτε το αρχείο IFC - + > > - - - + + + Cancel Ακύρωση - + Setting Ρύθμιση - + Project created, showing updated project list. Η εργασία δημιουργήθηκε, εμφανίζει ενημερωμένη λίστα εργασιών. - + IFC file loaded, showing updated IFC file list. Το αρχείο IFC φορτώθηκε, εμφανίζοντας ενημερωμένη λίστα αρχείων IFC. - + Login success! Επιτυχία σύνδεσης! - + BIMserver disconnected Ο διακομιστής BIM αποσυνδέθηκε - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. Ο διακομιστής BIM δεν είναι σωστά συνδεδεμένος. Ελέγξτε εάν ο διακομιστής BIM εκτελείται και βεβαιωθείτε ότι το όνομα χρήστη και ο κωδικός πρόσβασης είναι έγκυροι. - + Please select a IFC version before proceeding. Επιλέξτε μια έκδοση IFC πριν συνεχίσετε. - + Project selected, showing all versions of IFC files under it. Η εργασία επιλέχθηκε, εμφανίζει όλες τις εκδόσεις αρχείων IFC που ανηκουν στην εργασια. - + Please select a project to see all the IFC versions under it. Επιλέξτε μια εργασία για να δείτε όλες τις εκδόσεις IFC που ανηκουν στην εργασια. - + Create a new project and upload it to the server. Δημιουργήστε μια καινούρια εργασια και ανεβάστε την στον διακομιστή. - + Please enter the project name: Εισαγάγετε το όνομα της εργασίας: - + Project Name: Όνομα εργασίας: - + Create Project Δημιουργία εργασίας - + Check in a new version IFC file for the selected project. Ελέγξτε μια νέα έκδοση αρχείου IFC για την επιλεγμένη εργασία. - + Open IFC File Ανοίξτε το αρχείο IFC - + IFC files (*.ifc) Αρχεία IFC (* .ifc) - + Please select a project to check in a new IFC version. Επιλέξτε μια εργασία για να ελέγξετε μια νέα έκδοση IFC. - + Please specify the bimserver address/port and user credentials. Προσδιορίστε τη διεύθυνση/θύρα bimserver και τα διαπιστευτήρια χρήστη. - + BIMserver Settings Ρυθμίσεις BIMserver - + Please enter the BIMserver information: Εισαγάγετε τις πληροφορίες του διακομιστή BIM: - + BIMserver Address: http:// Διεύθυνση διακομιστή BIM: http: // - + BIMserver Port: Θύρα BIMserver: - + Username Όνομα χρήστη - + Password Κωδικός πρόσβασης - + Okay Εντάξει - + BIMserver not set up BIMserver δεν έχει ρυθμιστεί - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. Καταχωρίστε έγκυρη διεύθυνση διακομιστή BIM, θύρα, το όνομα χρήστη και τον κωδικό πρόσβασής σας. Μπορείτε να ζητήσετε από τον διαχειριστή BIMserver σας τέτοιες πληροφορίες. diff --git a/translations/OpenStudioApp_es.ts b/translations/OpenStudioApp_es.ts index 68778e122..ea27702bf 100644 --- a/translations/OpenStudioApp_es.ts +++ b/translations/OpenStudioApp_es.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector Inspector de OpenStudio - + Add new object Agregar nuevo objeto - + Copy selected object Copiar objeto seleccionado - + Remove selected objects Remover objetos seleccionados - + Purge unused objects La palabra purgar no tiene el mismo contexto en Español. Borrar todos los objetos sin usar @@ -34,23 +34,23 @@ InspectorGadget - - + + Hard Sized Dimensionamiento Fijo - + Autosized Auto Dimensionado - + Autocalculate Auto Calcular - + Add/Remove Extensible Groups Añadir/Remover Grupos Extendibles @@ -58,20 +58,20 @@ ModelObjectSelectorDialog - - + + Select Model Object Seleccional Objecto Modelo - - + + OK OK - - + + Cancel Cancelar @@ -79,22 +79,22 @@ openstudio::DesignDayGridController - + Date Fecha - + Temperature Temperatura - + Humidity Humedad - + Pressure Wind Precipitation @@ -103,12 +103,12 @@ Viento Precipitación - + Solar Solar - + Check to select all rows Marca para seleccionar todos los renglones @@ -116,138 +116,138 @@ Precipitación openstudio::DesignDayGridView - + Design Day Name Nombre del Dia de Diseño - + All Todos - + Day Of Month Dia del Mes - + Month Mes - + Day Type Tipo de Dia - + Daylight Saving Time Indicator Indicador de Horario de Verano - + Maximum Dry Bulb Temperature Temperatura de Bulbo Seco Máxima - + Daily Dry Bulb Temperature Range Rango Diario de Temperatura de Bulbo Seco - + Daily Wet Bulb Temperature Range Rango de Temperatura Diario de Bulbo Húmedo - + Dry Bulb Temperature Range Modifier Type Tipo de Modificador del Rango de Temperatura de Bulbo Seco - + Dry Bulb Temperature Range Modifier Schedule Programa del Modificador del Rango de Temperatura de Bulbo Seco - + Humidity Indicating Conditions At Maximum Dry Bulb Condiciones Indicadoras de Humedad para La Temperatura Máxima de Bulbo Seco - + Humidity Indicating Type Tipo de Indicador de Humedad - + Humidity Indicating Day Schedule Programa Diario del Indicador de Humedad - + Barometric Pressure Presión Barométrica - + Wind Speed Velocidad de Viento - + Wind Direction Dirección de Viento - + Rain Indicator Indicador de Lluvia - + Snow Indicator Indicador de Nieve - + Solar Model Indicator Indicador del Modelo Solar - + Beam Solar Day Schedule Programa de Rayo del Dia Solar - + Diffuse Solar Day Schedule Programa de Difusión del Dia Solar - + ASHRAE Taub Taub de ASHRAE - + ASHRAE Taud Taud de ASHRAE - + Sky Clearness Claridad del Cielo - - + + Design Days Dias de Diseño - + Drop Zone Suelta aquí @@ -256,24 +256,24 @@ Zone openstudio::EditorWebView - - - + + + Open File Abrir Archivo - + gbXML (*.xml *.gbxml) gbXML (*.xml *.gbxml) - + IDF (*.idf) IDF (*.idf) - + OSM (*.osm) OSM (*.osm) @@ -281,7 +281,7 @@ Zone openstudio::ExternalToolsDialog - + Select Path to Seleccionar Ruta a @@ -289,12 +289,12 @@ Zone openstudio::LibraryDialog - + Select OpenStudio Library Seleccionar Libreria de OpenStudio - + OpenStudio Files (*.osm) Archivos de OpenStudio (*.osm) @@ -302,17 +302,17 @@ Zone openstudio::LocationTabController - + Weather File && Design Days Archivo de Clima y Dias de Diseño - + Life Cycle Costs Costos de Ciclo de Vida - + Utility Bills Facturas de Servicios @@ -320,7 +320,7 @@ Zone openstudio::LocationTabView - + Site Sitio @@ -328,108 +328,108 @@ Zone openstudio::LocationView - + Weather File Archivo de Clima - + Name: Nombre: - + Latitude: Latitud: - + Longitude: Longitud: - + Elevation: Elevación: - + Time Zone: Zona Horaria: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> Descarga Archivos de Clima en<a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> - + Measure Tags (Optional): Etiquetas de Medida (Opcional): - + ASHRAE Climate Zone Zona Climática de ASHRAE - + CEC Climate Zone Zona Climática de CEC - + Design Days Dias de Diseño - + Import From DDY Importar de DDY - + Change Weather File Cambiar Archivo de Clima - - + + Set Weather File Especificar Archivo de Clima - + EPW Files (*.epw);; All Files (*.*) Archivos EPW (*.epw);; Todos los Archivos (*.*) - + Open Weather File Abrir Archivo de Clima - + Failed To Set Weather File Error al Especificar el Archivo de Clima - + Failed To Set Weather File To Error al Especificar el Archivo de Clima a - + Open DDY File Abrir Archivo DDY - + No Design Days in DDY File No hay Dias de Diseño en el Archivo DDY - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. Este Archivo DDY no contiene dias de diseño válidos. Revise el Archivo DDY en busca de errores u omisiones. @@ -516,146 +516,146 @@ Zone openstudio::MainMenu - + &File &Archivo - + &New &Nuevo - + &Open &Abrir - - + + &Revert to Saved &Revertir a lo Guardado - + Ctrl+R Ctrl+R - + &Save &Guardar - + Save &As Guardar &Como - + &Import &Importar - - + + &IDF &IDF - - + + &gbXML &gbXML - - + + &SDD &SDD - + I&FC I&FC - + &Export &Exportar - + &Load Library &Cargar Libreria - + E&xamples - + &Example Model - + Shoebox Model - + E&xit &Salir - + &Preferences &Preferencias - + &Units &Unidades - + Metric (&SI) Metrico (&SI) - + English (&I-P) Inglés (&I-P) - + &Change My Measures Directory &Cambiar el Directorio de Mis Medidas - + &Change Default Libraries &Cambiar Librerías Estándar - + &Configure External Tools &Configurar Herramientas Externas - + &Language &Lenguaje - + English Inglés - + French Francés @@ -664,147 +664,147 @@ Zone Árabe - + Spanish Español - + Farsi Farsi - + Hebrew Hebreo - + Italian Italiano - + Chinese - + Greek - + Polish - + Catalan - + Hindi - + Vietnamese - + Japanese - + German - + Add a new language Añadir un Nuevo Lenguaje - + &Configure Internet Proxy &Configurar Proxy de Internet - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures &Componentes y Medidas - + &Apply Measure Now &Aplicar Medida Ahora - + Ctrl+M Ctrl+M - + Find &Measures Buscar &Medidas - + Find &Components Buscar &Componentes - + &Help &Ayuda - + OpenStudio &Help &Ayuda de OpenStudio - + Check For &Update Buscar &Actualizaciones - + Allow Analytics - + Debug Webgl - + &About &Acerca - + Adding a new language Añadiendo un Nuevo Lenguaje - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. Añadir un nuevo lenguaje require muy pocas habilidades de programación, pero require habilidades de lenguas: la única cosa por hacer es traducir cada oración/palabra con la ayuda de un programa de computadora dedicado. @@ -818,12 +818,12 @@ Si le gustaría ver la AplicaciónOpenStudio traducido a algun otro lenguaje, le Se requiere reiniciar - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -831,24 +831,24 @@ Si le gustaría ver la AplicaciónOpenStudio traducido a algun otro lenguaje, le openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -856,45 +856,45 @@ Si le gustaría ver la AplicaciónOpenStudio traducido a algun otro lenguaje, le openstudio::OSDocument - + Export Idf Exportar Idf - + (*.idf) (*.idf) - + (*.xml) (*.xml) - - + + Failed to save model Fallo al guardar modelo - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. Fallo al guardar modelo, asegurece de que no tiene la locación abierta y que tiene acceso correcto para modificar. - + Save Guardar - + (*.osm) (*.osm) - - + + Select My Measures Directory Seleccionar Directorio de Mis Medidas @@ -906,7 +906,7 @@ Si le gustaría ver la AplicaciónOpenStudio traducido a algun otro lenguaje, le openstudio::OpenStudioApp - + Timeout Caducó @@ -915,98 +915,98 @@ Si le gustaría ver la AplicaciónOpenStudio traducido a algun otro lenguaje, le Fallo al comenzar el Administrador de Medidas. Desea reintentar? - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files Cargando Archivos de Librería - + (Manage library files in Preferences->Change default libraries) (Administre los archivos de librerías en Preferencias->Cambiar librerías estándar) - + Translation From version Traducción De versión - - + + to a - + Unknown starting version Versión inicial desconocida - + Import Idf Importar Idf - + (*.idf) (*.idf) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' ' mientras que OpenStudio utiliza un EnergyPlus <strong>más nuevo</strong> ' - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. '. Considere utilizar el programa Auxiliar de EnergyPlus IDFVersionUpdater para actualizar su archivo IDF. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' ' mientras que OpenStudio utiliza un EnergyPlus <strong>más antigua</strong> ' - + '. '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( ' cual es la <strong>misma</strong> versión de EnergyPlus que OpenStudio utiliza( - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( <strong>El archivo no contiene un VersionObject</strong>. Revise si es la versión correcta ( - + ) and that all fields are valid against Energy+.idd. ) y todos los campos son validos contra el Energy+.idd. - + <br/><br/>The ValidityReport follows. <br/><br/>Sigue el ReportedeValidación. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. <strong>El archivo no es válido para ensayar rigor</strong>. Revise que todos los campos son válidos contra el Energy+.idd. - + IDF Import Failed La Importación de IDF falló - + =============== Errors =============== @@ -1015,7 +1015,7 @@ Si le gustaría ver la AplicaciónOpenStudio traducido a algun otro lenguaje, le - + ============== Warnings ============== @@ -1024,7 +1024,7 @@ Si le gustaría ver la AplicaciónOpenStudio traducido a algun otro lenguaje, le - + ==== The following idf objects were not imported ==== @@ -1033,123 +1033,123 @@ Si le gustaría ver la AplicaciónOpenStudio traducido a algun otro lenguaje, le - + named llamado - + Unnamed Sin nombre - + <strong>Some portions of the IDF file were not imported.</strong> <strong>Algunas porciones del archivo de IDF no se importaron.</strong> - + IDF Import Importación de IDF - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. Solamente geometría, construcciones, cargas, zonas térmicas, y programas son soportados por la herramienta de importación de IDF de OpenStudio. - + Import Importar - + (*.xml) (*.xml) - + Errors or warnings occurred on import of Errores o advertencias occurieron al importar - + Could not import SDD file. No se pudo importar el archivo SDD. - + Could not import No se pudo importar - + file at archivo en - + Save Changes? ¿Guardar Cambios? - + The document has been modified. El documento ha sido modificado. - + Do you want to save your changes? ¿Quisiera guardar sus cambios? - + Open Abrir - - + + (*.osm) (*.osm) - + A new version is available at <a href=" Una nueva versión está disponible en <a href=" - + Currently using the most recent version La versión actual es la mas reciente - + Check for Updates Buscar Actualizaciones - + Measure Manager Server: Servidor de Administrador de Medidas: - + Chrome Debugger: http://localhost: Chrome Debugger: http://localhost: - + Temp Directory: Directorio Temporal: - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1158,70 +1158,70 @@ Si le gustaría ver la AplicaciónOpenStudio traducido a algun otro lenguaje, le Acerca - + Failed to load model Fallo al cargar el modelo - + Opening future version Abrir versión futura - + using utilizando - + Model updated from Modelo actualizado de - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. Los scripts de Ruby han sido removidos. Los scripts de Ruby ya no son compatibles y se han remplazado por medidas. - + Failed to open file at Fallo al abrir archivo en - - + + Settings file not writable - - + + Your settings file ' - - + + ' is not writable. Adjust the file permissions - - + + Revert to Saved Revertir a Guardado - + This model has never been saved. Do you want to create a new model? Este modelo nunca se ha guardado. ¿Desea crear un nuevo modelo? - + Are you sure you want to revert to the last saved version? Está seguro de que quiere revertir a la última versión guardada? @@ -1238,24 +1238,24 @@ Do you want to create a new model? El Administrador de Medidas ha colapsado - + Restart required Se requiere reiniciar - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? Se require reiniciar la Aplicación OpenStudio para que los cambios de lenguaje surtan efecto. Quisiera reiniciar ahora? - + Select Library Seleccionar Librería - + Failed to load the following libraries... @@ -1264,7 +1264,7 @@ Quisiera reiniciar ahora? - + Would you like to Restore library paths to default values or Open the library settings to change them manually? @@ -1273,10 +1273,28 @@ Would you like to Restore library paths to default values or Open the library se Desea Restaurar la ruta por defecto de las librerías o Abrir los ajustes de librería para cambiarlos manualmente? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups Añadir/Remover Grupos Extensibles @@ -1284,85 +1302,111 @@ Desea Restaurar la ruta por defecto de las librerías o Abrir los ajustes de lib openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File &Archivo - + &New &Nuevo - + &Open &Abrir - + E&xit &Salir - + Import Importar - + IDF IDF - + gbXML gbXML - + SDD SDD - + IFC IFC - + &Help &Ayuda - + OpenStudio &Help &Ayuda de OpenStudio - + Check For &Update Buscar &Actualización - + Debug Webgl - + &About &Acerca @@ -1370,87 +1414,87 @@ Desea Restaurar la ruta por defecto de las librerías o Abrir los ajustes de lib openstudio::VariablesList - + Select Output Variables - + All Todos - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1458,176 +1502,176 @@ Desea Restaurar la ruta por defecto de las librerías o Abrir los ajustes de lib openstudio::YearSettingsWidget - + Select Year by: Seleccionar Año por: - + Calendar Year Año Calendario - + First Day of Year Primer Dia del Año - + Daylight Savings Time: Horario de Verano: - + Starts Comienza - - + + Define by Day of The Week And Month Definir por Dia de la Semana y Mes - - + + Define by Date Definir por Fecha - + Ends Termina - + First Primer - + Second Segundo - + Third Tercer - + Fourth Cuarto - + Last Último - - + + Sunday Domingo - - + + Monday Lunes - - + + Tuesday Martes - - + + Wednesday Miércoles - - + + Thursday Jueves - - + + Friday Viernes - - + + Saturday Sábado - + UseWeatherFile UsarArchivodeClima - + January Enero - + February Febrero - + March Marzo - + April Abril - + May Mayo - + June Junio - + July Julio - + August Agosto - + September Septiembre - + October Octubre - + November Noviembre - + December Diciembre @@ -1635,167 +1679,167 @@ Desea Restaurar la ruta por defecto de las librerías o Abrir los ajustes de lib openstudio::bimserver::ProjectImporter - + Download OSM File Descargar Archivo OSM - - + + New Project Nuevo proyecto - + Check in IFC File Revisar en el Archivo IFC - + > > - - - + + + Cancel Cancelar - + Setting Ajuste - + Project created, showing updated project list. Proyecto creado, mostrando la lista de proyecto actualizada. - + IFC file loaded, showing updated IFC file list. El archivo IFC se ha cargado, mostrando la lista de archivos IFC actualizada. - + Login success! ¡Inicio de sesión exitoso! - + BIMserver disconnected BIMserver desconectado - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. El BIMserver no está conectado correctamente. Por favor revise si el BIMserver está corriendo y asegurece que su usuario y contraseña son válidos. - + Please select a IFC version before proceeding. Favor de seleccionar una versión de IFC antes de continuar. - + Project selected, showing all versions of IFC files under it. Proyecto seleccionado, mostrando todas las versiones de archivo IFC debajo. - + Please select a project to see all the IFC versions under it. Favor de seleccionar un proyecto para ver todas las versiones de IFC debajo. - + Create a new project and upload it to the server. Crear un nuevo proyecto y cargarlo al servidor. - + Please enter the project name: Favor de añadir el nombre de proyecto: - + Project Name: Nombre de Proyecto: - + Create Project Crear Proyecto - + Check in a new version IFC file for the selected project. Revisar en una versión nueva de archivo IFC para el proyecto seleccionado. - + Open IFC File Abrir Archivo IFC - + IFC files (*.ifc) Archivos IFC (*.ifc) - + Please select a project to check in a new IFC version. Favor de seleccionar un proyecto para revisar en una nueva versión de IFC. - + Please specify the bimserver address/port and user credentials. Favor de especificar la dirección/puerto de bimserver y credenciales de usuario. - + BIMserver Settings Ajustes de BIMserver - + Please enter the BIMserver information: Favor de añadir la información de BIMserver: - + BIMserver Address: http:// Dirección del BIMserver: http:// - + BIMserver Port: Puerto de BIMServer: - + Username Usuario - + Password Contraseña - + Okay Okay - + BIMserver not set up BIMserver no está configurado - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. Favor de proveer una dirección de BIMserver válida, puerto, su usuario y contraseña. Podría preguntar a su administrador de BIMserver por esa información. diff --git a/translations/OpenStudioApp_fa.ts b/translations/OpenStudioApp_fa.ts index aea47c958..a64abe4c7 100644 --- a/translations/OpenStudioApp_fa.ts +++ b/translations/OpenStudioApp_fa.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector پیمایشگر اپن استودیو - + Add new object اضافه کردن شیء جدید - + Copy selected object کپی اشیاء انتخاب شده - + Remove selected objects حذف اشیاء انتخاب شده - + Purge unused objects پاکسازی اشیاء استفاده نشده @@ -33,23 +33,23 @@ InspectorGadget - - + + Hard Sized دقیق اندازه شده - + Autosized خودکار اندازه شده - + Autocalculate محاسبه خودکار - + Add/Remove Extensible Groups افزودن/حذف گروههای قابل توسعه @@ -57,20 +57,20 @@ ModelObjectSelectorDialog - - + + Select Model Object انتخاب شیء مدل - - + + OK تایید - - + + Cancel لغو @@ -78,22 +78,22 @@ openstudio::DesignDayGridController - + Date تاریخ - + Temperature دما - + Humidity رطوبت - + Pressure Wind Precipitation @@ -101,12 +101,12 @@ Precipitation بارندگی - + Solar خورشیدی - + Check to select all rows انتخاب تمام ردیف ها @@ -114,138 +114,138 @@ Precipitation openstudio::DesignDayGridView - + Design Day Name نام روزطراحی - + All همه - + Day Of Month روز ماه - + Month ماه - + Day Type نوع روز - + Daylight Saving Time Indicator شاخص زمان صرفه جویی نور روز - + Maximum Dry Bulb Temperature دمای خشک حداکثر - + Daily Dry Bulb Temperature Range محدوده روزانه دمای خشک - + Daily Wet Bulb Temperature Range محدوده روزانه دمای تر - + Dry Bulb Temperature Range Modifier Type نوع اصلاح کننده محدوده دمای خشک - + Dry Bulb Temperature Range Modifier Schedule برنامه اصلاح کننده محدوده دمای خشک - + Humidity Indicating Conditions At Maximum Dry Bulb شرایط نشان دهنده رطوبت در حداکثر دمای خشک - + Humidity Indicating Type نوع نشانگر رطوبت - + Humidity Indicating Day Schedule برنامه روز نشانگر رطوبت - + Barometric Pressure فشار هوا - + Wind Speed سرعت باد - + Wind Direction جهت باد - + Rain Indicator شاخص باران - + Snow Indicator شاخص برف - + Solar Model Indicator شاخص مدل خورشیدی - + Beam Solar Day Schedule برنامه تابش مستقیم نور خورشید - + Diffuse Solar Day Schedule برنامه تابش پراکنده نور خورشید - + ASHRAE Taub - + ASHRAE Taud - + Sky Clearness صافی آسمان - - + + Design Days روزهای طراحی - + Drop Zone منطقه @@ -255,24 +255,24 @@ Zone openstudio::EditorWebView - - - + + + Open File باز کردن فایل - + gbXML (*.xml *.gbxml) - + IDF (*.idf) - + OSM (*.osm) @@ -280,7 +280,7 @@ Zone openstudio::ExternalToolsDialog - + Select Path to انتخاب مسیر به @@ -288,12 +288,12 @@ Zone openstudio::LibraryDialog - + Select OpenStudio Library انتخاب کتابخانه اپن استودیو - + OpenStudio Files (*.osm) فایل های اپن استودیو (*.osm) @@ -301,17 +301,17 @@ Zone openstudio::LocationTabController - + Weather File && Design Days فایل آب و هوایی و روزهای طراحی - + Life Cycle Costs هزینه های چرخه زندگی - + Utility Bills صورتحساب مصرف @@ -319,7 +319,7 @@ Zone openstudio::LocationTabView - + Site سایت @@ -327,108 +327,108 @@ Zone openstudio::LocationView - + Weather File فایل آب و هوایی - + Name: نام: - + Latitude: عرض جغرافیایی: - + Longitude: طول جغرافیایی: - + Elevation: ارتفاع: - + Time Zone: منطقه زمانی: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> دانلود فایل آب و هوایی از <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> - + Measure Tags (Optional): برچسب های تمهیدی (اختیاری): - + ASHRAE Climate Zone ASHRAEمنطقه اقلیمی - + CEC Climate Zone CEC منطقه اقلیمی - + Design Days روزهای طراحی - + Import From DDY وارد کردن از DDY - + Change Weather File تغییر فایل آب و هوایی - - + + Set Weather File تنظیم فایل آب و هوایی - + EPW Files (*.epw);; All Files (*.*) فایل های EPW (*.epw)؛ تمام فایل ها (*.*) - + Open Weather File باز کردن فایل آب و هوایی - + Failed To Set Weather File ناموفق در تنظیم فایل آب و هوایی - + Failed To Set Weather File To ناموفق در تنظیم فایل آب و هوایی برای - + Open DDY File باز کردن فایل DDY - + No Design Days in DDY File در فایل DDY روزهای طراحی وجود ندارد - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. در فایل DDY روزهای طراحی معتبر وجود ندارد. @@ -515,141 +515,141 @@ Zone openstudio::MainMenu - + Ctrl+R Ctrl+R - + &File &فایل - + &New &جدید - - + + &Revert to Saved &برگشت به فایل ذخیره شده - + &Save &ذخیره - + Save &As ذخیره &بعنوان - + &Import &وارد کردن - - + + &IDF &IDF - - + + &gbXML &gbXML - - + + &SDD &SDD - + I&FC &IFC - + &Export &خارج کردن - + &Load Library بارگذاری &کتابخانه - + E&xamples - + &Example Model - + Shoebox Model - + E&xit &خروج - + &Preferences &اولویت ها - + &Units &واحدها - + Metric (&SI) متریک (SI&) - + English (&I-P) انگلیسی (I-P&) - + &Change My Measures Directory &تغییر فهرست تمهیدات من - + &Change Default Libraries &تغییر کتابخانه های پیش فرض - + &Configure External Tools &پیکربندی ابزارهای خارجی - + &Language &زبان - + English انگلیسی - + French فرانسوی @@ -658,152 +658,152 @@ Zone عربی - + Spanish اسپانیایی - + Farsi فارسی - + Hebrew عبری - + Italian ایتالیایی - + Chinese چینی - + Greek یونانی - + Polish لهستانی - + Catalan کاتالان - + Hindi هندی - + Vietnamese - + Japanese - + German - + Add a new language زبان جدید اضافه کنید - + &Configure Internet Proxy &پیکربندی پروکسی اینترنت - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures &اجزاء و &تمهیدات - + &Apply Measure Now حالا تمهیدات را ا&عمال کن - + Find &Measures پیدا کردن ت&مهیدات - + Find &Components پیدا کردن &اجزاء - + &Help را&هنما - + OpenStudio &Help را&هنمای اپن استودیو - + Check For &Update بررسی ب&روزرسانی - + Allow Analytics - + Debug Webgl - + &About &درباره - + Adding a new language اضافه کردن زبان جدید - + Ctrl+M Ctrl+M - + &Open &باز کردن - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. افزودن یک زبان جدید به مهارت رمزگذاری نیاز ندارد ، اما به مهارت های زبانی نیاز دارد: تنها کاری که باید انجام دهید ترجمه هر جمله / کلمه با کمک یک نرم افزار اختصاصی است. @@ -817,12 +817,12 @@ If you would like to see the OpenStudioApplication translated in your language o راه اندازی مجدد لازم است - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -830,24 +830,24 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -855,40 +855,40 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OSDocument - + (*.idf) (*.idf) - + Export Idf خارج کردن idf - + (*.xml) (*.xml) - - + + Failed to save model ناموفق در ذخیره مدل - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. مدل ذخیره نشد، مطمئن شوید فایل را باز ندارید و دسترسی صحیحی به نوشتن دارید. - + Save ذخیره - - + + Select My Measures Directory انتخاب مسیر تمهیدات من @@ -897,7 +897,7 @@ If you would like to see the OpenStudioApplication translated in your language o کتابخانه آنلاین اجزاء ساختمان (BCL) - + (*.osm) (*.osm) @@ -905,7 +905,7 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OpenStudioApp - + Timeout وقفه @@ -914,98 +914,98 @@ If you would like to see the OpenStudioApplication translated in your language o مدیریت تمهیدات شروع نشد. آیا دوست دارید دوباره امتحان کنید؟ - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files بارگذاری فایل های کتابخانه - + (Manage library files in Preferences->Change default libraries) (مدیریت پرونده های کتابخانه در تنظیمات برگزیده -> تغییر کتابخانه های پیش فرض) - + Translation From version ترجمه از نسخه - - + + to به - + Unknown starting version نسخه ناشناخته شروع - + (*.idf) (*.idf) - + Import Idf وارد کردن Idf - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' درحالیکه اپن استودیو از انرژی پلاس <strong>جدیدتر</strong> استفاده می کند - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. برای به روزرسانی فایل IDF خود، از برنامه کمکی EnergyPlus IDFVersionUpdater استفاده کنید. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' درحالیکه اپن استودیو از انرژی پلاس <strong>قدیمری تر</strong> استفاده می کند - + '. '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( که همان نسخه <strong>مشابه</strong> انرژی پلاس است که اپن استودیو استفاده می کند - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( فایل IDF فاقد ورژن می باشد. نسخه آن را بررسی کنید. ( - + ) and that all fields are valid against Energy+.idd. و اینکه همه فیلدها در مقابل فایل Energy+.idd معتبر هستند. - + <br/><br/>The ValidityReport follows. <br/><br/>گزارش اعتبار به شرح زیر است. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. <strong>فایل برای دقت پیش نویس معتبر نیست.</strong> فایل برای دقت پیش نویس معتبر نیست. بررسی کنید که تمام فیلدها در برابر Energy+.idd معتبر باشند. - + IDF Import Failed وارد کردن فایل IDF انجام نشد - + =============== Errors =============== @@ -1014,7 +1014,7 @@ If you would like to see the OpenStudioApplication translated in your language o - + ============== Warnings ============== @@ -1023,7 +1023,7 @@ If you would like to see the OpenStudioApplication translated in your language o - + ==== The following idf objects were not imported ==== @@ -1032,123 +1032,123 @@ If you would like to see the OpenStudioApplication translated in your language o - + named نامگذاری شده - + Unnamed نامگذاری نشده - + <strong>Some portions of the IDF file were not imported.</strong> <strong>برخی از بخش های فایل IDF وارد نشده است.</strong> - + IDF Import وارد کردن IDF - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. فقط هندسه ، ساختارها ، بارها ، مناطق گرمایی و برنامه ها توسط ویژگی وارد کردن IDF در اپن استودیو پشتیبانی می شوند. - + Import وارد کردن - + (*.xml) (*.xml) - + Errors or warnings occurred on import of هنگام وارد کردن فایل، خظا یا هشدار رخ داده است - + Could not import SDD file. وارد کردن فایل SDD امکانپذیر نیست. - + Could not import وارد کردن امکانپذیر نیست - + file at فایل در - + Save Changes? تغییرات ذخیره شوند؟ - + The document has been modified. سند اصلاح شده است. - + Do you want to save your changes? آیا می خواهید تغییرات خود را ذخیره کنید؟ - + Open باز کردن - - + + (*.osm) (*.osm) - + A new version is available at <a href=" نسخه جدید موجود است در <a href=" - + Currently using the most recent version در حال حاضر از جدیدترین نسخه استفاده می شود - + Check for Updates بررسی بروزرسانی - + Measure Manager Server: سرور مدیریت تمهیدات: - + Chrome Debugger: http://localhost: رفع اشکال کروم: http://localhost: - + Temp Directory: مسر موقت: - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1157,69 +1157,69 @@ If you would like to see the OpenStudioApplication translated in your language o درباره - + Failed to load model مدل بارگیری نشد - + Opening future version در حال باز کردن نسخه آینده - + using استفاده - + Model updated from مدل به روز شده از - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. متن های روبی دیگر پشتیبانی نمی شوند و با تمهیدات جایگزین شده اند. - + Failed to open file at فایل باز نشد - - + + Settings file not writable فایل تنظیمات قابل نوشتن نیست - - + + Your settings file ' فایل تنظیمات شما - - + + ' is not writable. Adjust the file permissions قابل نوشتن نیست. مجوزهای فایل را تنظیم کنید - - + + Revert to Saved برگشت به ذخیره شده - + This model has never been saved. Do you want to create a new model? این مدل هرگز ذخیره نشده است. آیا می خواهید مدل جدیدی ایجاد کنید؟ - + Are you sure you want to revert to the last saved version? آیا مطمئن هستید که می خواهید به آخرین نسخه ذخیره شده بازگردید؟ @@ -1236,24 +1236,24 @@ Do you want to create a new model? عدم مدیریت تمهیدات - + Restart required راه اندازی مجدد لازم است - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? برای اینکه عملکرد زبان کاملاً کاربردی باشد، راه اندازی مجدد اپن استودیو لازم است. آیا می خواهید اکنون دوباره راه اندازی کنید؟ - + Select Library انتخاب کتابخانه - + Failed to load the following libraries... @@ -1262,7 +1262,7 @@ Would you like to restart now? - + Would you like to Restore library paths to default values or Open the library settings to change them manually? @@ -1271,10 +1271,28 @@ Would you like to Restore library paths to default values or Open the library se آیا می خواهید مسیرهای کتابخانه را به پیش فرض بازیابی کنید یا تنظیمات کتابخانه را بصورت دستی تغییر دهید؟ + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups افزودن/حذف گروههای قابل توسعه @@ -1282,85 +1300,111 @@ Would you like to Restore library paths to default values or Open the library se openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File &فایل - + &New &جدید - + &Open &باز کردن - + E&xit &خروج - + Import وارد کردن - + IDF IDF - + gbXML gbXML - + SDD SDD - + IFC IFC - + &Help &راهنما - + OpenStudio &Help را&هنمای اپن استودیو - + Check For &Update بررسی ب&روزرسانی - + Debug Webgl - + &About &درباره @@ -1368,87 +1412,87 @@ Would you like to Restore library paths to default values or Open the library se openstudio::VariablesList - + Select Output Variables - + All همه - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1456,176 +1500,176 @@ Would you like to Restore library paths to default values or Open the library se openstudio::YearSettingsWidget - + Select Year by: انتخاب توسط سال: - + Calendar Year سال تقویمی - + First Day of Year اولین روز سال - + Daylight Savings Time: زمان صرفه جویی نور روز: - + Starts شروع - - + + Define by Day of The Week And Month تعریف با توجه به روز هفته و ماه - - + + Define by Date تعریف با توجه به تاریخ - + Ends پایان - + First اولین - + Second دومین - + Third سومین - + Fourth چهارمین - + Last آخرین - - + + Sunday یکشنبه - - + + Monday دوشنبه - - + + Tuesday سه شنبه - - + + Wednesday چهارشنبه - - + + Thursday پنجشنبه - - + + Friday جمعه - - + + Saturday شنبه - + UseWeatherFile استفاده از فایل آب و هوایی - + January ژانویه - + February فوریه - + March مارس - + April آوریل - + May می - + June جوئن - + July جولای - + August آگوست - + September سپتامبر - + October اکتبر - + November نوامبر - + December دسامبر @@ -1633,168 +1677,168 @@ Would you like to Restore library paths to default values or Open the library se openstudio::bimserver::ProjectImporter - + Download OSM File - - + + New Project - + Check in IFC File - + > - - - + + + Cancel لغو - + Setting - + Project created, showing updated project list. - + IFC file loaded, showing updated IFC file list. - + Login success! موفقیت ورود به سیستم! - + BIMserver disconnected سرور BIM قطع شد - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. سرور BIM به درستی متصل نیست. لطفاً بررسی کنید که سرور BIM در حال اجرا است و از معتبر بودن نام کاربری و رمز عبور خود اطمینان حاصل کنید. - + Please select a IFC version before proceeding. لطفاً قبل از ادامه نسخه IFC را انتخاب کنید. - + Project selected, showing all versions of IFC files under it. پروژه انتخاب شده است و تمام نسخه های فایلهای IFC را در زیر نشان می دهد. - + Please select a project to see all the IFC versions under it. لطفاً یک پروژه را انتخاب کنید تا تمام نسخه های IFC را در زیر آن مشاهده کنید. - + Create a new project and upload it to the server. یک پروژه جدید ایجاد کنید و آن را در سرور بارگذاری کنید. - + Please enter the project name: لطفاً نام پروژه را وارد کنید: - + Project Name: نام پروژه: - + Create Project ایجاد پروژه - + Check in a new version IFC file for the selected project. در نسخه جدید فایل IFC برای پروژه انتخاب شده بررسی کنید. - + Open IFC File فایل IFC را باز کنید - + IFC files (*.ifc) فایل های IFC (*.ifc) - + Please select a project to check in a new IFC version. لطفاً یک پروژه را انتخاب کنید تا نسخه جدید IFC را بررسی کنید. - + Please specify the bimserver address/port and user credentials. لطفاً آدرس/پورت سرور BIM و اطلاعات کاربری را مشخص کنید. - + BIMserver Settings تنظیمات سرور BIM - + Please enter the BIMserver information: لطفاً اطلاعات سرور BIM را وارد کنید: - + BIMserver Address: http:// آدرس سرور BIM: http:// - + BIMserver Port: پورت سرور BIM: - + Username نام کاربری - + Password رمز - + Okay باشه - + BIMserver not set up سرور BIM تنظیم نشده است - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. لطفاً آدرس، پورت، نام کاربری و رمز عبور معتبر BIM سرور خود را وارد کنید. ممکن است چنین اطلاعاتی را از مدیر سرور BIM خود بخواهید. diff --git a/translations/OpenStudioApp_fr.ts b/translations/OpenStudioApp_fr.ts index 704610000..6dcb7d70a 100644 --- a/translations/OpenStudioApp_fr.ts +++ b/translations/OpenStudioApp_fr.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector OpenStudio Inspector - + Add new object Ajouter un nouvel objet - + Copy selected object Copier les objets sélectionnés - + Remove selected objects Supprimer les objets selectionnés - + Purge unused objects Purger les objets inutilisés @@ -33,23 +33,23 @@ InspectorGadget - - + + Hard Sized Dimensionné manuellement - + Autosized Auto dimensionné - + Autocalculate Autocalculé - + Add/Remove Extensible Groups Ajouter / Supprimer des groupes extensibles @@ -57,20 +57,20 @@ ModelObjectSelectorDialog - - + + Select Model Object Selectionner un Model Object - - + + OK OK - - + + Cancel Annuler @@ -78,22 +78,22 @@ openstudio::DesignDayGridController - + Date Date - + Temperature Température - + Humidity Humidité - + Pressure Wind Precipitation @@ -102,12 +102,12 @@ Vent Précipitation - + Solar Solaire - + Check to select all rows Cocher pour sélectionner toutes les lignes @@ -115,138 +115,138 @@ Précipitation openstudio::DesignDayGridView - + Design Day Name Jour de dimensionnement - + All All - + Day Of Month Jour du Mois - + Month Mois - + Day Type Type de jour - + Daylight Saving Time Indicator Indicateur d'heure d'été - + Maximum Dry Bulb Temperature Température sèche maximale - + Daily Dry Bulb Temperature Range Plage quotidienne de température sèche - + Daily Wet Bulb Temperature Range Plage quotidienne de température humide - + Dry Bulb Temperature Range Modifier Type Type de modificateur de la plage quotidienne de température sèche - + Dry Bulb Temperature Range Modifier Schedule Calendrier modificateur de la plage quotidienne de température sèche - + Humidity Indicating Conditions At Maximum Dry Bulb Conditions de l'indicateur d'humidité au maximum de la température sèche - + Humidity Indicating Type Type d'indicateur d'humidité - + Humidity Indicating Day Schedule Calendrier journalier d'indicateur d'humidité - + Barometric Pressure Pression atmosphérique - + Wind Speed Vitesse du vent - + Wind Direction Direction du vent - + Rain Indicator Indicateur de pluie - + Snow Indicator Indicateur de neige - + Solar Model Indicator Modèle solaire - + Beam Solar Day Schedule Calendrier journalier du faisceau solaire (Beam) - + Diffuse Solar Day Schedule Calendrier journalier du rayonnement diffuss (Beam) - + ASHRAE Taub ASHRAE Taub - + ASHRAE Taud ASHRAE Taud - + Sky Clearness Clarté du ciel - - + + Design Days Jour de dimensionnement - + Drop Zone Zone de dépôt @@ -255,24 +255,24 @@ Zone openstudio::EditorWebView - - - + + + Open File Ouvrir un fichier - + gbXML (*.xml *.gbxml) gbXML (*.xml *.gbxml) - + IDF (*.idf) IDF (*.idf) - + OSM (*.osm) OSM (*.osm) @@ -280,7 +280,7 @@ Zone openstudio::ExternalToolsDialog - + Select Path to Selectionner le chemin vers @@ -288,12 +288,12 @@ Zone openstudio::LibraryDialog - + Select OpenStudio Library Selectionner la Bibliothèque OpenStudio - + OpenStudio Files (*.osm) OpenStudio Files (*.osm) @@ -301,17 +301,17 @@ Zone openstudio::LocationTabController - + Weather File && Design Days Fichiers météos && Jours de dimensionnement - + Life Cycle Costs Coûts du cycle de vie - + Utility Bills Factures @@ -319,7 +319,7 @@ Zone openstudio::LocationTabView - + Site Site @@ -327,108 +327,108 @@ Zone openstudio::LocationView - + Weather File Fichier météo - + Name: Nom : - + Latitude: Latitude : - + Longitude: Longitude : - + Elevation: Elévation : - + Time Zone: Fuseau horaire : - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> Fichiers météo téléchargeables sur <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> - + Measure Tags (Optional): Tags de Mesures (Optionnel) : - + ASHRAE Climate Zone Zone Climate ASHRAE - + CEC Climate Zone Zone Climatique CEC - + Design Days Jours de dimensionnement - + Import From DDY Importer depuis fichier DDY - + Change Weather File Changer fichier météo - - + + Set Weather File Attributer fichier météo - + EPW Files (*.epw);; All Files (*.*) Fichiers EPW (*.epw);; Tous (*.*) - + Open Weather File Ouvrir fichier météo - + Failed To Set Weather File Impossible d'attribuer le fichier météo - + Failed To Set Weather File To Impossible d'attribuer le fichier météo suivant : - + Open DDY File Ouvrir fichier DDY - + No Design Days in DDY File Aucun jours de dimensionnement dans le fichier DDY - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. Ce fichier DDY ne contient aucun jours de dimensionnement valides. Vérifiez le fichier DDY. @@ -515,146 +515,146 @@ Zone openstudio::MainMenu - + &File &Fichier - + &New &Nouveau - + &Open &Ouvrir - - + + &Revert to Saved &Revenir à la dernière sauvegarde - + Ctrl+R Ctrl+R - + &Save &Enregister - + Save &As Enregistrer s&ous - + &Import &Importer - - + + &IDF &IDF - - + + &gbXML &gbXML - - + + &SDD &SDD - + I&FC I&FC - + &Export &Exporter - + &Load Library &Charger une Bibliothèque - + E&xamples - + &Example Model - + Shoebox Model - + E&xit &Quitter - + &Preferences &Préférences - + &Units &Unités - + Metric (&SI) &Métriques - + English (&I-P) &Impériales - + &Change My Measures Directory &Changer dossier "My Measures" - + &Change Default Libraries &Changer les bibliothèques par défaut - + &Configure External Tools &Configurer les outils externes - + &Language &Langue - + English Anglais - + French Français @@ -663,147 +663,147 @@ Zone Arabe - + Spanish Espagnol - + Farsi Farsi - + Hebrew Hébreu - + Italian Italien - + Chinese Chinois - + Greek Grec - + Polish Polonais - + Catalan Catalan - + Hindi Hindi - + Vietnamese - + Japanese - + German - + Add a new language Ajouter une nouvelle langue - + &Configure Internet Proxy &Configurer un proxy Internet - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures &Composants && Mesures - + &Apply Measure Now &Appliquer une Mesure maintenant - + Ctrl+M Ctrl+M - + Find &Measures Trouver une &Mesure - + Find &Components Trouver un &Composant - + &Help &Aide - + OpenStudio &Help &Aide OpenStudio - + Check For &Update &Vérifier les mises à jour - + Allow Analytics - + Debug Webgl - + &About &A propos - + Adding a new language Ajouter une nouvelle langue - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. Ajouter une nouvelle langue ne requiert pas de compétence en programmation informatique : la seule chose à faire est de traduire chaque phrase/mot à l'aide d'un logiciel dédié. @@ -817,12 +817,12 @@ Si vous voulez voir l'Application OpenStudio traduite dans la langue de vot Redémarrage requis - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -830,24 +830,24 @@ Si vous voulez voir l'Application OpenStudio traduite dans la langue de vot openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -855,45 +855,45 @@ Si vous voulez voir l'Application OpenStudio traduite dans la langue de vot openstudio::OSDocument - + Export Idf Exporter un IDF - + (*.idf) (*.idf) - + (*.xml) (*.xml) - - + + Failed to save model Impossible de sauvegarder le Modèle - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. Impossible de sauvegarde le Modèle, assurez-vous que vous n'avez pas le dossier ouvert et que vous avez les droits suffisant en écriture. - + Save Enregistrer - + (*.osm) (*.osm) - - + + Select My Measures Directory Selectionner le dossier "My Measures" @@ -905,7 +905,7 @@ Si vous voulez voir l'Application OpenStudio traduite dans la langue de vot openstudio::OpenStudioApp - + Timeout Délai expiré @@ -914,98 +914,98 @@ Si vous voulez voir l'Application OpenStudio traduite dans la langue de vot Impossible de démarrer le Manager de Measure Voulez-vous réessayer ? - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files Chargement des Bibliothèques OSM - + (Manage library files in Preferences->Change default libraries) (Gérer les fichiers Bibliothèques dans Préférences-> Modifier les Bibliothèques par défaut) - + Translation From version Translation depuis la version - - + + to vers - + Unknown starting version Version de départ inconnue - + Import Idf Importer un IDF - + (*.idf) (*.idf) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' ' tandis qu'OpenStudio utilise une version <strong>plus récente</strong> d'EnergyPlus ' - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. '. Vous pouvez utiliser le program axuliaire d'EnergyPlus appelé IDFVersionUpdater pour mettre à jour votre fichier IDF. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' ' tandis qu'OpenStudio utilise une version <strong>plus ancienne</strong> d'EnergyPlus ' - + '. '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( ' qui est la <strong>même</strong> version d'EnergyPlus qu'OpenStudio utilise ( - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( <strong>Le fichier IDF n'a pas de VersionObject</strong>. Vérifiez qu'il utilise bien la bonne version ( - + ) and that all fields are valid against Energy+.idd. ) et que tous les champs sont valides par rapport à Energy+.idd. - + <br/><br/>The ValidityReport follows. <br/><br/>The rapport de validité (ValidityReport) suit. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. <strong>Le fichier n'est pas valide au niveau Draft</strong>. Vérifiez que tous les champs sont valides par rapport à Energy+.idd. - + IDF Import Failed Import de l'IDF raté - + =============== Errors =============== @@ -1014,7 +1014,7 @@ Si vous voulez voir l'Application OpenStudio traduite dans la langue de vot - + ============== Warnings ============== @@ -1023,7 +1023,7 @@ Si vous voulez voir l'Application OpenStudio traduite dans la langue de vot - + ==== The following idf objects were not imported ==== @@ -1032,123 +1032,123 @@ Si vous voulez voir l'Application OpenStudio traduite dans la langue de vot - + named nommé - + Unnamed Sans nom - + <strong>Some portions of the IDF file were not imported.</strong> <strong>Certaines portions de l'IDF n'ont pas été importées.</strong> - + IDF Import Import IDF - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. Seules les informations de géométrie, constructions, gains, zone thermiques, et calendriers sont supportés par l'import IDF d'OpenStudio. - + Import Import - + (*.xml) (*.xml) - + Errors or warnings occurred on import of Des erreurs or avertissements ont été émis pendant l'import du - + Could not import SDD file. Impossible d'importer le fichier SDD. - + Could not import Impossible d'importer - + file at au chemin - + Save Changes? Sauvegarder les changements ? - + The document has been modified. Le document a été modifié. - + Do you want to save your changes? Voulez-vous sauvegarder les changements ? - + Open Ouvrir - - + + (*.osm) (*.osm) - + A new version is available at <a href=" Une ouvelle version est disponible à <a href=" - + Currently using the most recent version Vous utilisez la version la plus récente. - + Check for Updates Rechercher les mises à jour - + Measure Manager Server: Serveur du Manager des Mesures : - + Chrome Debugger: http://localhost: Chrome Debugger: http://localhost: - + Temp Directory: Dossier temporaire : - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1157,70 +1157,70 @@ Si vous voulez voir l'Application OpenStudio traduite dans la langue de vot A propos de - + Failed to load model Impossible de charger le modèle - + Opening future version Ouverture d'une version future - + using avec la version - + Model updated from Modèle mis à jour depuis - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. Les scripts Ruby ont été supprimés. Les scrips Ruby sont désormais obsolètes et ont été remplacés par les Mesures. - + Failed to open file at Impossible de charger le fichier - - + + Settings file not writable Le fichier des paramètres n'est pas accessible en écriture - - + + Your settings file ' Votre fichier des paramètres ' - - + + ' is not writable. Adjust the file permissions ' n'est pas accessible en écriture. Ajustez les droits. - - + + Revert to Saved Revenir à la dernière sauvegarde - + This model has never been saved. Do you want to create a new model? Ce Modèle n'a jamais été sauvegardé. Voulez-vous créer un nouveau modèle ? - + Are you sure you want to revert to the last saved version? Etes-vous sûr de vouloir revenir à la dernière version sauvegardée ? @@ -1237,24 +1237,24 @@ Voulez-vous créer un nouveau modèle ? Le Manager des Mesures a planté - + Restart required Redémarrage requis - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? Un Redémarrage de l'OpenStudio Application est requis pour que le changement de langue soit complètement fonctionnel. Souhaitez-vous redémarrer maintenant ? - + Select Library Selectionner la Bibliothèque - + Failed to load the following libraries... @@ -1263,7 +1263,7 @@ Souhaitez-vous redémarrer maintenant ? - + Would you like to Restore library paths to default values or Open the library settings to change them manually? @@ -1273,10 +1273,28 @@ Would you like to Restore library paths to default values or Open the library se Souhaitez-vous restaurer les chemins de bibliothèque aux valeurs par défaut ou ouvrir les paramètres de la bibliothèque pour les modifier manuellement ? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups Ajouter / Supprimer des groupes extensibles @@ -1284,85 +1302,111 @@ Souhaitez-vous restaurer les chemins de bibliothèque aux valeurs par défaut ou openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File &Fichier - + &New &Nouveau - + &Open &Ouvrir - + E&xit &Quitter - + Import Importer - + IDF IDF - + gbXML gbXML - + SDD SDD - + IFC IFC - + &Help &Aide - + OpenStudio &Help &Aide OpenStudio - + Check For &Update &Vérifier les mises à jour - + Debug Webgl - + &About &A propos @@ -1370,87 +1414,87 @@ Souhaitez-vous restaurer les chemins de bibliothèque aux valeurs par défaut ou openstudio::VariablesList - + Select Output Variables - + All All - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1458,176 +1502,176 @@ Souhaitez-vous restaurer les chemins de bibliothèque aux valeurs par défaut ou openstudio::YearSettingsWidget - + Select Year by: Choisir Année par : - + Calendar Year Année calendaire - + First Day of Year Premier jour de l'année - + Daylight Savings Time: Heure d'été : - + Starts Début - - + + Define by Day of The Week And Month Définir par Jour de la semaine et Mois - - + + Define by Date Définir par Date - + Ends Fin - + First Premier - + Second Deuxième - + Third Troisième - + Fourth Quatrième - + Last Dernier - - + + Monday Lundi - - + + Tuesday Mardi - - + + Wednesday Mercredi - - + + Thursday Jeudi - - + + Friday Vendredi - - + + Saturday Samedi - - + + Sunday Dimanche - + UseWeatherFile Utiliser Fichier Météo - + January Janvier - + February Février - + March Mars - + April Avril - + May Mai - + June Juin - + July Juillet - + August Août - + September Septembre - + October Octobre - + November Novembre - + December Décembre @@ -1635,167 +1679,167 @@ Souhaitez-vous restaurer les chemins de bibliothèque aux valeurs par défaut ou openstudio::bimserver::ProjectImporter - + Download OSM File Télécharger fichier OSM - - + + New Project Nouveau Projet - + Check in IFC File Vérifier dans le fichier IFC - + > > - - - + + + Cancel Annuler - + Setting Paramètres - + Project created, showing updated project list. Projet créé, affichage de la liste de projet mise à jour. - + IFC file loaded, showing updated IFC file list. Fichier IFC chargé, affichage de la liste des fichiers IFC mise à jour. - + Login success! Connexion réussie ! - + BIMserver disconnected BIMserver déconnecté - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. BIMserver n'est pas connecté correctement. Assurez-vous que BIMserver est e route que votre nom d'utilisateur et votre mot de passe sont valides. - + Please select a IFC version before proceeding. Veuillez sélectionner une version d'IFC avant de continuer. - + Project selected, showing all versions of IFC files under it. Projet sélectionné, affichage de toutes les versions des fichiers IFC qu'il contient. - + Please select a project to see all the IFC versions under it. Veuillez selectionner un projet pour voir les versions IFC qu'il contient. - + Create a new project and upload it to the server. Créer un nouveau projet et uploader sur le serveur. - + Please enter the project name: Entrez le nom du projet : - + Project Name: Nom du projet : - + Create Project Créer un Projet - + Check in a new version IFC file for the selected project. Archivez une nouvelle version du fichier IFC pour le projet sélectionné. - + Open IFC File Ouvrir un fichier IFC - + IFC files (*.ifc) Fichiers IFC (*.ifc) - + Please select a project to check in a new IFC version. Veuillez selectionner un projet pour ajouter une nouvelle version IFC. - + Please specify the bimserver address/port and user credentials. Veuillez entrer l'adresse/port de BIMserver et les informations d'identification de l'utilisateur. - + BIMserver Settings Paramètres BIMserver - + Please enter the BIMserver information: Veuillez entrer les informations du BIMserver : - + BIMserver Address: http:// Adresse du BIMserver : http:// - + BIMserver Port: Port du BIMserver : - + Username Nom d'utilisateur - + Password Mot de passe - + Okay Ok - + BIMserver not set up BIMserver non configuré - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. Veuillez fournir une adresse et un port valide pour BIMserver, ainsi que le nom d'utilisateur et mot de passe. Vous pouvez demander ces informations à BIMserver manager. diff --git a/translations/OpenStudioApp_he.ts b/translations/OpenStudioApp_he.ts index cbc94a090..c11d9e0de 100644 --- a/translations/OpenStudioApp_he.ts +++ b/translations/OpenStudioApp_he.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector מפקח OPENSTUDIO - + Add new object הוסף אובייקט חדש - + Copy selected object העתק אובייקט חדש - + Remove selected objects הסר אובייקטים נבחרים - + Purge unused objects הסר אובייקטים לא בשימוש @@ -33,23 +33,23 @@ InspectorGadget - - + + Hard Sized לפי תכנון - + Autosized מותאם אוטומטית - + Autocalculate מחושב אוטומטית - + Add/Remove Extensible Groups הוסף/הסר קבוצות מורחבות @@ -57,20 +57,20 @@ ModelObjectSelectorDialog - - + + Select Model Object בחר מודל אובייקט - - + + OK אוקיי - - + + Cancel ביטול @@ -78,34 +78,34 @@ openstudio::DesignDayGridController - + Date תאריך - + Temperature טמפרטורה - + Humidity לחות - + Pressure Wind Precipitation לחץ רוח משקעים - + Solar סולארי - + Check to select all rows סמן כדי לבחור כל השורות @@ -113,138 +113,138 @@ Precipitation openstudio::DesignDayGridView - + Design Day Name יום תכנון - + All הכל - + Day Of Month יום החודש - + Month חודש - + Day Type סוג יום - + Daylight Saving Time Indicator מחוון שעון קיץ - + Maximum Dry Bulb Temperature טמפרטורת יבשה מקסימלית - + Daily Dry Bulb Temperature Range טווח טמפרטורה יבשה יומית - + Daily Wet Bulb Temperature Range טווח טמפרטורה רטובה יומית - + Dry Bulb Temperature Range Modifier Type שינוי סוג טווח טמפרטורה יבשה - + Dry Bulb Temperature Range Modifier Schedule שינוי לוח זמנים טווח טמפרטורה יבשה - + Humidity Indicating Conditions At Maximum Dry Bulb תנאי מחוון לחות בטמפרטורה היבשה המקסימלית - + Humidity Indicating Type סוג מחוון לחות - + Humidity Indicating Day Schedule מחוון לחות לוח זמנים ליום - + Barometric Pressure לחץ אטמוספרי - + Wind Speed מהירות הרוח - + Wind Direction כיוון הרוח - + Rain Indicator מחוון גשם - + Snow Indicator מחוון שלג - + Solar Model Indicator מחוון דגם סולארי - + Beam Solar Day Schedule לוח זמנים ליום קרן השמש - + Diffuse Solar Day Schedule לוח זמנים ליום קרינת השמש - + ASHRAE Taub ASHRAE Taub - + ASHRAE Taud ASHRAE Taud - + Sky Clearness צלילות השמיים - - + + Design Days ימי תכנון - + Drop Zone איזור נפילה @@ -253,24 +253,24 @@ Zone openstudio::EditorWebView - - - + + + Open File פתח קובץ - + gbXML (*.xml *.gbxml) gbXML (*.xml *.gbxml) - + IDF (*.idf) IDF (*.idf) - + OSM (*.osm) OSM (*.osm) @@ -278,7 +278,7 @@ Zone openstudio::ExternalToolsDialog - + Select Path to בחר נתיב אל @@ -286,12 +286,12 @@ Zone openstudio::LibraryDialog - + Select OpenStudio Library בחר ספריית OpenStudio - + OpenStudio Files (*.osm) קבצי OpenStudio @@ -299,17 +299,17 @@ Zone openstudio::LocationTabController - + Weather File && Design Days קבצי אקלים && ימי תכנון - + Life Cycle Costs עלויות מחזור חיים - + Utility Bills חשבונות שירות @@ -317,7 +317,7 @@ Zone openstudio::LocationTabView - + Site אתר @@ -325,108 +325,108 @@ Zone openstudio::LocationView - + Weather File קובץ אקלימי - + Name: שם: - + Latitude: קו רוחב: - + Longitude: קו אורך: - + Elevation: חזית: - + Time Zone: אזור זמן: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> קובצי מזג אוויר להורדה בכתובת <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> - + Measure Tags (Optional): תגי מדידה (אופציונלי): - + ASHRAE Climate Zone אזור אקלים ASHRAE - + CEC Climate Zone אזור האקלים של CEC - + Design Days ימי תכנון - + Import From DDY ייבוא מ-DDY - + Change Weather File החלף קובץ אקלימי - - + + Set Weather File הגדר קובץ אקלימי - + EPW Files (*.epw);; All Files (*.*) קבצי EPW (*.epw);; הכל (*.*) - + Open Weather File פתח קובץ אקלימי - + Failed To Set Weather File לא ניתן להקצות קובץ אקלימי - + Failed To Set Weather File To לא ניתן להקצות את הקובץ אקלימי הבא: - + Open DDY File פתח קובץ DDY - + No Design Days in DDY File אין ימי תכנון בקובץ DDY - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. קובץ DDY זה אינו מכיל ימי תכנון תקפים. בדוק את קובץ ה-DDY עצמו עבור שגיאות או השמטות. @@ -513,146 +513,146 @@ Zone openstudio::MainMenu - + &File &קובץ - + &New &חדש - + &Open &פתח - - + + &Revert to Saved &חזור לשמירה האחרונה - + Ctrl+R Ctrl+R - + &Save &שמור - + Save &As &שמור בשם - + &Import &יְבוּא - - + + &IDF &IDF - - + + &gbXML &gbXML - - + + &SDD &SDD - + I&FC I&FC - + &Export &יְצוּא - + &Load Library &טען ספרייה - + E&xamples - + &Example Model - + Shoebox Model - + E&xit &יציאה - + &Preferences &העדפות - + &Units &יחידות - + Metric (&SI) Metric (&SI) - + English (&I-P) אנגלית (&I-P) - + &Change My Measures Directory &שנה את ספריית הפעולות שלי - + &Change Default Libraries &שנה ספריות ברירת מחדל - + &Configure External Tools &הגדר כלים חיצוניים - + &Language &שפה - + English אנגלית - + French צרפתית @@ -661,147 +661,147 @@ Zone ערבית - + Spanish ספרדית - + Farsi פרסית - + Italian - + Chinese - + Greek - + Polish - + Catalan - + Hindi - + Vietnamese - + Japanese - + German - + Hebrew עברית - + Add a new language הוסף שפה חדשה - + &Configure Internet Proxy &הגדר פרוקסי אינטרנט - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures &רכיבים && פעולות - + &Apply Measure Now &החל פעולה עכשיו - + Ctrl+M Ctrl+M - + Find &Measures מצא &פעולות - + Find &Components מצא &רכיבים - + &Help &עזרה - + OpenStudio &Help OpenStudio &עזרה - + Check For &Update בדוק עדכונים - + Allow Analytics - + Debug Webgl - + &About אודות - + Adding a new language הוספת שפה חדשה - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. הוספת שפה חדשה לא דורשת כמעט מיומנות קידוד, אבל היא כן דורשת כישורי שפה: הדבר היחיד שצריך לעשות הוא לתרגם כל משפט/מילה בעזרת תוכנה ייעודית. @@ -815,12 +815,12 @@ If you would like to see the OpenStudioApplication translated in your language o אתחול נדרש - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -828,24 +828,24 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -853,45 +853,45 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OSDocument - + Export Idf ייצוא IDF - + (*.idf) (*.idf) - + (*.xml) (*.xml) - - + + Failed to save model שמירת הקובץ נכשלה - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. אין אפשרות לשמור את הקובץ, ודא שאין לך את התיקיה פתוחה ושיש לך מספיק הרשאות כתיבה. - + Save שמור - + (*.osm) (*.osm) - - + + Select My Measures Directory בחר בתיקייה "הפעולות שלי". @@ -903,7 +903,7 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OpenStudioApp - + Timeout הזמן פג @@ -912,235 +912,235 @@ If you would like to see the OpenStudioApplication translated in your language o לא ניתן להפעיל את Measure Manager האם ברצונך לנסות שוב? - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files טוען ספריות OSM - + (Manage library files in Preferences->Change default libraries) (נהל קבצי ספרייה בהעדפות->שנה ספריות ברירת מחדל) - + Translation From version תרגום מגרסה - - + + to אל - + Unknown starting version גרסת התחלה לא ידועה - + Import Idf ייבוא IDF - + (*.idf) (*.osm) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' ' בעוד ש-OpenStudio משתמש ב<strong>חדש</strong> EnergyPlus ' - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. '. שקול להשתמש בתוכנת העזר של EnergyPlus IDFVersionUpdater כדי לעדכן את קובץ ה-IDF שלך. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' ' בעוד OpenStudio משתמש ב<strong>ישן</strong> EnergyPlus ' - + '. '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( ' שהיא הגרסה ה<strong>אותה</strong> של EnergyPlus שבה משתמש OpenStudio ( - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( <strong>ל-IDF אין VersionObject</strong>. בדוק שזה בגרסה נכונה ( - + ) and that all fields are valid against Energy+.idd. ) ושכל השדות תקפים כנגד Energy+.idd. - + <br/><br/>The ValidityReport follows. <br/><br/>דוח התוקף להלן. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. <strong>הקובץ אינו תקין לקפדנות הטיוטה</strong>. בדוק שכל השדות תקפים כנגד Energy+.idd. - + IDF Import Failed ייבוא IDF נכשל - + =============== Errors =============== =============== שגיאות =============== - + ============== Warnings ============== =============== אזהרות =============== - + ==== The following idf objects were not imported ==== ==== אובייקטי ה-IDF הבאים לא יובאו ==== - + named בשם - + Unnamed ללא שם - + <strong>Some portions of the IDF file were not imported.</strong> <strong>חלקים מסוימים מקובץ IDF לא יובאו.</strong> - + IDF Import IDF ייבוא - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. רק מידע על גיאומטריה, קונסטרוקציות, עומסם, אזורים תרמים ולוחות זמנים נתמכים על ידי ייבוא IDF של OpenStudio. - + Import ייבוא - + (*.xml) (*.xml) - + Errors or warnings occurred on import of הונפקו שגיאות או אזהרות בעת ייבוא ​​ה- - + Could not import SDD file. לא ניתן לייבא קובץ SDD. - + Could not import לא ניתן לייבא - + file at בדרך - + Save Changes? שמור שינויים? - + The document has been modified. הקובץ השתנה - + Do you want to save your changes? האם אתה רוצה לשמור את השינויים? - + Open פתח - - + + (*.osm) (*.osm) - + A new version is available at <a href=" גרסה חדשה זמינה ב-<a href=" - + Currently using the most recent version משתמש כרגע בגרסה העדכנית ביותר - + Check for Updates בדוק עדכונים - + Measure Manager Server: שרת מנהל פעולות: - + Chrome Debugger: http://localhost: Chrome Debugger: http://localhost: - + Temp Directory: תקיה זמנית: - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1149,70 +1149,70 @@ If you would like to see the OpenStudioApplication translated in your language o אודות - + Failed to load model לא ניתן לטעון את הקובץ - + Opening future version פתיחת גרסה עתידית - + using עם גרסה - + Model updated from קובץ מעודכן מאז - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. סקריפטים של Ruby הוסרו. סקריפטים של Ruby הוצאו משימוש והוחלפו בפעולות - + Failed to open file at לא ניתן לטעון את הקובץ - - + + Settings file not writable - - + + Your settings file ' - - + + ' is not writable. Adjust the file permissions - - + + Revert to Saved חזור לשמירה האחרונה - + This model has never been saved. Do you want to create a new model? קובץ זה מעולם לא נשמר. האם ברצונך ליצור קובץ חדש? - + Are you sure you want to revert to the last saved version? האם אתה בטוח שברצונך לחזור לגרסה השמורה האחרונה? @@ -1227,12 +1227,12 @@ Do you want to create a new model? מנהל הפעולות קרס - + Restart required אתחול נדרש - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? Save translation @@ -1240,29 +1240,47 @@ Would you like to restart now? האם תרצה להפעיל מחדש עכשיו? - + Select Library בחר ספרייה - + Failed to load the following libraries... לא ניתן לטעון את הספריות הבאות... - + Would you like to Restore library paths to default values or Open the library settings to change them manually? האם תרצה לשחזר את נתיבי הספרייה לערכי ברירת המחדל או לפתוח את הגדרות הספרייה כדי לשנות אותם באופן ידני? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups הוסף/הסר קבוצות הניתנות להרחבה @@ -1270,85 +1288,111 @@ Would you like to Restore library paths to default values or Open the library se openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File &קובץ - + &New &חדש - + &Open &פתח - + E&xit יציאה - + Import ייבוא - + IDF IDF - + gbXML gbXML - + SDD SDD - + IFC IFC - + &Help &עזרה - + OpenStudio &Help OpenStudio &עזרה - + Check For &Update בדוק עדכונים - + Debug Webgl - + &About אודות @@ -1356,87 +1400,87 @@ Would you like to Restore library paths to default values or Open the library se openstudio::VariablesList - + Select Output Variables - + All הכל - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1444,176 +1488,176 @@ Would you like to Restore library paths to default values or Open the library se openstudio::YearSettingsWidget - + Select Year by: בחר שנה לפי: - + Calendar Year שנה קלנדרית - + First Day of Year היום הראשון בשנה - + Daylight Savings Time: שעון קיץ: - + Starts מתחיל - - + + Define by Day of The Week And Month הגדר לפי יום בשבוע וחודש - - + + Define by Date הגדר לפי תאריך - + Ends מסתיים - + First ראשון - + Second שני - + Third שלישי - + Fourth רביעי - + Last אחרון - - + + Sunday ראשון - - + + Monday שני - - + + Tuesday שלישי - - + + Wednesday רביעי - - + + Thursday חמישי - - + + Friday שישי - - + + Saturday שבת - + UseWeatherFile השתמש בקובץ אקלימי - + January ינואר - + February פברואר - + March מרץ - + April אפריל - + May מאי - + June יוני - + July יולי - + August אוגוסט - + September ספטמבר - + October אוקטובר - + November נובמבר - + December דצמבר @@ -1621,166 +1665,166 @@ Would you like to Restore library paths to default values or Open the library se openstudio::bimserver::ProjectImporter - + Download OSM File הורד קובץ OSM - - + + New Project פרוייקט חדש - + Check in IFC File בדוק בקובץ IFC - + > > - - - + + + Cancel ביטול - + Setting הגדרה - + Project created, showing updated project list. הפרויקט נוצר, מציג רשימת פרויקטים מעודכנת. - + IFC file loaded, showing updated IFC file list. קובץ IFC נטען, מציג רשימת קבצי IFC מעודכנת. - + Login success! חיבור מוצלח! - + BIMserver disconnected שרת BIM מנותק - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. שרת BIM אינו מחובר כהלכה. ודא ששרת BIM מופעל ושם המשתמש והסיסמה שלך נכונים - + Please select a IFC version before proceeding. אנא בחר גרסת IFC לפני שתמשיך. - + Project selected, showing all versions of IFC files under it. פרויקט נבחר, הצגת כל הגרסאות של קבצי ה-IFC שהוא מכיל. - + Please select a project to see all the IFC versions under it. אנא בחר פרויקט כדי לראות את גרסאות ה-IFC שהוא מכיל. - + Create a new project and upload it to the server. צור פרויקט חדש והעלה לשרת. - + Please enter the project name: הזן את שם הפרויקט: - + Project Name: שם הפרויקט - + Create Project צור פרויקט - + Check in a new version IFC file for the selected project. בדוק גרסה חדשה של קובץ ה-IFC עבור הפרויקט שנבחר. - + Open IFC File פתח קובץ IFC - + IFC files (*.ifc) קבצי IFC (*.ifc) - + Please select a project to check in a new IFC version. אנא בחר פרויקט כדי לבדוק גרסת IFC חדשה. - + Please specify the bimserver address/port and user credentials. נא לציין את הכתובת/היציאה של bimserver ואת אישורי המשתמש. - + BIMserver Settings הגדרות BIMserver - + Please enter the BIMserver information: נא להזין את פרטי שרת BIM: - + BIMserver Address: http:// כתובת BIMserver : http:// - + BIMserver Port: יציאת BIMserver: - + Username שם משתמש - + Password סיסמה - + Okay אוקיי - + BIMserver not set up שרת BIM לא מוגדר - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. אנא ספק כתובת שרת BIM חוקית, יציאה, שם המשתמש והסיסמה שלך. אתה יכול לבקש ממנהל BIMserver שלך מידע כזה. diff --git a/translations/OpenStudioApp_hi.ts b/translations/OpenStudioApp_hi.ts index 18a35ad2f..6e3077677 100644 --- a/translations/OpenStudioApp_hi.ts +++ b/translations/OpenStudioApp_hi.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector ओपेनस्टूडियो निरीक्षक - + Add new object नया ऑब्जेक्ट जोड़ें - + Copy selected object चयनित ऑब्जेक्ट की प्रतिलिपि बनाएँ - + Remove selected objects चयनित ऑब्जेक्ट हटाएं - + Purge unused objects अप्रयुक्त ऑब्जेक्ट को शुद्ध करें @@ -33,23 +33,23 @@ InspectorGadget - - + + Hard Sized हार्ड साइज्ड - + Autosized ऑटोसाइज्ड - + Autocalculate स्व-गणना - + Add/Remove Extensible Groups एक्स्टेंसिबल समूह जोड़ें/निकालें @@ -57,20 +57,20 @@ ModelObjectSelectorDialog - - + + Select Model Object मॉडल ऑब्जेक्ट का चयन करें - - + + OK ठीक है - - + + Cancel रद्द करें रद्द करें @@ -79,34 +79,34 @@ openstudio::DesignDayGridController - + Date दिनांक - + Temperature तापमान - + Humidity नमी - + Pressure Wind Precipitation दबाव हवा वर्षा - + Solar सूर्य-संबंधी - + Check to select all rows सभी का चयन करे @@ -114,138 +114,138 @@ Precipitation openstudio::DesignDayGridView - + Design Day Name डिजाइन दिवस का नाम - + All सब - + Day Of Month महीने का दिन - + Month महीना - + Day Type दिन का प्रकार - + Daylight Saving Time Indicator डेलाइट सेविंग टाइम इंडिकेटर - + Maximum Dry Bulb Temperature अधिकतम शुष्क बल्ब तापमान - + Daily Dry Bulb Temperature Range दैनिक शुष्क बल्ब तापमान रेंज - + Daily Wet Bulb Temperature Range दैनिक आर्द्र बल्ब तापमान रेंज - + Dry Bulb Temperature Range Modifier Type शुष्क बल्ब तापमान सीमा संशोधक प्रकार - + Dry Bulb Temperature Range Modifier Schedule शुष्क बल्ब तापमान सीमा संशोधक अनुसूची - + Humidity Indicating Conditions At Maximum Dry Bulb अधिकतम शुष्क बल्ब पर आर्द्रता संकेतक स्थितियां - + Humidity Indicating Type आर्द्रता संकेतक प्रकार - + Humidity Indicating Day Schedule आर्द्रता संकेत दिन अनुसूची - + Barometric Pressure बैरोमीटर का दबाव - + Wind Speed हवा की गति - + Wind Direction हवा की दिशा - + Rain Indicator वर्षा सूचक - + Snow Indicator हिमपात सूचक - + Solar Model Indicator सौर मॉडल सूचक - + Beam Solar Day Schedule बीम सौर दिवस अनुसूची - + Diffuse Solar Day Schedule डिफ्यूज सौर दिवस अनुसूची - + ASHRAE Taub अशरे ताउब - + ASHRAE Taud अशरे तौद - + Sky Clearness आसमान की स्पष्टता - - + + Design Days डिजाइन के दिन - + Drop Zone ड्रॉप क्षेत्र @@ -254,24 +254,24 @@ Zone openstudio::EditorWebView - - - + + + Open File फ़ाइल खोलें - + gbXML (*.xml *.gbxml) जीबीएक्सएमएल (*.xml *.gbxml) - + IDF (*.idf) ईडफ (*..idf) - + OSM (*.osm) ओएसएम (*.osm) @@ -279,7 +279,7 @@ Zone openstudio::ExternalToolsDialog - + Select Path to पथ चुनें @@ -287,12 +287,12 @@ Zone openstudio::LibraryDialog - + Select OpenStudio Library ओपेनस्टूडियो लाइब्रेरी चुनें - + OpenStudio Files (*.osm) ओपेनस्टूडियो फ़ाइल (*.osm) @@ -300,17 +300,17 @@ Zone openstudio::LocationTabController - + Weather File && Design Days मौसम फ़ाइल && डिजाइन के दिन - + Life Cycle Costs जीवन काल लागत - + Utility Bills उपयोगिता बिल @@ -318,7 +318,7 @@ Zone openstudio::LocationTabView - + Site स्थल @@ -326,108 +326,108 @@ Zone openstudio::LocationView - + Weather File मौसम फ़ाइल - + Name: नाम: - + Latitude: अक्षांश: - + Longitude: देशान्तर: - + Elevation: ऊंचाई: - + Time Zone: समय क्षेत्र: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> मौसम फ़ाइल डाउनलोड करें <a href="http://www.energyplus.net/weather">www.energyplus.net - + Measure Tags (Optional): उपाय टैग(ऐच्छिक): - + ASHRAE Climate Zone ASHRAE जलवायु क्षेत्र - + CEC Climate Zone CEC जलवायु क्षेत्र - + Design Days डिजाइन के दिन - + Import From DDY डीडीवाई से आयात करें - + Change Weather File मौसम फ़ाइल बदलें - - + + Set Weather File मौसम फ़ाइल सेट करें - + EPW Files (*.epw);; All Files (*.*) ईपीडब्ल्यू फाइलें (*.epw);; सब फाइलें (*.*) - + Open Weather File मौसम फ़ाइल खोले - + Failed To Set Weather File मौसम फ़ाइल सेट करने में विफल - + Failed To Set Weather File To निम्लिखित मौसम फ़ाइल सेट करने में विफल - + Open DDY File डीडीवाई फ़ाइल खोलें - + No Design Days in DDY File डीडीवाई फ़ाइल में कोई डिज़ाइन दिवस नहीं - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. इस डीडीवाई फ़ाइल में कोई मान्य डिज़ाइन दिवस नहीं है। त्रुटियों या चूक के लिए स्वयं डीडीवाई फ़ाइल की जाँच करें. @@ -514,148 +514,148 @@ Zone openstudio::MainMenu - + &File फ़ा&इल - + &New &नया - + &Open &खोलें - - + + &Revert to Saved सहेजे गए पर &वापस जाएं - + Ctrl+R Ctrl+र - + &Save &सहेजें - + Save &As &इस रूप में सहेजें - + &Import &आयात - - + + &IDF &ईडफ - - + + &gbXML &जीबीएक्सएमएल - - + + &SDD &एसडीडी - + I&FC आई&एफसी - + &Export &निर्यात - + &Load Library &लोड लाइब्रेरी - + E&xamples - + &Example Model - + Shoebox Model - + E&xit नि&कास - + &Preferences &तरजीह - + &Units &इकाई - + Metric (&SI) मीट्रिक (&SI) - + English (&I-P) आईपी ​​(&IP) - + &Change My Measures Directory मेरी उपाय निर्देशिका &बदलें - + &Change Default Libraries Hindi metric &मेरी उपाय निर्देशिका बदलें - + &Configure External Tools &बाहरी उपकरण कॉन्फ़िगर करें - + &Language &भाषा - + English अंग्रेज़ी - + French फ्रेंच @@ -664,147 +664,147 @@ metric अरबी - + Spanish स्पेनिश - + Farsi फारसी - + Hebrew यहूदी - + Italian इतालवी - + Chinese चीनी - + Greek यूनानी - + Polish पोलिश - + Catalan कातालान - + Hindi हिंदी - + Vietnamese वियतनामी - + Japanese जापानी - + German जर्मन - + Add a new language एक नई भाषा जोड़ें - + &Configure Internet Proxy &इंटरनेट प्रॉक्सी कॉन्फ़िगर करें - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures &अवयव और उपाय - + &Apply Measure Now &उपाय लागू करें - + Ctrl+M Ctrl+म - + Find &Measures &उपाय खोजें - + Find &Components अ&वयव खोजें - + &Help &सहायता - + OpenStudio &Help ओपनस्टूडियो &सहायता - + Check For &Update अपडेट के लिये &जांचें - + Allow Analytics - + Debug Webgl - + &About &बारे में - + Adding a new language एक नई भाषा जोड़ना - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. क नई भाषा जोड़ने के लिए लगभग कोई कोडिंग कौशल की आवश्यकता नहीं होती है, लेकिन इसके लिए भाषा कौशल की आवश्यकता होती है: केवल एक ही काम करना है कि प्रत्येक वाक्य/शब्द का अनुवाद एक समर्पित सॉफ़्टवेयर की सहायता से करना है। @@ -818,12 +818,12 @@ If you would like to see the OpenStudioApplication translated in your language o पुनरारंभ करना आवश्यक है - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -831,24 +831,24 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -856,45 +856,45 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OSDocument - + Export Idf निर्यात ईडफ - + (*.idf) (*.ईडफ) - + (*.xml) (*एक्सएमएल) - - + + Failed to save model मॉडल सहेजने में विफल - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. मॉडल को सहेजने में विफल, सुनिश्चित करें कि आपके पास स्थान खुला नहीं है और आपके पास सही लेखन पहुंच है. - + Save सहेजें - + (*.osm) (*.ओएसएम) - - + + Select My Measures Directory मेरी उपाय निर्देशिका का चयन करें @@ -906,7 +906,7 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OpenStudioApp - + Timeout टाइम-आउट @@ -915,98 +915,98 @@ If you would like to see the OpenStudioApplication translated in your language o उपाय प्रबंधक प्रारंभ करने में विफल। क्या आप पुनः प्रयास करना चाहेंगे? - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files लाइब्रेरी फ़ाइलें लोड हो रही हैं - + (Manage library files in Preferences->Change default libraries) (वरीयताओं में लाइब्रेरी फ़ाइलों को प्रबंधित करें-> डिफ़ॉल्ट लाइब्रेरी बदलें) - + Translation From version संस्करण - - + + to से - + Unknown starting version अज्ञात संस्करण में अनुवाद - + Import Idf आयात ईडफ - + (*.idf) (*.ईडफ) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' ' जबकि ओपेनस्टूडियो एक <strong>नए</strong> एनर्जीप्लस ' का उपयोग करता है - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. अपनी ईडफ फ़ाइल को अद्यतन करने के लिए एनर्जीप्लस सहायक प्रोग्राम ईडफसंस्करणअपडेटर का उपयोग करने पर विचार करें. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' ' जबकि ओपेनस्टूडियो एक <strong>पुराने</strong> एनर्जीप्लस ' का उपयोग करता है' - + '. '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( जो ओपेनस्टूडियो द्वारा उपयोग किए जाने वाले एनर्जीप्लस का <strong>समान</strong> संस्करण है ( - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( <strong>आईडीएफ में वर्जनऑब्जेक्ट नहीं है</strong>। जांचें कि यह सही संस्करण का है ( - + ) and that all fields are valid against Energy+.idd. ) और यह कि सभी फ़ील्ड एनर्जी+.idd के अनुरूप मान्य हैं. - + <br/><br/>The ValidityReport follows. <br/><br/>वैधता रिपोर्ट इस प्रकार है. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. <strong>ड्राफ़्ट स्ट्रिक्टनेस के लिए फ़ाइल मान्य नहीं है</strong>. जांचें कि सभी फ़ील्ड एनर्जी+.idd के विरुद्ध मान्य हैं. - + IDF Import Failed आईडीएफ आयात विफल - + =============== Errors =============== @@ -1015,7 +1015,7 @@ If you would like to see the OpenStudioApplication translated in your language o - + ============== Warnings ============== @@ -1024,7 +1024,7 @@ If you would like to see the OpenStudioApplication translated in your language o - + ==== The following idf objects were not imported ==== @@ -1033,123 +1033,123 @@ If you would like to see the OpenStudioApplication translated in your language o - + named नामांकित - + Unnamed अज्ञात - + <strong>Some portions of the IDF file were not imported.</strong> <strong>IDF फ़ाइल के कुछ भाग आयात नहीं किए गए थे।</strong> - + IDF Import आईडीएफ आयात - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. ओपेनस्टूडियो आईडीएफ आयात सुविधा द्वारा केवल भवन, कंस्ट्रक्शन, भार, थर्मल ज़ोन और शेड्यूल समर्थित हैं. - + Import आयात - + (*.xml) (*.एक्सएमएल) - + Errors or warnings occurred on import of निम्न फ़ाइल के आयात पर त्रुटियाँ या चेतावनियाँ हुईं- - + Could not import SDD file. एसडीडी फ़ाइल आयात नहीं कर पाए. - + Could not import आयात नहीं कर पाए - + file at इस जगह पर - + Save Changes? परिवर्तनों को सहेजें? - + The document has been modified. दस्तावेज़ को संशोधित किया गया है. - + Do you want to save your changes? क्या आप अपने परिवर्तनों को सहेजना चाहते हैं? - + Open खोलें - - + + (*.osm) (*.ओएसएम) - + A new version is available at <a href=" एक नया संस्करण <a href=" पर उपलब्ध है - + Currently using the most recent version वर्तमान में नवीनतम संस्करण का उपयोग कर रहे हैं - + Check for Updates अद्यतन के लिए जांचें - + Measure Manager Server: उपाय प्रबंधक सर्वर: - + Chrome Debugger: http://localhost: क्रोम डीबगर: http://localhost: - + Temp Directory: अस्थायी डायरेक्टरी: - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1158,70 +1158,70 @@ If you would like to see the OpenStudioApplication translated in your language o बारे में - + Failed to load model मॉडल लोड करने में विफल - + Opening future version भविष्य का संस्करण खोलना - + using का उपयोग करते हुए - + Model updated from मॉडल से अपडेट किया गया - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. मौजूदा रूबी स्क्रिप्ट को हटा दिया गया है। रूबी स्क्रिप्ट अब समर्थित नहीं हैं और उन्हें उपायों द्वारा बदल दिया गया है. - + Failed to open file at इस जगह पर फ़ाइल खोलने में विफल - - + + Settings file not writable सेटिंग फ़ाइल लिखने योग्य नहीं है - - + + Your settings file ' आपकी सेटिंग फ़ाइल ' - - + + ' is not writable. Adjust the file permissions 'लिखने योग्य नहीं है। फ़ाइल अनुमतियों को समायोजित करें - - + + Revert to Saved सहेजे गए पर वापस जाएं - + This model has never been saved. Do you want to create a new model? यह मॉडल कभी सहेजा नहीं गया है। क्या आप एक नया मॉडल बनाना चाहते हैं? - + Are you sure you want to revert to the last saved version? क्या आप वाकई अंतिम सहेजे गए संस्करण पर वापस जाना चाहते हैं? @@ -1238,24 +1238,24 @@ Do you want to create a new model? उपाय प्रबंधक क्रैश हो गया है - + Restart required पुनरारंभ करना आवश्यक है - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? भाषा परिवर्तन पूरी तरह कार्यात्मक होने के लिए ओपेनस्टूडियो एप्लिकेशन के पुनरारंभ की आवश्यकता है। क्या आप अभी पुनः आरंभ करना चाहेंगे? - + Select Library लाइब्रेरी का चयन करें - + Failed to load the following libraries... @@ -1264,7 +1264,7 @@ Would you like to restart now? - + Would you like to Restore library paths to default values or Open the library settings to change them manually? @@ -1273,10 +1273,28 @@ Would you like to Restore library paths to default values or Open the library se क्या आप लाइब्रेरी पथों को डिफ़ॉल्ट मानों पर पुनर्स्थापित करना चाहते हैं या उन्हें मैन्युअल रूप से बदलने के लिए लाइब्रेरी सेटिंग्स खोलना चाहते हैं? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups एक्स्टेंसिबल समूह जोड़ें/निकालें @@ -1284,85 +1302,111 @@ Would you like to Restore library paths to default values or Open the library se openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File &फ़ाइल - + &New &नया - + &Open &खोलें - + E&xit &बंद करें - + Import निर्यात करें - + IDF ईडफ - + gbXML जीबीएक्सएमएल - + SDD एसडीडी - + IFC आईएफसी - + &Help &मदद - + OpenStudio &Help ओपेनस्टूडियो &मदद - + Check For &Update &नया क्या है - + Debug Webgl - + &About बा&रे में @@ -1370,87 +1414,87 @@ Would you like to Restore library paths to default values or Open the library se openstudio::VariablesList - + Select Output Variables - + All सब - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1458,176 +1502,176 @@ Would you like to Restore library paths to default values or Open the library se openstudio::YearSettingsWidget - + Select Year by: वर्ष का चयन करें: - + Calendar Year कलेंडर वर्ष - + First Day of Year साल का पहला दिन - + Daylight Savings Time: डेलाइट सेविंग समय: - + Starts प्रारंभ तिथि - - + + Define by Day of The Week And Month सप्ताह और महीने के दिन के अनुसार परिभाषित करें - - + + Define by Date तिथि के अनुसार परिभाषित करें - + Ends अंत तिथि - + First प्रथम - + Second दूसरा - + Third तीसरा - + Fourth चौथा - + Last आखिरी - - + + Sunday रविवार - - + + Monday सोमवार - - + + Tuesday मंगलवार - - + + Wednesday बुधवार - - + + Thursday गुरूवार - - + + Friday शुक्रवार - - + + Saturday शनिवार - + UseWeatherFile मौसम फ़ाइल का उपयोग करें - + January जनवरी - + February फ़रवरी - + March मार्च - + April अप्रैल - + May मई - + June जून - + July जुलाई - + August अगस्त - + September सितंबर - + October अक्टूबर - + November नवंबर - + December दिसंबर @@ -1635,167 +1679,167 @@ Would you like to Restore library paths to default values or Open the library se openstudio::bimserver::ProjectImporter - + Download OSM File ओपेनस्टूडियो फ़ाइल डाउनलोड करें - - + + New Project नया काम - + Check in IFC File आईएफसी फाइल में चेक करें - + > > - - - + + + Cancel रद्द करें - + Setting व्यवस्था - + Project created, showing updated project list. प्रोजेक्ट बनाया गया, अद्यतन प्रोजेक्ट सूची दिखा रहा है. - + IFC file loaded, showing updated IFC file list. आईएफसी फ़ाइल लोड की गई, अद्यतन आईएफसी फ़ाइल सूची दिखा रही है. - + Login success! लॉगिन सफल रहा! - + BIMserver disconnected बीआईएमसर्वर डिस्कनेक्ट हो गया - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. बीआईएमसर्वर ठीक से कनेक्ट नहीं है। कृपया जांचें कि क्या बीआईएमसर्वर चल रहा है और सुनिश्चित करें कि आपका उपयोगकर्ता नाम और पासवर्ड मान्य है. - + Please select a IFC version before proceeding. आगे बढ़ने से पहले कृपया आईएफसी संस्करण चुनें. - + Project selected, showing all versions of IFC files under it. प्रोजेक्ट चयनित, इसके अंतर्गत आईएफसी फ़ाइलों के सभी संस्करण दिखा रहा है. - + Please select a project to see all the IFC versions under it. प्रोजेक्ट के अंतर्गत सभी IFC संस्करण देखने के लिए कृपया चयन करें. - + Create a new project and upload it to the server. एक नया प्रोजेक्ट बनाएं और इसे सर्वर पर अपलोड करें. - + Please enter the project name: कृपया प्रोजेक्ट का नाम दर्ज करें: - + Project Name: प्रोजेक्ट का नाम: - + Create Project प्रोजेक्ट बनाएं - + Check in a new version IFC file for the selected project. चयनित प्रोजेक्ट को आईएफसी के नए संस्करण में जांचें. - + Open IFC File आईएफसी फ़ाइल खोलें - + IFC files (*.ifc) आईएफसी फ़ाइल (*.आईएफसी) - + Please select a project to check in a new IFC version. नए आईएफसी संस्करण में जाँच करने के लिए कृपया किसी प्रोजेक्ट का चयन करें. - + Please specify the bimserver address/port and user credentials. कृपया बिमसर्वर पता/पोर्ट और उपयोगकर्ता क्रेडेंशियल निर्दिष्ट करें. - + BIMserver Settings बीआईएमसर्वर सेटिंग्स - + Please enter the BIMserver information: कृपया बीआईएमसर्वर जानकारी दर्ज करें: - + BIMserver Address: http:// बीआईएमसर्वर पता: http:// - + BIMserver Port: बीआईएमसर्वर पोर्ट: - + Username उपयोगकर्ता नाम - + Password पासवर्ड - + Okay ठीक है - + BIMserver not set up BIMसर्वर सेट नहीं हुआ - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. कृपया मान्य बीआईएमसर्वर पता, पोर्ट, अपना उपयोगकर्ता नाम और पासवर्ड प्रदान करें। आप ऐसी जानकारी के लिए अपने बीआईएमसर्वर प्रबंधक से पूछ सकते हैं. diff --git a/translations/OpenStudioApp_it.ts b/translations/OpenStudioApp_it.ts index 405bd0ceb..5fa20a3d0 100644 --- a/translations/OpenStudioApp_it.ts +++ b/translations/OpenStudioApp_it.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector OpenStudio Revisore - + Add new object Aggiungi Nuovo Oggetto - + Copy selected object Copia Oggetto Selezionato - + Remove selected objects Rimuovi Oggetti Selezionati - + Purge unused objects Pulisci Oggetti Inutilizzati @@ -33,23 +33,23 @@ InspectorGadget - - + + Hard Sized Dimensioni Forzate - + Autosized Dimensioni Automatiche - + Autocalculate Calcolo Automatico - + Add/Remove Extensible Groups Aggiungi/Rimuovi Gruppi d'Estensione @@ -57,20 +57,20 @@ ModelObjectSelectorDialog - - + + Select Model Object Selezionare Oggetto Nel Modello - - + + OK OK - - + + Cancel Annulla @@ -78,22 +78,22 @@ openstudio::DesignDayGridController - + Date Data - + Temperature Temperatura - + Humidity Umidità - + Pressure Wind Precipitation @@ -102,12 +102,12 @@ Vento Precipitazioni - + Solar Solare - + Check to select all rows Confermare per selezionare tutte le righe @@ -115,138 +115,138 @@ Precipitazioni openstudio::DesignDayGridView - + Design Day Name Nome Del Giorno (Progetto) - + All Tutti - + Day Of Month Giorno Del Mese - + Month Mese - + Day Type Giorno (Tipo) - + Daylight Saving Time Indicator Ora Legale - + Maximum Dry Bulb Temperature Temperatura A Bulbo Secco (Massimo) - + Daily Dry Bulb Temperature Range Temperatura A Bulbo Secco (Intervallo Giornaliero) - + Daily Wet Bulb Temperature Range Temperatura a Bulbo Umido (Intervallo) - + Dry Bulb Temperature Range Modifier Type Temperatura A Bulbo Secco (Tipo Di Modificatore Intervallo) - + Dry Bulb Temperature Range Modifier Schedule Temperatura A Bulbo Secco (Calendario Modificatore Di Intervallo) - + Humidity Indicating Conditions At Maximum Dry Bulb Condizioni Di Umidità Per Il Massimo Di Bulbo Secco - + Humidity Indicating Type Tipo Di Umidità - + Humidity Indicating Day Schedule Schema Giornaliero Per Umidità - + Barometric Pressure Pressione Barometrica - + Wind Speed Velocità Vento - + Wind Direction Direzione Vento - + Rain Indicator Parametro Pioggia - + Snow Indicator Parametro Neve - + Solar Model Indicator Parametri Per Modello Solare - + Beam Solar Day Schedule Irraggiamento Solare Diretto Schema Giornaliero - + Diffuse Solar Day Schedule Schema Giornaliero Irraggiamento Solare Diffuso - + ASHRAE Taub ASHRAE Taub - + ASHRAE Taud ASHRAE Taud - + Sky Clearness Limpidezza Cielo - - + + Design Days Giorni Di Simulazione - + Drop Zone Inserisci @@ -256,24 +256,24 @@ Entità openstudio::EditorWebView - - - + + + Open File Apri File - + gbXML (*.xml *.gbxml) gbXML (*.xml *.gbxml) - + IDF (*.idf) IDF (*.idf) - + OSM (*.osm) OSM (*.osm) @@ -281,7 +281,7 @@ Entità openstudio::ExternalToolsDialog - + Select Path to Selezionare Percorso @@ -289,12 +289,12 @@ Entità openstudio::LibraryDialog - + Select OpenStudio Library Selezionare Libreria Di OpenStudio - + OpenStudio Files (*.osm) OpenStudio Files (*.osm) @@ -302,17 +302,17 @@ Entità openstudio::LocationTabController - + Weather File && Design Days Weather File && Giorni Di Simulazione - + Life Cycle Costs Costi Del Ciclo Di Vita (LCA) - + Utility Bills Bollette Utenze @@ -320,7 +320,7 @@ Entità openstudio::LocationTabView - + Site Sito @@ -328,108 +328,108 @@ Entità openstudio::LocationView - + Weather File Weather File - + Name: Nome: - + Latitude: Latitudine: - + Longitude: Longitudine: - + Elevation: Quota: - + Time Zone: TimeZone: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> Scarica I Weather Files Presso <a href=\"http://www.energyplus.net/weather\">www.energyplus.net/weather</a> - + Measure Tags (Optional): Etichette Per Misure (Facoltativo): - + ASHRAE Climate Zone Zona Climatica ASHRAE - + CEC Climate Zone Zona Climatica CEC - + Design Days Giorni di Simulazione - + Import From DDY Importa Da DDY - + Change Weather File Cambia Weather File - - + + Set Weather File Stabilisci Weather File - + EPW Files (*.epw);; All Files (*.*) EPW Files (*.epw);; All Files (*.*) - + Open Weather File Apri Weather File - + Failed To Set Weather File Errore Nel Settaggio Del Weather File - + Failed To Set Weather File To Errore Nell' Allocazione Del Weather File - + Open DDY File Apri File DDY - + No Design Days in DDY File Nessun Giorno Impostato Nel File DDY - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. Questo File DDY non contiene alcun giorno valido. Controlla il File DDY per errori od omissioni. @@ -516,146 +516,146 @@ Entità openstudio::MainMenu - + &File &File - + &New &Nuovo - + &Open &Apri - - + + &Revert to Saved &Ripristinare Salvataggio - + Ctrl+R Ctrl+R - + &Save &Salva - + Save &As Salva &Come - + &Import &Importare - - + + &IDF &IDF - - + + &gbXML &gbXML - - + + &SDD &SDD - + I&FC I&FC - + &Export &Esportare - + &Load Library &Carica Libreria - + E&xamples - + &Example Model - + Shoebox Model - + E&xit &Esci - + &Preferences &Preferenze - + &Units &Unità - + Metric (&SI) Sistema Metrico (&SI) - + English (&I-P) Sistema Imperiale (&I-P) - + &Change My Measures Directory &Cambia la Mia Cartella Misure - + &Change Default Libraries &Cambia Librerie Predefinite - + &Configure External Tools &Configurare Tools Esterni - + &Language &Lingua - + English Inglese - + French Francese @@ -664,148 +664,148 @@ Entità Arabo - + Spanish Spagnolo - + Farsi Farsi - + Hebrew Ebraico - + Italian Italiano - + Chinese Cinese semplificato Occidentale? Cinese - + Greek Greco - + Polish Polacco - + Catalan Catalano - + Hindi Hindi - + Vietnamese Vietnamita - + Japanese Giapponese - + German Tedesco - + Add a new language Aggiungi Un Nuovo Linguaggio - + &Configure Internet Proxy &Configurare Indirizzo Proxy - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures &Componenti && Misure - + &Apply Measure Now &Applica Misurazioni Adesso - + Ctrl+M Ctrl+M - + Find &Measures Trova &Misure - + Find &Components Cerca &Componenti - + &Help &Help - + OpenStudio &Help OpenStudio &Help - + Check For &Update Controlla &Aggiornamenti - + Allow Analytics - + Debug Webgl - + &About &Informazioni - + Adding a new language Aggiungere una nuova Lingua - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. Aggiungere una nuova lingua non richiede specificihe competenze di coding, ma richiede padronanza del linguaggio: l'unica cosa da fare è tradurre ogni frase/parole con l'aiuto di un software dedicato. @@ -819,12 +819,12 @@ Se vuoi vedere OpenStudioApplication tradotto nel tuo linguaggio preferito, appr Riavvio Richiesto - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -832,24 +832,24 @@ Se vuoi vedere OpenStudioApplication tradotto nel tuo linguaggio preferito, appr openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -857,45 +857,45 @@ Se vuoi vedere OpenStudioApplication tradotto nel tuo linguaggio preferito, appr openstudio::OSDocument - + Export Idf Esporta Idf - + (*.idf) (*.idf) - + (*.xml) (*.xml) - - + + Failed to save model Errore Nel Salvataggio Modello - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. Errore nel salvataggio modello, assicurati di non avere il file aperto e/o di avere il giusto permesso di scrittura. - + Save Salva - + (*.osm) (*.osm) - - + + Select My Measures Directory Seleziona La Mia Cartella Di Misurazioni @@ -907,7 +907,7 @@ Se vuoi vedere OpenStudioApplication tradotto nel tuo linguaggio preferito, appr openstudio::OpenStudioApp - + Timeout Timeout @@ -916,98 +916,98 @@ Se vuoi vedere OpenStudioApplication tradotto nel tuo linguaggio preferito, appr Impossibile avviare il Manager di Misure. Riprovare? - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files Caricamento File di Libreria - + (Manage library files in Preferences->Change default libraries) (Gestisci i file di libreria da Preferenze->Cambia Librerie Predefinite) - + Translation From version Traduzione Da Versione - - + + to A - + Unknown starting version Versione di partenza sconosciuta - + Import Idf Importare Idf - + (*.idf) (*.idf) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' ' OpenStudio utilizza un <strong>nuovo</strong> EnergyPlus ' - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. ' Valuta l'utilizzo del EnergyPlus Auxiliary program IDFVersionUpdater per aggiornare il tuo file IDF. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' ' OpenStudio utlizza un <strong>vecchio</strong> EnergyPlus ' - + '. '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( ' OpenStudio utlizza la <strong>stessa</strong> versione di EnergyPlus ' - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( <strong>Il File IDF non ha un VersionObject</strong>. Controllare che sia la versione corretta ( - + ) and that all fields are valid against Energy+.idd. ) e che tutti i campi siano validi per Energy+.idd. - + <br/><br/>The ValidityReport follows. <br/><br/>Il ValidityReport è successivo. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. <strong>Il file non è valido a causa di incongruenze nel template</strong>. Controllare che tutt i campi siano validi in Energy+.idd. - + IDF Import Failed Import dell'IDF Fallito - + =============== Errors =============== @@ -1016,7 +1016,7 @@ Se vuoi vedere OpenStudioApplication tradotto nel tuo linguaggio preferito, appr - + ============== Warnings ============== @@ -1025,7 +1025,7 @@ Se vuoi vedere OpenStudioApplication tradotto nel tuo linguaggio preferito, appr - + ==== The following idf objects were not imported ==== @@ -1034,123 +1034,123 @@ Se vuoi vedere OpenStudioApplication tradotto nel tuo linguaggio preferito, appr - + named nominato - + Unnamed Senza Nome - + <strong>Some portions of the IDF file were not imported.</strong> <strong>Alcune parti del file IDF non sono state importate</strong> - + IDF Import IDF Import - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. Solo Geometrie, Construzioni, Carichi, Zone Termiche e tabelle sono supportate dalla funzione OpenStudio IDF Import. - + Import Importare - + (*.xml) (*.xml) - + Errors or warnings occurred on import of Errori e/o avvisi riscontrati durante l'import - + Could not import SDD file. Impossibile Importare File SDD. - + Could not import Impossibile importare - + file at file presso - + Save Changes? Salva Modifiche? - + The document has been modified. Il documento è stato modificato. - + Do you want to save your changes? Vuoi salvare le modifiche? - + Open Apri - - + + (*.osm) (*.osm) - + A new version is available at <a href=" Una nuova versione disponibile a <a href=" - + Currently using the most recent version Al momento utilizzi la versione più recente - + Check for Updates Controlla Aggiornamenti - + Measure Manager Server: Server Gestore di Misure: - + Chrome Debugger: http://localhost: Chrome Debugger: http://localhost: - + Temp Directory: Cartella Temporanea: - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1159,70 +1159,70 @@ Se vuoi vedere OpenStudioApplication tradotto nel tuo linguaggio preferito, appr A proposito di - + Failed to load model Impossibile Caricare Modello - + Opening future version Apertura versione futura - + using utilizzando - + Model updated from Modello aggiornato da - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. Gli Scripts Ruby sono stati rimossi. Ruby Scripts non sono più supportati e sono stati sostituiti da misure. - + Failed to open file at Impossibile aprire il file - - + + Settings file not writable File Impostazioni non modificabile - - + + Your settings file ' Il tuo file impostazioni ' - - + + ' is not writable. Adjust the file permissions 'non è sovrascribile. Modificare le autorizzazioni sui File - - + + Revert to Saved Ripristinare Salvataggio - + This model has never been saved. Do you want to create a new model? Questo modello non è mai stato salvato. Vuoi creare un nuovo modello? - + Are you sure you want to revert to the last saved version? Sei sicuro di voler ripristinare l'ultima versione salvata? @@ -1239,24 +1239,24 @@ Vuoi creare un nuovo modello? Manger di Misure ha smesso di funzionare - + Restart required Riavvio Richiesto - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? Un riavvio di OpenStudi è necessario per il cambio di lingua. Vuoi riavviare ora? - + Select Library Selezionare Libreria - + Failed to load the following libraries... @@ -1265,7 +1265,7 @@ Vuoi riavviare ora? - + Would you like to Restore library paths to default values or Open the library settings to change them manually? @@ -1274,10 +1274,28 @@ Would you like to Restore library paths to default values or Open the library se Vuoi ripristinare I percorsi delle librerie come Predefiniti o Aprire i settaggi della libreria e cambiarli manualmente? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups Aggiungi/Rimuovi Gruppi Estensibili @@ -1285,85 +1303,111 @@ Vuoi ripristinare I percorsi delle librerie come Predefiniti o Aprire i settagg openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File &File - + &New &Nuovo - + &Open &Apri - + E&xit &Esci - + Import Importa - + IDF IDF - + gbXML gbXML - + SDD SDD - + IFC IFC - + &Help &Help - + OpenStudio &Help OpenStudio &Help - + Check For &Update Controlla A&ggiornamenti - + Debug Webgl - + &About &About @@ -1371,87 +1415,87 @@ Vuoi ripristinare I percorsi delle librerie come Predefiniti o Aprire i settagg openstudio::VariablesList - + Select Output Variables - + All Tutti - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1459,176 +1503,176 @@ Vuoi ripristinare I percorsi delle librerie come Predefiniti o Aprire i settagg openstudio::YearSettingsWidget - + Select Year by: Seleziona Anno Per: - + Calendar Year Anno Calendario - + First Day of Year Primo Giorno Dell' Anno - + Daylight Savings Time: Ora Legale: - + Starts Inizia - - + + Define by Day of The Week And Month Seleziona Per Giorno Della Settimana E Mese - - + + Define by Date Seleziona Per Data - + Ends Finisce - + First Prima - + Second Seconda - + Third Terzo - + Fourth Quarta - + Last Ultima - - + + Sunday Domenica - - + + Monday Lundedì - - + + Tuesday Martedì - - + + Wednesday Mercoledì - - + + Thursday Giovedì - - + + Friday Venerdì - - + + Saturday Sabato - + UseWeatherFile UsaWeatherFile - + January Gennaio - + February Febbraio - + March Marzo - + April Aprile - + May Maggio - + June Giugno - + July Luglio - + August Agosto - + September Settembre - + October Ottobre - + November Novembre - + December Dicembre @@ -1636,167 +1680,167 @@ Vuoi ripristinare I percorsi delle librerie come Predefiniti o Aprire i settagg openstudio::bimserver::ProjectImporter - + Download OSM File Scaricare File OSM - - + + New Project Nuovo Progetto - + Check in IFC File Controllare File IFC - + > > - - - + + + Cancel Annulla - + Setting Impostazioni - + Project created, showing updated project list. Progetto Creato, Visualizzando Lista Progetti Aggiornata. - + IFC file loaded, showing updated IFC file list. File IFC Caricato, visualizzando Lista File IFC Aggiornata. - + Login success! Login Verificato! - + BIMserver disconnected BIMserver disconnesso - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. BIMserver non è connesso correttamente. Per favore controlla se BIMserver è attivo e assicurati che il tuo username e password siano validi. - + Please select a IFC version before proceeding. Per piacere, selezionare una IFC versione prima di continuare. - + Project selected, showing all versions of IFC files under it. Progetto selezionato, visualizzando tutte le versioni di File IFC. - + Please select a project to see all the IFC versions under it. Per piacere, selezionare un progetto per vedere tutte le versioni IFC. - + Create a new project and upload it to the server. Creare un nuovo progetto e caricarlo sul server. - + Please enter the project name: Per piacere, inserire il Nome del Progetto: - + Project Name: Nome del Progetto: - + Create Project Creare Progetto - + Check in a new version IFC file for the selected project. Controllare una nuova versione del File IFC per il progetto selezionato. - + Open IFC File Aprire File IFC - + IFC files (*.ifc) IFC files (*.ifc) - + Please select a project to check in a new IFC version. Per cortesia selezionare un progetto per verificare una nuova versione IFC. - + Please specify the bimserver address/port and user credentials. Per cortesia specificare la porta/indirizzo e le credenziali BIMserver. - + BIMserver Settings Impostazioni BIMserver - + Please enter the BIMserver information: Per Favore Inserire Informazioni BIMserver: - + BIMserver Address: http:// Indirizzo BIMserver: http:// - + BIMserver Port: Porta BIMserver: - + Username Username - + Password Password - + Okay Okay - + BIMserver not set up BIMserver Non Impostato - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. Per favore fornire un indirizzo BIMserver valido, con porta, username e password. Contattare amministratore BIMserver per eventuali chiarimenti. diff --git a/translations/OpenStudioApp_ja.ts b/translations/OpenStudioApp_ja.ts index 95198efad..218f363b9 100644 --- a/translations/OpenStudioApp_ja.ts +++ b/translations/OpenStudioApp_ja.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector OpenStudio インスペクター - + Add new object 新しいオブジェクトの追加 - + Copy selected object 選択されたオブジェクトをコピー - + Remove selected objects 選択されたオブジェクトを削除 - + Purge unused objects 未使用オブジェクトをすべて削除 @@ -33,23 +33,23 @@ InspectorGadget - - + + Hard Sized 固定数値 - + Autosized 自動計算 - + Autocalculate 自動計算 - + Add/Remove Extensible Groups 追加/削除 @@ -57,20 +57,20 @@ ModelObjectSelectorDialog - - + + Select Model Object モデルの選択 - - + + OK OK - - + + Cancel キャンセル @@ -78,22 +78,22 @@ openstudio::DesignDayGridController - + Date 日付 - + Temperature 温度 - + Humidity 湿度 - + Pressure Wind Precipitation @@ -102,12 +102,12 @@ Precipitation 降水 - + Solar 日射 - + Check to select all rows 全ての行を選択 @@ -115,138 +115,138 @@ Precipitation openstudio::DesignDayGridView - + Design Day Name 気象条件名 - + All 全て - + Day Of Month - + Month - + Day Type 条件の種類 - + Daylight Saving Time Indicator 夏時間 - + Maximum Dry Bulb Temperature 最高乾球温度 - + Daily Dry Bulb Temperature Range 一日の乾球温度範囲 - + Daily Wet Bulb Temperature Range 一日の湿球温度範囲 - + Dry Bulb Temperature Range Modifier Type 乾球温度範囲の修正タイプ - + Dry Bulb Temperature Range Modifier Schedule 乾球温度範囲の修正スケジュール - + Humidity Indicating Conditions At Maximum Dry Bulb 湿度(最高乾球温度時) - + Humidity Indicating Type 湿度指標 - + Humidity Indicating Day Schedule 湿度スケジュール - + Barometric Pressure 大気圧 - + Wind Speed 風速 - + Wind Direction 風向き - + Rain Indicator 降雨判定 - + Snow Indicator 降雪判定 - + Solar Model Indicator 日射解析モデル - + Beam Solar Day Schedule 直達日射スケジュール - + Diffuse Solar Day Schedule 散乱日射スケジュール - + ASHRAE Taub ASHRAE Taub - + ASHRAE Taud ASHRAE Taud - + Sky Clearness 大気圏の透過率 - - + + Design Days 気象条件 - + Drop Zone ドロップ @@ -256,24 +256,24 @@ Zone openstudio::EditorWebView - - - + + + Open File 開く - + gbXML (*.xml *.gbxml) gbXML (*.xml *.gbxml) - + IDF (*.idf) IDF (*.idf) - + OSM (*.osm) OSM (*.osm) @@ -281,7 +281,7 @@ Zone openstudio::ExternalToolsDialog - + Select Path to パスの選択 @@ -289,12 +289,12 @@ Zone openstudio::LibraryDialog - + Select OpenStudio Library OpenStudioライブラリーを選択 - + OpenStudio Files (*.osm) OpenStudioファイル (*.osm) @@ -302,17 +302,17 @@ Zone openstudio::LocationTabController - + Weather File && Design Days 気象データと条件設定 - + Life Cycle Costs ライフサイクルコスト - + Utility Bills 光熱費 @@ -320,7 +320,7 @@ Zone openstudio::LocationTabView - + Site 敷地 @@ -328,108 +328,108 @@ Zone openstudio::LocationView - + Weather File 気象データ - + Name: ファイル名: - + Latitude: 緯度: - + Longitude: 経度: - + Elevation: 標高: - + Time Zone: タイムゾーン: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> 気象データをダウンロード: <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> - + Measure Tags (Optional): メジャータブ(任意): - + ASHRAE Climate Zone ASHRAE気候帯 - + CEC Climate Zone CEC気候帯 - + Design Days 気象条件 - + Import From DDY DDYからインポート - + Change Weather File 気象データの変更 - - + + Set Weather File 気象データの選択 - + EPW Files (*.epw);; All Files (*.*) EPW (*.epw);; すべてのファイル形式(*.*) - + Open Weather File 気象データを開く - + Failed To Set Weather File 気象データの選択に失敗しました - + Failed To Set Weather File To 気象データの選択に失敗しました - + Open DDY File DDYファイルを開く - + No Design Days in DDY File DDYファイルに気象条件がありません - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. DDYファイルに有効な気象条件がありません。ファイルにエラーや欠損がないか確認してください。 @@ -516,146 +516,146 @@ Zone openstudio::MainMenu - + &File ファイル(&F) - + &New 新規作成(&N) - + &Open 開く(&O) - - + + &Revert to Saved 最後に保存した状態に戻る(&R) - + Ctrl+R Ctrl+R - + &Save 上書き保存(&S) - + Save &As 名前を付けて保存(&A) - + &Import インポート(&I) - - + + &IDF &IDF - - + + &gbXML &gbXML - - + + &SDD &SDD - + I&FC I&FC - + &Export エキスポート(&E) - + &Load Library ライブラリーを開く(&L) - + E&xamples - + &Example Model - + Shoebox Model - + E&xit 終了(&X) - + &Preferences プレファレンス(&P) - + &Units 単位系(&U) - + Metric (&SI) &SI単位 - + English (&I-P) &IP単位 - + &Change My Measures Directory メジャーディレクトリの変更(&C) - + &Change Default Libraries デフォルトライブラリーの変更(&C) - + &Configure External Tools 外部ツールの変更(&C) - + &Language 言語選択(&L) - + English 英語(米国) - + French フランス語 @@ -664,147 +664,147 @@ Zone アラビア語 - + Spanish スペイン語 - + Farsi ペルシア語 - + Hebrew ヘブライ語 - + Italian イタリア語 - + Chinese 中国語 - + Greek ギリシャ語 - + Polish ポーランド語 - + Catalan カタロニア語 - + Hindi ヒンディー語 - + Vietnamese ベトナム語 - + Japanese 日本語 - + German ドイツ語 - + Add a new language 新しい言語の追加 - + &Configure Internet Proxy インターネットプロキシの設定(&C) - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures コンポーネントとメジャー(&C) - + &Apply Measure Now メジャーを適用する(&A) - + Ctrl+M Ctrl+M - + Find &Measures メジャーを探す(&M) - + Find &Components コンポーネントを探す(&C) - + &Help ヘルプ(&H) - + OpenStudio &Help OpenStudioヘルプ(&H) - + Check For &Update 更新を確認(&U) - + Allow Analytics - + Debug Webgl - + &About OpenStudioについて(&A) - + Adding a new language 新しい言語の追加 - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. 新しい言語の追加にはプログラミングスキルは必要ありませんが、その言語を知っているだけで大丈夫です:専用ソフトを使い、それぞれの単語や文章を翻訳するだけです。 @@ -818,12 +818,12 @@ If you would like to see the OpenStudioApplication translated in your language o 再起動してください - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -831,24 +831,24 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -856,45 +856,45 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OSDocument - + Export Idf IDFをエキスポート - + (*.idf) (*.idf) - + (*.xml) (*.xml) - - + + Failed to save model モデルの保存に失敗しました - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. モデルの保存に失敗しました。ファイルが開いてないこととアクセス許可があることを確認してください。 - + Save 保存 - + (*.osm) (*.osm) - - + + Select My Measures Directory メジャーディレクトリを選択 @@ -906,7 +906,7 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OpenStudioApp - + Timeout タイムアウト @@ -915,101 +915,101 @@ If you would like to see the OpenStudioApplication translated in your language o メジャーマネージャーの開始に失敗しました。もう一度試みますか? - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files ライブラリーファイルをロード中 - + (Manage library files in Preferences->Change default libraries) (ライブラリーファイルの管理はプレファレンス→デフォルトライブラリーの変更から行います) - + Translation From version バージョン変更 - - + + to から - + Unknown starting version 元のバージョンが不明です - + Import Idf IDFをインポート - + (*.idf) (*.idf) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' The line above saying "The IDF is at version" is not getting translated (missing the tr()) ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. '.EnergyPlus補助プログラムのIDFVersionUpdaterを使いIDFファイルをアップデートしてください。 - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' The line above saying "The IDF is at version" is not getting translated (missing the tr()) ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' - + '. '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( The line above saying "The IDF is at version" is not getting translated (missing the tr()) ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( <strong>IDFファイルにVersionObjectがありません。</strong> 正しいバージョン( - + ) and that all fields are valid against Energy+.idd. )であることを確認し、すべてのフィールドがEnergyPlusの.iddファイルに対して正しく入力されていることをご確認ください。 - + <br/><br/>The ValidityReport follows. <br/><br/>ValidityReport. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. <strong>ファイルはドラフトの厳密さに対して無効です</strong>。 すべてのフィールドがEnergyPlusの.iddファイルに対して正しく入力されていることをご確認ください。 - + IDF Import Failed IDFファイルのインポートに失敗 - + =============== Errors =============== @@ -1018,7 +1018,7 @@ If you would like to see the OpenStudioApplication translated in your language o - + ============== Warnings ============== @@ -1027,7 +1027,7 @@ If you would like to see the OpenStudioApplication translated in your language o - + ==== The following idf objects were not imported ==== @@ -1036,123 +1036,123 @@ If you would like to see the OpenStudioApplication translated in your language o - + named named - + Unnamed Unamed - + <strong>Some portions of the IDF file were not imported.</strong> <strong>IDFファイルの一部がインポートされませんでした。</strong> - + IDF Import IDFをインポート - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. OpenStudioのIDFインポート機能は形状、材質、負荷、ゾーン、スケジュールのみをインポートできます。 - + Import インポート - + (*.xml) (*.xml) - + Errors or warnings occurred on import of インポート時に起こったエラーや警告 - + Could not import SDD file. SDDファイルをインポート出来ません。 - + Could not import ファイル種 - + file at のインポートにしっぱいしました。 ファイル名 - + Save Changes? 変更を保存しますか? - + The document has been modified. このドキュメントは変更されています。 - + Do you want to save your changes? 変更を保存しますか? - + Open 開く - - + + (*.osm) (*.osm) - + A new version is available at <a href=" 新しいバージョンをご利用いただけます <a href=" - + Currently using the most recent version 最新版を利用しています - + Check for Updates 更新を確認 - + Measure Manager Server: メジャーマネージャーサーバー: - + Chrome Debugger: http://localhost: Chrome Debugger: http://localhost: - + Temp Directory: Temp Directory: - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1161,70 +1161,70 @@ If you would like to see the OpenStudioApplication translated in your language o About - + Failed to load model モデルをロード出来ませんでした - + Opening future version バージョン - + using を次のバージョンでひらきます - + Model updated from モデルが更新されました - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. 既存のRubyスクリプトが削除されました。 Rubyスクリプトはサポートされなくなり、メジャーに置き換わりました。 - + Failed to open file at 次のファイルが開けません - - + + Settings file not writable 設定ファイルは書き込み不可 - - + + Your settings file ' 設定ファイル - - + + ' is not writable. Adjust the file permissions は書き込み出来ません。ファイルのアクセス許可を調整してください - - + + Revert to Saved 最後に保存した状態に戻る - + This model has never been saved. Do you want to create a new model? このモデルは保存されていません。 新しいモデルを作成しますか? - + Are you sure you want to revert to the last saved version? 本当に最後に保存した状態に戻ってもよろしいですか? @@ -1241,24 +1241,24 @@ Do you want to create a new model? メジャーマネージャーがクラッシュしました - + Restart required 再起動してください - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? 言語の変更を適用するためにはOpenStudioの再起動が必要です。 今すぐ再起動しますか? - + Select Library ライブラリーを選択 - + Failed to load the following libraries... @@ -1267,7 +1267,7 @@ Would you like to restart now? - + Would you like to Restore library paths to default values or Open the library settings to change them manually? @@ -1276,10 +1276,28 @@ Would you like to Restore library paths to default values or Open the library se デフォルトのライブラリーに戻るか手動でライブラリーの設定を変更しますか? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups 項目の追加/削除 @@ -1287,85 +1305,111 @@ Would you like to Restore library paths to default values or Open the library se openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File ファイル(&F) - + &New 新規作成(&N) - + &Open 開く(&O) - + E&xit 終了(&X) - + Import インポート - + IDF IDF - + gbXML gbXML - + SDD SDD - + IFC IFC - + &Help ヘルプ(&H) - + OpenStudio &Help OpenStudioヘルプ(&H) - + Check For &Update 更新を確認(&U) - + Debug Webgl - + &About OpenStudioについて(&A) @@ -1373,87 +1417,87 @@ Would you like to Restore library paths to default values or Open the library se openstudio::VariablesList - + Select Output Variables - + All 全て - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1461,176 +1505,176 @@ Would you like to Restore library paths to default values or Open the library se openstudio::YearSettingsWidget - + Select Year by: 年を選択: - + Calendar Year 暦年 - + First Day of Year 最初の曜日 - + Daylight Savings Time: 夏時間: - + Starts 開始 - - + + Define by Day of The Week And Month 曜日と月で決める - - + + Define by Date 日付で決める - + Ends 終了 - + First 第1 - + Second 第2 - + Third 第3 - + Fourth 第4 - + Last 最終 - - + + Sunday 日曜日 - - + + Monday 月曜日 - - + + Tuesday 火曜日 - - + + Wednesday 水曜日 - - + + Thursday 木曜日 - - + + Friday 金曜日 - - + + Saturday 土曜日 - + UseWeatherFile 気象データから参照 - + January 1月 - + February 2月 - + March 3月 - + April 4月 - + May 5月 - + June 6月 - + July 7月 - + August 8月 - + September 9月 - + October 10月 - + November 11月 - + December 12月 @@ -1638,167 +1682,167 @@ Would you like to Restore library paths to default values or Open the library se openstudio::bimserver::ProjectImporter - + Download OSM File OSMファイルをダウンロード - - + + New Project 新規プロジェクト - + Check in IFC File IFCファイルを確認 - + > > - - - + + + Cancel キャンセル - + Setting 設定 - + Project created, showing updated project list. プロジェクトが作成されました。更新されたプロジェクトリストを表示します。 - + IFC file loaded, showing updated IFC file list. IFCファイルがロードされました。更新されたIFCファイルリストを表示します。 - + Login success! ログイン成功! - + BIMserver disconnected BIMサーバーが切断されました - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. BIMサーバーが正しく接続されていません。BIMサーバーが実行されているか確認し、ユーザ名とパスワードが有効であることを確認してください。 - + Please select a IFC version before proceeding. 実行する前にIFCのバージョンを選択さてください。 - + Project selected, showing all versions of IFC files under it. プロジェクトが選択されました。使用されているすべてのIFCファイルバージョンを表示します。 - + Please select a project to see all the IFC versions under it. プロジェクトを選択し、使用されているすべてのIFCファイルバージョンを表示します。 - + Create a new project and upload it to the server. プロジェクトを作成しサーバーにアップロード。 - + Please enter the project name: プロジェクト名を入力してください: - + Project Name: プロジェクト名: - + Create Project プロジェクトの作成 - + Check in a new version IFC file for the selected project. 選択されたプロジェクトのための新しいIFCファイルのバージョンをチェックインする。 - + Open IFC File IFCファイルを開く - + IFC files (*.ifc) IFC files (*.ifc) - + Please select a project to check in a new IFC version. 新しいIFCファイルのバージョンをチェックインするためプロジェクトを選択してください。 - + Please specify the bimserver address/port and user credentials. BIMサーバーアドレス/ポートとユーザー情報を指定してください。 - + BIMserver Settings BIMサーバーの設定 - + Please enter the BIMserver information: BIMサーバーの情報を入力してください: - + BIMserver Address: http:// BIMサーバーアドレス: http:// - + BIMserver Port: BIMサーバーポート: - + Username ユーザー名 - + Password パスワード - + Okay OK - + BIMserver not set up BIMサーバーがセットアップされていません - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. BIMサーバーアドレス、ポート、ユーザー名、またはパスワードが間違っています。BIMサーバーマネージャーにご確認ください。 diff --git a/translations/OpenStudioApp_pl.ts b/translations/OpenStudioApp_pl.ts index 177bb205c..8d496100d 100644 --- a/translations/OpenStudioApp_pl.ts +++ b/translations/OpenStudioApp_pl.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector OpenStudio Inspektor - + Add new object Dodaj nowy objekt - + Copy selected object Kopiuj wybrany objekt - + Remove selected objects Usuń wybrany objekt - + Purge unused objects Wyczyść nieużywane objekty @@ -33,23 +33,23 @@ InspectorGadget - - + + Hard Sized Ręczne wymiarowane - + Autosized Automatyczne wymiarowane - + Autocalculate Automatyczne obliczenia - + Add/Remove Extensible Groups Dodaj/Usuń rozszerzalne grupy @@ -57,20 +57,20 @@ ModelObjectSelectorDialog - - + + Select Model Object Zaznacz objekt modelu - - + + OK Dobrze - - + + Cancel Anuluj @@ -78,22 +78,22 @@ openstudio::DesignDayGridController - + Date Data - + Temperature Temperatura - + Humidity Wilgotność - + Pressure Wind Precipitation @@ -102,12 +102,12 @@ Wiatr Opady - + Solar Słoneczne - + Check to select all rows Zaznacz, aby wybrać wszystkie wierze @@ -115,138 +115,138 @@ Opady openstudio::DesignDayGridView - + Design Day Name Nazwa dnia projektowego - + All Wszystkie - + Day Of Month Dzień miesiąca - + Month Miesiąc - + Day Type Typ dnia - + Daylight Saving Time Indicator Wskaźnik czasu letniego - + Maximum Dry Bulb Temperature Maksymalna temperatura termometru suchego - + Daily Dry Bulb Temperature Range Dzienny zakres termometru suchego - + Daily Wet Bulb Temperature Range Dzienny zakres termometru mokrego - + Dry Bulb Temperature Range Modifier Type Typ wskaźnika zakresu termometru suchego - + Dry Bulb Temperature Range Modifier Schedule Harmonogram mnożnika zakresu termometru suchego - + Humidity Indicating Conditions At Maximum Dry Bulb Warunki wskazujące wilgotność przy maksymalnym termometrze suchym - + Humidity Indicating Type Typ wskazujący wilgotność - + Humidity Indicating Day Schedule Harmonogram dzienny wskazujący wilgotność - + Barometric Pressure Ciśnienie barometryczne - + Wind Speed Prędkość wiatru - + Wind Direction Kierunek wiatru - + Rain Indicator Wskaźnik deszczu - + Snow Indicator Wskaźnik śniegu - + Solar Model Indicator Wskaźnik modelu słonecznego - + Beam Solar Day Schedule Dzienny harmonogram promieniowania bezpośredniego - + Diffuse Solar Day Schedule Dzienny harmonogram promieniowania rozproszonego - + ASHRAE Taub ASHRAE Taub - + ASHRAE Taud ASHRAE Taud - + Sky Clearness Przejrzystość nieba - - + + Design Days Dni projektowe - + Drop Zone Upuść @@ -256,24 +256,24 @@ Pomieszczenie openstudio::EditorWebView - - - + + + Open File Otwórz plik - + gbXML (*.xml *.gbxml) gbXML (*.xml *.gbxml) - + IDF (*.idf) IDF (*.idf) - + OSM (*.osm) OSM (*.osm) @@ -281,7 +281,7 @@ Pomieszczenie openstudio::ExternalToolsDialog - + Select Path to Wybierz ścieżkę do @@ -289,12 +289,12 @@ Pomieszczenie openstudio::LibraryDialog - + Select OpenStudio Library Wybierz bibliotekę OpenStudio - + OpenStudio Files (*.osm) Pliki OpenStudio (*.osm) @@ -302,17 +302,17 @@ Pomieszczenie openstudio::LocationTabController - + Weather File && Design Days Plik pogodowy && Dni projektowe - + Life Cycle Costs Koszta cyklu życia - + Utility Bills Rachunki za media @@ -320,7 +320,7 @@ Pomieszczenie openstudio::LocationTabView - + Site Teren @@ -328,108 +328,108 @@ Pomieszczenie openstudio::LocationView - + Weather File Plik pogodowy - + Name: Nazwa: - + Latitude: Szerokość geograficzna: - + Longitude: Długość geograficzna: - + Elevation: Przewyższenie: - + Time Zone: Strefa czasowa: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> Pobierz pliki pogodowe z <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> - + Measure Tags (Optional): Tagi pomiaru (opcjonalnie): - + ASHRAE Climate Zone Strefa klimatyczna ASHRAE - + CEC Climate Zone Strefa klimatyczna CEC - + Design Days Dni projektowe - + Import From DDY Importuj z DDY - + Change Weather File Zmień plik pogodowy - - + + Set Weather File Ustaw plik pogodowy - + EPW Files (*.epw);; All Files (*.*) Pliki EPW (*.epw);; Wszystkie pliki (*.*) - + Open Weather File Otwórz plik pogodowy - + Failed To Set Weather File Nie udało się ustawić pliku pogody - + Failed To Set Weather File To Nie udało się ustawić pliku pogody na - + Open DDY File - + No Design Days in DDY File Brak dni projektowych w pliku DDY - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. Ten plik DDY nie zawiera poprawnych dni projektowych. Sprawdź plik DDY pod kątem błędów. @@ -516,146 +516,146 @@ Pomieszczenie openstudio::MainMenu - + &File &Plik - + &New &Nowy - + &Open &Otwórz - - + + &Revert to Saved &Przywróc zapisane - + Ctrl+R Ctrl+R - + &Save &Zapisz - + Save &As &Zapisz jako - + &Import &Importuj - - + + &IDF &IDF - - + + &gbXML &gbXML - - + + &SDD &SDD - + I&FC I&FC - + &Export &Eksportuj - + &Load Library &Wczytaj bibliotekę - + E&xamples - + &Example Model - + Shoebox Model - + E&xit &Wyjdź - + &Preferences &Preferencje - + &Units &Jednostki - + Metric (&SI) Metryczne (&SI) - + English (&I-P) &Imperialne (&IP) - + &Change My Measures Directory &Zmień folder moje miary - + &Change Default Libraries &Zmień domyślną bibliotekę - + &Configure External Tools &Konfiguruj narzędzia zewnętrzne - + &Language &Język - + English Angielski - + French Francuski @@ -664,147 +664,147 @@ Pomieszczenie Arabski - + Spanish Hiszpański - + Farsi Perski - + Hebrew Hebrajski - + Italian Włoski - + Chinese Chiński - + Greek Grecki - + Polish Polski - + Catalan Kataloński - + Hindi Hinduski - + Vietnamese - + Japanese - + German - + Add a new language Dodaj nowy język - + &Configure Internet Proxy &Konfiguruj internetowe proxy - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures &Komponenty && Miary - + &Apply Measure Now &Aplikuj miarę teraz - + Ctrl+M Ctrl+M - + Find &Measures Znajdź &miary - + Find &Components Znajdź &komponenty - + &Help &Pomoc - + OpenStudio &Help &Pomoc OpenStudio - + Check For &Update Sprawdź &aktualizacje - + Allow Analytics - + Debug Webgl - + &About &O - + Adding a new language Dodawanie nowego języka - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. Dodanie nowego języka prawie nie wymaga umiejętności kodowania, ale wymaga umiejętności językowych: wystarczy przetłumaczyć każde zdanie/słowo za pomocą dedykowanego oprogramowania. @@ -818,12 +818,12 @@ Jeśli chcesz zobaczyć aplikację OpenStudio przetłumaczoną na wybrany przez Wymagane jest ponowne uruchomienie - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -831,24 +831,24 @@ Jeśli chcesz zobaczyć aplikację OpenStudio przetłumaczoną na wybrany przez openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -856,45 +856,45 @@ Jeśli chcesz zobaczyć aplikację OpenStudio przetłumaczoną na wybrany przez openstudio::OSDocument - + Export Idf Eksportuj IDF - + (*.idf) (*.idf) - + (*.xml) (*.xml) - - + + Failed to save model Nie udało się zapisać modelu - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. Nie udało się zapisać modelu, upewnij się, że nie masz otwartej lokalizacji i czy masz odpowiednie uprawnienia do zapisu. - + Save Zapisz - + (*.osm) (*.osm) - - + + Select My Measures Directory Wybierz folder dla moich miar @@ -906,7 +906,7 @@ Jeśli chcesz zobaczyć aplikację OpenStudio przetłumaczoną na wybrany przez openstudio::OpenStudioApp - + Timeout Koniec czasu @@ -915,98 +915,98 @@ Jeśli chcesz zobaczyć aplikację OpenStudio przetłumaczoną na wybrany przez Nie udało się uruchomić menedżera miar. Czy chcesz spróbować ponownie? - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files Wczytywanie plików biblioteki - + (Manage library files in Preferences->Change default libraries) (Zarządzaj plikami bibliotek w Preferencje->Zmień domyślne biblioteki) - + Translation From version Tłumaczenie z wersji - - + + to na - + Unknown starting version Nieznana wersja początkowa - + Import Idf Importuj IDF - + (*.idf) (*.idf) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' ' podczas gdy OpenStudio używa<strong>nowszą wersję</strong> EnergyPlus ' - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. '. Rozważ użycie programu pomocniczego EnergyPlus IDFVersionUpdater do aktualizacji pliku IDF. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' ' podczas gdy OpenStudio używa <strong>starszą wersję</strong> EnergyPlus ' - + '. '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( ', czyli <strong>ta sama</strong> wersja EnergyPlus, z której korzysta OpenStudio ( - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( <strong>IDF nie ma obiektu wersji</strong>. Sprawdź, czy ma poprawną wersję ( - + ) and that all fields are valid against Energy+.idd. ) oraz że wszystkie pola są prawidłowe w odniesieniu do Energy+.idd. - + <br/><br/>The ValidityReport follows. <br/><br/>Następuje raport walidacyjny. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. <strong>Plik nie jest prawidłowy</strong>. Sprawdź, czy wszystkie pola są prawidłowe względem Energy+.idd. - + IDF Import Failed Import IDF nie powiódł się - + =============== Errors =============== @@ -1015,7 +1015,7 @@ Jeśli chcesz zobaczyć aplikację OpenStudio przetłumaczoną na wybrany przez - + ============== Warnings ============== @@ -1024,7 +1024,7 @@ Jeśli chcesz zobaczyć aplikację OpenStudio przetłumaczoną na wybrany przez - + ==== The following idf objects were not imported ==== @@ -1033,123 +1033,123 @@ Jeśli chcesz zobaczyć aplikację OpenStudio przetłumaczoną na wybrany przez - + named nazwany - + Unnamed Nie nazwany - + <strong>Some portions of the IDF file were not imported.</strong> <strong>Fragmenty pliku IDF nie zostały zaimportowane.</strong> - + IDF Import Import IDF - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. Tylko geometria, konstrukcje, obciążenia, strefy termiczne i harmonogramy są obsługiwane przez funkcję importu OpenStudio IDF. - + Import Import - + (*.xml) (*.xml) - + Errors or warnings occurred on import of Podczas importu wystąpiły błędy lub ostrzeżenia dla - + Could not import SDD file. Nie można zaimportować pliku SDD. - + Could not import Nie można zaimportować - + file at plik w - + Save Changes? Zapisać zmiany? - + The document has been modified. Dokument został zmieniony. - + Do you want to save your changes? Czy chcesz zapisać zmiany? - + Open Otwórz - - + + (*.osm) (*.osm) - + A new version is available at <a href=" Nowa wersja jest dostępna na stronie <a href=" - + Currently using the most recent version Obecnie korzystasz z najnowszej wersji - + Check for Updates Sprawdź aktualizacje - + Measure Manager Server: Serwer menedżera miar: - + Chrome Debugger: http://localhost: Chrome Debugger: http://localhost: - + Temp Directory: Katalog tymczasowy: - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1158,70 +1158,70 @@ Jeśli chcesz zobaczyć aplikację OpenStudio przetłumaczoną na wybrany przez O - + Failed to load model Nie udało się wczytać modelu - + Opening future version Otwieram nowszą wersję - + using z wersją - + Model updated from Zaktualizowano model z - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. Istniejące skrypty Ruby zostały usunięte. Skrypty Ruby nie są już obsługiwane i zostały zastąpione miarami. - + Failed to open file at Nie udało się otworzyć pliku - - + + Settings file not writable Plik ustawień nie jest zapisywalny - - + + Your settings file ' Twój plik ustawień ' - - + + ' is not writable. Adjust the file permissions ' nie jest zapisywalny. Dostosuj uprawnienia do plików - - + + Revert to Saved Przywróć zapisane - + This model has never been saved. Do you want to create a new model? Ten model nigdy nie został zapisany. Chcesz stworzyć nowy model? - + Are you sure you want to revert to the last saved version? Czy na pewno chcesz przywrócić ostatnią zapisaną wersję? @@ -1238,24 +1238,24 @@ Chcesz stworzyć nowy model? Menedżer miar uległ awarii - + Restart required Wymagane jest ponowne uruchomienie - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? Aby zmiany języka były w pełni funkcjonalne, wymagane jest ponowne uruchomienie aplikacji OpenStudio. Czy chcesz teraz ponownie uruchomić? - + Select Library Wybierz bibliotekę - + Failed to load the following libraries... @@ -1264,7 +1264,7 @@ Czy chcesz teraz ponownie uruchomić? - + Would you like to Restore library paths to default values or Open the library settings to change them manually? @@ -1273,10 +1273,28 @@ Would you like to Restore library paths to default values or Open the library se Chcesz przywrócić ścieżki biblioteki do wartości domyślnych, czy otworzyć ustawienia biblioteki, aby zmienić je ręcznie? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups Dodaj/Usuń rozszerzalne grupy @@ -1284,85 +1302,111 @@ Chcesz przywrócić ścieżki biblioteki do wartości domyślnych, czy otworzyć openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File &Plik - + &New &Nowy - + &Open &Otwórz - + E&xit &Wyjdź - + Import Import - + IDF IDf - + gbXML gbXML - + SDD SSD - + IFC IFC - + &Help &Pomoc - + OpenStudio &Help &Pomoc OpenStudio - + Check For &Update Sprawdź &aktualizacje - + Debug Webgl - + &About &O @@ -1370,87 +1414,87 @@ Chcesz przywrócić ścieżki biblioteki do wartości domyślnych, czy otworzyć openstudio::VariablesList - + Select Output Variables - + All Wszystkie - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1458,176 +1502,176 @@ Chcesz przywrócić ścieżki biblioteki do wartości domyślnych, czy otworzyć openstudio::YearSettingsWidget - + Select Year by: Wybierz rok według: - + Calendar Year Rok kalendarzowy - + First Day of Year Pierwszy dzień roku - + Daylight Savings Time: Czas letni: - + Starts Początek - - + + Define by Day of The Week And Month Zdefiniuj według dnia tygodnia i miesiąca - - + + Define by Date Zdefiniuj według daty - + Ends Koniec - + First Pierwszy - + Second Drugi - + Third Trzeci - + Fourth Czwarty - + Last Ostatni - - + + Sunday Niedziela - - + + Monday Poniedziałek - - + + Tuesday Wtorek - - + + Wednesday Środa - - + + Thursday Czwartek - - + + Friday Piątek - - + + Saturday Sobota - + UseWeatherFile Użyj pliku pogody - + January Styczeń - + February Luty - + March Marzec - + April Kwiecień - + May Maj - + June Czerwiec - + July Lipiec - + August Sierpień - + September Wrzesień - + October Październik - + November Listopad - + December Grudzień @@ -1635,167 +1679,167 @@ Chcesz przywrócić ścieżki biblioteki do wartości domyślnych, czy otworzyć openstudio::bimserver::ProjectImporter - + Download OSM File Pobierz plik OSM - - + + New Project Nowy projekt - + Check in IFC File Wprowadź plik IFC - + > > - - - + + + Cancel Anuluj - + Setting Ustawienia - + Project created, showing updated project list. Projekt stworzony, wyświetlam zaktualizowaną listę projektów. - + IFC file loaded, showing updated IFC file list. Załadowano plik IFC, wyświetlam zaktualizowaną listę plików IFC. - + Login success! Zalogowano! - + BIMserver disconnected BIMserver odłączony - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. BIMserver nie jest prawidłowo podłączony. Sprawdź, czy BIMserver działa i upewnij się, że Twoja nazwa użytkownika i hasło są prawidłowe. - + Please select a IFC version before proceeding. Przed kontynuowaniem wybierz wersję IFC. - + Project selected, showing all versions of IFC files under it. Projekt wybrany, pokazuję wszystkie wersje plików IFC. - + Please select a project to see all the IFC versions under it. Wybierz projekt, aby zobaczyć wszystkie jego wersje IFC. - + Create a new project and upload it to the server. Utwórz nowy projekt i prześlij go na serwer. - + Please enter the project name: Podaj nazwę projektu: - + Project Name: Nazwa projektu: - + Create Project Stwórz projekt - + Check in a new version IFC file for the selected project. Wprowadź nową wersję pliku IFC dla wybranego projektu. - + Open IFC File Otwórz plik IFC - + IFC files (*.ifc) Pliki IFC (*.ifc) - + Please select a project to check in a new IFC version. Wybierz projekt, aby wprowadzić nową wersję IFC. - + Please specify the bimserver address/port and user credentials. Podaj adres/port BIMservera oraz poświadczenia użytkownika. - + BIMserver Settings Ustawienia BIMserver - + Please enter the BIMserver information: Wprowadź informacje BIMserver: - + BIMserver Address: http:// Adres BIMserver: http:// - + BIMserver Port: Port BIMserver: - + Username Nazwa użytkownika - + Password Hasło - + Okay Dobrze - + BIMserver not set up BIMserver nie jest ustawiony - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. Podaj poprawny adres BIMserver, port, nazwę użytkownika i hasło. O takie informacje możesz poprosić swojego menedżera BIMserver. diff --git a/translations/OpenStudioApp_vi.ts b/translations/OpenStudioApp_vi.ts index bc532c80f..d1c2e9dd2 100644 --- a/translations/OpenStudioApp_vi.ts +++ b/translations/OpenStudioApp_vi.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector Mở bảng kiểm thuộc tính - + Add new object Thêm đối tượng mới - + Copy selected object Copy những đối tượng được chọn - + Remove selected objects Bỏ những đối tượng được chọn - + Purge unused objects Dọn sạch những đối tượng không dùng @@ -33,23 +33,23 @@ InspectorGadget - - + + Hard Sized Định kích thước thủ công - + Autosized Tự động tính kích thước - + Autocalculate Tự động tính toán - + Add/Remove Extensible Groups Thêm/bớt các nhóm có thể mở rộng @@ -57,20 +57,20 @@ ModelObjectSelectorDialog - - + + Select Model Object Chọn đối tượng mô hình - - + + OK OK - - + + Cancel Huỷ @@ -78,34 +78,34 @@ openstudio::DesignDayGridController - + Date Ngày - + Temperature Nhiệt độ - + Humidity Độ ẩm - + Pressure Wind Precipitation Áp suất Gió Lượng mưa - + Solar Mặt trời - + Check to select all rows Bấm để chọn tất các hàng @@ -113,138 +113,138 @@ Precipitation openstudio::DesignDayGridView - + Design Day Name Ngày thiết kế - + All Tất cả - + Day Of Month Ngày của tháng - + Month Tháng - + Day Type Kiểu ngày - + Daylight Saving Time Indicator Chỉ dẫn thời gian đổi giờ theo mùa - + Maximum Dry Bulb Temperature Nhiệt độ bầu khô tối đa - + Daily Dry Bulb Temperature Range Khoảng biến động nhiệt độ bầu khô trong ngày - + Daily Wet Bulb Temperature Range Khoảng biến động nhiệt độ bầu ướt trong ngày - + Dry Bulb Temperature Range Modifier Type Kiểu thay đổi khoảng của nhiệt độ bầu khô - + Dry Bulb Temperature Range Modifier Schedule Lịch trình thay đổi khoảng của nhiệt độ bầu khô - + Humidity Indicating Conditions At Maximum Dry Bulb Độ ẩm tại điều kiện nhiệt độ bầu khô tối đa - + Humidity Indicating Type Loại chỉ thị độ ẩm - + Humidity Indicating Day Schedule Lịch trình ngày chỉ thị độ ẩm - + Barometric Pressure Áp suất khí quyển - + Wind Speed Tốc độ gió - + Wind Direction Hướng gió - + Rain Indicator Chỉ báo mưa - + Snow Indicator Chỉ báo tuyết - + Solar Model Indicator Chỉ báo mô hình năng lượng mặt trời - + Beam Solar Day Schedule Lịch trình trực xạ mặt trời theo ngày - + Diffuse Solar Day Schedule Lịch trình tán xạ mặt trời theo ngày - + ASHRAE Taub ASHRAE Taub - + ASHRAE Taud ASHRAE Taud - + Sky Clearness Độ quang mây - - + + Design Days Ngày thiết kế - + Drop Zone Khu vực thả (drag-drop) @@ -253,24 +253,24 @@ Zone openstudio::EditorWebView - - - + + + Open File Mở file - + gbXML (*.xml *.gbxml) gbXML - + IDF (*.idf) IDF - + OSM (*.osm) OSM @@ -278,7 +278,7 @@ Zone openstudio::ExternalToolsDialog - + Select Path to Chọn đường dẫn tới @@ -286,12 +286,12 @@ Zone openstudio::LibraryDialog - + Select OpenStudio Library Chọn thư viên OpenStudio - + OpenStudio Files (*.osm) OpenStudio Files (.osm) @@ -299,17 +299,17 @@ Zone openstudio::LocationTabController - + Weather File && Design Days File thời tiết && Ngày thiết kế - + Life Cycle Costs Chi phí vòng đời - + Utility Bills Hoá đơn sử dụng @@ -317,7 +317,7 @@ Zone openstudio::LocationTabView - + Site Khu đất @@ -325,108 +325,108 @@ Zone openstudio::LocationView - + Weather File File thời tiết - + Name: Tên: - + Latitude: Vĩ độ: - + Longitude: Kinh độ: - + Elevation: Cao độ : - + Time Zone: Múi giờ: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> Tải file thời tiết - + Measure Tags (Optional): Tags tính toán bổ sung (tuỳ chọn): - + ASHRAE Climate Zone Vùng khí hậu theo ASHRAE - + CEC Climate Zone Vùng khí hậu theo CEC - + Design Days Ngày thiết kế - + Import From DDY Nhập từ file DDY - + Change Weather File Thay đổi file thời tiết - - + + Set Weather File Thiết lập file thời tiết - + EPW Files (*.epw);; All Files (*.*) File EPW (*.epw);; Tất cả file (*.) - + Open Weather File Mở file thời tiết - + Failed To Set Weather File Lỗi khi thiết lập file thời tiết - + Failed To Set Weather File To Lỗi khi thiết lập file thời tiết tới - + Open DDY File Mở file DDY - + No Design Days in DDY File Không có Ngày thiết kế trong file DDY - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. File DDY này không chứa dữ liệu đúng cho ngày thiết kế. Kiểm tra file DDY để soát lỗi. @@ -513,146 +513,146 @@ Zone openstudio::MainMenu - + &File &File - + &New &Tạo mới - + &Open &Mở file - - + + &Revert to Saved &Trở lại để lưu file - + Ctrl+R Ctrl+R - + &Save &Lưu file - + Save &As Lưu vào &File khác - + &Import &Nhập file - - + + &IDF &IDF - - + + &gbXML &gbXML - - + + &SDD &SDD - + I&FC &I&FC - + &Export &Xuất file - + &Load Library &Nạp thư viện - + E&xamples - + &Example Model - + Shoebox Model - + E&xit T&thoát - + &Preferences &Các tuỳ biến - + &Units &Đơn vị - + Metric (&SI) &Hệ mét (&SI) - + English (&I-P) Hệ inch (&I-P) - + &Change My Measures Directory &Thay đổi thư mục Measures - + &Change Default Libraries &Thay đổi thư viện mặc định - + &Configure External Tools &Cấu hình công cụ ngoại vi - + &Language &Ngôn ngữ - + English Tiếng Anh - + French Tiếng Pháp @@ -661,147 +661,147 @@ Zone Tiếng Ả rập - + Spanish Tiếng Tây Ban Nha - + Farsi Tiếng Ba Tư - + Hebrew Tiếng Israel - + Italian Tiếng Ý - + Chinese Tiếng Trung - + Greek Tiếng Hy Lạp - + Polish Tiếng Ba Lan - + Catalan Tiếng Catalan - + Hindi Tiếng Hindi - + Vietnamese Tiếng Việt - + Japanese Tiếng Nhật - + German Tiếng Đức - + Add a new language Thêm ngôn ngữ mới - + &Configure Internet Proxy &Cấu hình Proxi Internet - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures &Thành phần && Measures - + &Apply Measure Now &Áp dụng Measure ngay bây giờ - + Ctrl+M Ctrl+M - + Find &Measures Tìm &Measures - + Find &Components Tìm &Thành phần - + &Help &Trợ giúp - + OpenStudio &Help OpenStudio &Help - + Check For &Update Kiểm tra &Cập nhật - + Allow Analytics - + Debug Webgl - + &About &Giới thiệu - + Adding a new language Thêm ngôn ngữ mới - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. Việc thêm một ngôn ngữ mới hầu như không yêu cầu kỹ năng viết mã, nhưng nó đòi hỏi kỹ năng ngôn ngữ: việc duy nhất cần làm là dịch từng câu / từ với sự trợ giúp của một phần mềm chuyên dụng. @@ -815,12 +815,12 @@ Nếu bạn muốn thấy OpenStudioApplication được dịch sang ngôn ngữ Cần khởi động lại - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -828,24 +828,24 @@ Nếu bạn muốn thấy OpenStudioApplication được dịch sang ngôn ngữ openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -853,45 +853,45 @@ Nếu bạn muốn thấy OpenStudioApplication được dịch sang ngôn ngữ openstudio::OSDocument - + Export Idf Xuất ra Idf - + (*.idf) (*.idf) - + (*.xml) (*.xml) - - + + Failed to save model Lỗi khi lưu mô hình - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. Không lưu được mô hình, hãy đảm bảo rằng bạn đang không mở fileí và bạn có quyền được ghi. - + Save Lưu file - + (*.osm) (*.osm) - - + + Select My Measures Directory Chọn thư mục Measures @@ -903,7 +903,7 @@ Nếu bạn muốn thấy OpenStudioApplication được dịch sang ngôn ngữ openstudio::OpenStudioApp - + Timeout Hết thời gian @@ -912,98 +912,98 @@ Nếu bạn muốn thấy OpenStudioApplication được dịch sang ngôn ngữ Không khởi động được Trình quản lý Measure. Bạn có muốn thử lại không? - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files Đang nạp các file thư viện - + (Manage library files in Preferences->Change default libraries) Quản lý các file thư viện trong mục tuỳ biến->Thay đổi các thư viện mặc định) - + Translation From version Dịch từ phiên bản - - + + to tới - + Unknown starting version Không biết phiên bản bắt đầu - + Import Idf Nhập file Idf - + (*.idf) (*.idf) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' 'trong khi OpenStudio sử dụng <strong> mới hơn </strong> EnergyPlus' - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. '. Cân nhắc sử dụng chương trình Phụ trợ EnergyPlus IDFVersionUpdater để cập nhật file IDF của bạn. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' 'trong khi OpenStudio sử dụng EnergyPlus <strong> cũ hơn </strong>' - + '. '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( 'là phiên bản <strong> giống </strong> của EnergyPlus mà OpenStudio sử dụng ( - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( <strong> IDF không có VersionObject </strong>. Kiểm tra xem nó có đúng phiên bản không ( - + ) and that all fields are valid against Energy+.idd. ) và tất cả các trường đều hợp lệ với Energy + .idd. - + <br/><br/>The ValidityReport follows. Sau đây là <br/> <br/> ValidityReport. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. <strong> File không hợp lệ về tính nghiêm ngặt của bản nháp </strong>. Kiểm tra xem tất cả các trường có hợp lệ với Energy + .idd hay không. - + IDF Import Failed Nhập file IDF không thành công - + =============== Errors =============== @@ -1012,7 +1012,7 @@ Nếu bạn muốn thấy OpenStudioApplication được dịch sang ngôn ngữ - + ============== Warnings ============== @@ -1021,7 +1021,7 @@ Nếu bạn muốn thấy OpenStudioApplication được dịch sang ngôn ngữ - + ==== The following idf objects were not imported ==== @@ -1030,123 +1030,123 @@ Nếu bạn muốn thấy OpenStudioApplication được dịch sang ngôn ngữ - + named đã đặt tên - + Unnamed Chưa đặt tên - + <strong>Some portions of the IDF file were not imported.</strong> <strong> Một số phần của tệp IDF không được nhập. </strong> - + IDF Import Nhập file IDF - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. Chỉ hình học, cấu tạo, tải trọng, vùng nhiệt và lịch trình được hỗ trợ bởi tính năng nhập OpenStudio IDF. - + Import Nhập file - + (*.xml) (*.xml) - + Errors or warnings occurred on import of Đã xảy ra lỗi hoặc cảnh báo khi nhập - + Could not import SDD file. Không thể nhập file SDD. - + Could not import Không thể nhập - + file at file tại - + Save Changes? Lưu thay đổi? - + The document has been modified. Tài liệu đã bị thay đổi. - + Do you want to save your changes? Bạn có muốn lưu thay đổi không? - + Open Mở file - - + + (*.osm) (*.osm) - + A new version is available at <a href=" Đã có phiên bản mới tại <a href = " - + Currently using the most recent version Hiện đang sử dụng phiên bản mới nhất - + Check for Updates Kiểm tra cập nhật - + Measure Manager Server: Máy chủ quản lý Measure: - + Chrome Debugger: http://localhost: Chrome Debugger: http://localhost: - + Temp Directory: Thư mục tạm thời: - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1155,70 +1155,70 @@ Nếu bạn muốn thấy OpenStudioApplication được dịch sang ngôn ngữ Giới thiệu - + Failed to load model Không tải được mô hình - + Opening future version Mở phiên bản tương lai - + using đang sử dụng - + Model updated from Mô hình được cập nhật từ - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. Các tập lệnh Ruby hiện có đã bị xóa. Các tập lệnh Ruby không còn được hỗ trợ và đã được thay thế bằng các measures. - + Failed to open file at Không mở được tệp tại - - + + Settings file not writable File cài đặt không thể ghi - - + + Your settings file ' File cài đặt của bạn ' - - + + ' is not writable. Adjust the file permissions 'không thể ghi. Điều chỉnh quyền truy cập đối với file - - + + Revert to Saved Hoàn lại để lưu - + This model has never been saved. Do you want to create a new model? Mô hình này chưa bao giờ được lưu. Bạn có muốn tạo một mô hình mới không? - + Are you sure you want to revert to the last saved version? Bạn có chắc chắn muốn hoàn lại về phiên bản đã lưu cuối cùng không? @@ -1235,24 +1235,24 @@ Bạn có muốn tạo một mô hình mới không? Trình quản lý Measủe đã lỗi - + Restart required Cần khởi động lại - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? Khởi động lại Ứng dụng OpenStudio là bắt buộc để các đổi qua ngôn ngữ có đầy đủ chức năng. Bạn có muốn khởi động lại ngay bây giờ? - + Select Library Chọn thư viện - + Failed to load the following libraries... @@ -1261,7 +1261,7 @@ Bạn có muốn khởi động lại ngay bây giờ? - + Would you like to Restore library paths to default values or Open the library settings to change them manually? @@ -1270,10 +1270,28 @@ Would you like to Restore library paths to default values or Open the library se Bạn có muốn Khôi phục đường dẫn thư viện về giá trị mặc định hay Mở cài đặt thư viện để thay đổi chúng theo cách thủ công? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups Thêm/Bớt các nhóm có thể mở rộng @@ -1281,85 +1299,111 @@ Bạn có muốn Khôi phục đường dẫn thư viện về giá trị mặc openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File &File - + &New &Tạo mới - + &Open &Mở file - + E&xit T&hoát - + Import Nhập file - + IDF IDF - + gbXML gbXML - + SDD SDD - + IFC IFC - + &Help &Help - + OpenStudio &Help OpenStudio &Help - + Check For &Update Kiểm tra &Cập nhật - + Debug Webgl - + &About &Giới thiệu @@ -1367,87 +1411,87 @@ Bạn có muốn Khôi phục đường dẫn thư viện về giá trị mặc openstudio::VariablesList - + Select Output Variables - + All Tất cả - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1455,176 +1499,176 @@ Bạn có muốn Khôi phục đường dẫn thư viện về giá trị mặc openstudio::YearSettingsWidget - + Select Year by: Chọn năm bởi: - + Calendar Year Lịch năm - + First Day of Year Ngày đầu của năm - + Daylight Savings Time: Thời gian đổi giờ theo mùa: - + Starts Bắt đầu - - + + Define by Day of The Week And Month Xác định theo ngày trong tuần và tháng - - + + Define by Date Xác định theo ngày - + Ends Kết thúc - + First Đầu tiên - + Second Thứ hai - + Third Thứ ba - + Fourth Thứ tư - + Last Cuối cùng - - + + Sunday Chủ Nhật - - + + Monday Thứ Hai - - + + Tuesday Thứ Ba - - + + Wednesday Thứ Tư - - + + Thursday Thứ Năm - - + + Friday Thứ Sáu - - + + Saturday Thứ Bảy - + UseWeatherFile SửDụngFileThờiTiết - + January Tháng Một - + February Tháng Hai - + March Tháng Ba - + April Tháng Tư - + May Tháng Năm - + June Tháng Sáu - + July Tháng Bảy - + August Tháng Tám - + September Tháng Chín - + October Tháng Mười - + November Tháng Mười Một - + December Tháng Mười Hai @@ -1632,167 +1676,167 @@ Bạn có muốn Khôi phục đường dẫn thư viện về giá trị mặc openstudio::bimserver::ProjectImporter - + Download OSM File Tải file OSM - - + + New Project Dự án mới - + Check in IFC File Kiểm tra trong file IFC - + > > - - - + + + Cancel Huỷ - + Setting Cài đặt - + Project created, showing updated project list. Dự án được tạo, hiển thị danh sách dự án được cập nhật. - + IFC file loaded, showing updated IFC file list. Đã tải file IFC, hiển thị danh sách file IFC đã cập nhật. - + Login success! Login thành công! - + BIMserver disconnected Mất kết nối tới BIMserver - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. BIMserver không được kết nối đúng cách. Vui lòng kiểm tra xem BIMserver có đang chạy hay không và đảm bảo rằng tên người dùng và mật khẩu của bạn hợp lệ. - + Please select a IFC version before proceeding. Vui lòng chọn phiên bản IFC trước khi tiếp tục. - + Project selected, showing all versions of IFC files under it. Dự án được chọn, hiển thị tất cả các phiên bản của tệp IFC trong đó. - + Please select a project to see all the IFC versions under it. Vui lòng chọn một dự án để xem tất cả các phiên bản IFC trong đó. - + Create a new project and upload it to the server. Tạo một dự án mới và tải nó lên máy chủ. - + Please enter the project name: Vui lòng nhập tên dự án: - + Project Name: Tên dự án: - + Create Project Tạo dự án - + Check in a new version IFC file for the selected project. Kiểm tra tệp IFC phiên bản mới cho dự án đã chọn. - + Open IFC File Mở file IFC - + IFC files (*.ifc) IFC file (*.ifc) - + Please select a project to check in a new IFC version. Vui lòng chọn một dự án để kiểm tra phiên bản IFC mới. - + Please specify the bimserver address/port and user credentials. Vui lòng chỉ định địa chỉ / cổng máy chủ bimserver và thông tin đăng nhập của người dùng. - + BIMserver Settings Các thiết lập BIMserver - + Please enter the BIMserver information: Vui lòng nhập thông tin BIMserver: - + BIMserver Address: http:// Địa chỉ BIMserver: http: // - + BIMserver Port: Cổng BIMserver: - + Username Tên người dùng - + Password Mật khẩu - + Okay Chấp thuận - + BIMserver not set up BIMserver chưa được thiết lập - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. Vui lòng cung cấp địa chỉ BIMserver hợp lệ, cổng, tên người dùng và mật khẩu của bạn. Bạn có thể hỏi người quản lý BIMserver của mình để biết những thông tin đó. diff --git a/translations/OpenStudioApp_zh_CN.ts b/translations/OpenStudioApp_zh_CN.ts index 8a8897910..b3562fb92 100644 --- a/translations/OpenStudioApp_zh_CN.ts +++ b/translations/OpenStudioApp_zh_CN.ts @@ -4,28 +4,28 @@ InspectorDialog - - + + OpenStudio Inspector OpenStudio检测器 - + Add new object 加入新物件 - + Copy selected object 复制已选物件 - + Remove selected objects 移除已选物件 - + Purge unused objects 清楚未使用物件 @@ -33,23 +33,23 @@ InspectorGadget - - + + Hard Sized 人工计算 - + Autosized 自动计算 - + Autocalculate 自动计算 - + Add/Remove Extensible Groups 增加/删除 扩展组 @@ -57,20 +57,20 @@ ModelObjectSelectorDialog - - + + Select Model Object 选择模型物件 - - + + OK - - + + Cancel 取消 @@ -78,22 +78,22 @@ openstudio::DesignDayGridController - + Date 日期 - + Temperature 温度 - + Humidity 湿度 - + Pressure Wind Precipitation @@ -102,12 +102,12 @@ Precipitation 降水 - + Solar 日照 - + Check to select all rows 选择所有 @@ -115,138 +115,138 @@ Precipitation openstudio::DesignDayGridView - + Design Day Name 设计日 - + All 所有 - + Day Of Month - + Month - + Day Type 类型 - + Daylight Saving Time Indicator 夏令时 - + Maximum Dry Bulb Temperature 最大干球温度 - + Daily Dry Bulb Temperature Range 日均干球温度范围 - + Daily Wet Bulb Temperature Range 日均湿球温度范围 - + Dry Bulb Temperature Range Modifier Type 干球温度范围修正类型 - + Dry Bulb Temperature Range Modifier Schedule 干球温度范围修正时间表 - + Humidity Indicating Conditions At Maximum Dry Bulb 湿度指标之于最大干球温度 - + Humidity Indicating Type 湿度指标类型 - + Humidity Indicating Day Schedule 湿度指标日程表 - + Barometric Pressure 气压 - + Wind Speed 风速 - + Wind Direction 风向 - + Rain Indicator 降雨指标 - + Snow Indicator 降雪指标 - + Solar Model Indicator 日照模型 - + Beam Solar Day Schedule 直射日照日时间表 - + Diffuse Solar Day Schedule 散射日照日时间表 - + ASHRAE Taub ASHRAE Taub模型 - + ASHRAE Taud ASHRAE Taud模型 - + Sky Clearness 空净度 - - + + Design Days 设计日 - + Drop Zone 放置 @@ -256,24 +256,24 @@ Zone openstudio::EditorWebView - - - + + + Open File 打开 - + gbXML (*.xml *.gbxml) gbXML (*.xml *.gbxml) - + IDF (*.idf) IDF (*.idf) - + OSM (*.osm) OSM (*.osm) @@ -281,7 +281,7 @@ Zone openstudio::ExternalToolsDialog - + Select Path to 选择路径 @@ -289,12 +289,12 @@ Zone openstudio::LibraryDialog - + Select OpenStudio Library 选择OpenStudio资料库 - + OpenStudio Files (*.osm) OpenStudio 文件 (*.osm) @@ -302,17 +302,17 @@ Zone openstudio::LocationTabController - + Weather File && Design Days 气候文件&&设计日 - + Life Cycle Costs 生命周期成本 - + Utility Bills 水电费用 @@ -320,7 +320,7 @@ Zone openstudio::LocationTabView - + Site 场地 @@ -328,108 +328,108 @@ Zone openstudio::LocationView - + Weather File 气候文件 - + Name: 名字: - + Latitude: 纬度: - + Longitude: 经度: - + Elevation: 高度: - + Time Zone: 时区: - + Download weather files at <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> 下载气候文件从: <a href="http://www.energyplus.net/weather">www.energyplus.net/weather</a> - + Measure Tags (Optional): 度量标签(可选): - + ASHRAE Climate Zone ASHRAE标准 气候区 - + CEC Climate Zone CEC标准气候区 - + Design Days 设计日 - + Import From DDY 从DDY文件导入 - + Change Weather File 修改气候文件 - - + + Set Weather File 设置气候文件 - + EPW Files (*.epw);; All Files (*.*) EPW 文件 (*.epw);; 所有文件 (*.*) - + Open Weather File 打开气候文件 - + Failed To Set Weather File 设置气候文件失败 - + Failed To Set Weather File To 设置气候文件失败 - + Open DDY File 打开DDY文件 - + No Design Days in DDY File DDY不含设计日 - + This DDY file does not contain any valid design days. Check the DDY file itself for errors or omissions. 这个DDY文件不含任何设计日。请检查这个DDY文件是否有误。 @@ -516,146 +516,146 @@ Zone openstudio::MainMenu - + &File &文件 - + &New &新建 - + &Open &打开 - - + + &Revert to Saved &恢复到之前保存 - + Ctrl+R Ctrl+R - + &Save &保存 - + Save &As &另存为 - + &Import &导入 - - + + &IDF &IDF - - + + &gbXML &gbXML - - + + &SDD &SDD - + I&FC I&FC - + &Export &导出 - + &Load Library &加载资料库 - + E&xamples - + &Example Model - + Shoebox Model - + E&xit &退出 - + &Preferences &设置 - + &Units &单位 - + Metric (&SI) 公制 (&SI) - + English (&I-P) 英制 (&I-P) - + &Change My Measures Directory &修改我的脚本文件夹 - + &Change Default Libraries &设置默认资料库 - + &Configure External Tools &设置外置工具 - + &Language &语言 - + English 英语 - + French 法语 @@ -664,147 +664,147 @@ Zone 阿拉伯语 - + Spanish 西班牙语 - + Farsi 波斯语 - + Hebrew 希伯来语 - + Italian 意大利语 - + Chinese 中文 - + Greek 希腊语 - + Polish 波兰语 - + Catalan 加泰罗尼亚语 - + Hindi 印地语 - + Vietnamese - + Japanese - + German - + Add a new language 添加新语言 - + &Configure Internet Proxy &设置网络代理 - + &Use Classic CLI - + &Display Additional Proprerties - + &Components && Measures &组件 && 脚本 - + &Apply Measure Now &应用脚本 - + Ctrl+M Ctrl+M - + Find &Measures 查找 &脚本 - + Find &Components 查找 &组件 - + &Help &帮助 - + OpenStudio &Help OpenStudio &帮助 - + Check For &Update &检查更新 - + Allow Analytics - + Debug Webgl - + &About &关于 - + Adding a new language 增加新语言 - + Adding a new language requires almost no coding skill, but it does require language skills: the only thing to do is to translate each sentence/word with the help of a dedicated software. If you would like to see the OpenStudioApplication translated in your language of choice, we would welcome your help. Send an email to osc@openstudiocoalition.org specifying which language you want to add, and we will be in touch to help you get started. 增加一种新语言不需要有编程背景,只要有语言能力:你只要做的是在专用软件里翻译对应的词句。 @@ -818,12 +818,12 @@ If you would like to see the OpenStudioApplication translated in your language o 要求重启 - + Allow Analytics - + Allow OpenStudio Coalition to collect anonymous usage statistics to help improve the OpenStudio Application? See the <a href="https://openstudiocoalition.org/about/privacy_policy/">privacy policy</a> for more information. @@ -831,24 +831,24 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::MeasureManager - - + + Measures Updated - + All measures are up-to-date. - + measures have been updated on BCL compared to your local BCL directory. - + Would you like update them? @@ -856,45 +856,45 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OSDocument - + Export Idf 导出 Idf - + (*.idf) (*.idf) - + (*.xml) (*.xml) - - + + Failed to save model 保存失败 - - + + Failed to save model, make sure that you do not have the location open and that you have correct write access. 保存失败,请确保你的保存地址有效且可覆盖。 - + Save 保存 - + (*.osm) (*.osm) - - + + Select My Measures Directory 选择我的脚本文件夹 @@ -906,7 +906,7 @@ If you would like to see the OpenStudioApplication translated in your language o openstudio::OpenStudioApp - + Timeout 超时 @@ -915,98 +915,98 @@ If you would like to see the OpenStudioApplication translated in your language o 无法打开脚本管理器,是否再试? - + Failed to start the Measure Manager. Would you like to keep waiting? - + Loading Library Files 加载资料文件 - + (Manage library files in Preferences->Change default libraries) 管理资料文件 在设置->设置默认资料库 - + Translation From version 转换从版本 - - + + to - + Unknown starting version 无法识别版本 - + Import Idf 导入Idf - + (*.idf) (*.idf) - + ' while OpenStudio uses a <strong>newer</strong> EnergyPlus ' ' OpenStudio 使用 <strong>新版</strong> EnergyPlus ' - + '. Consider using the EnergyPlus Auxiliary program IDFVersionUpdater to update your IDF file. '. 使用 EnergyPlus 附属工具 IDFVersionUpdater 来升级 IDF 文件. - + ' while OpenStudio uses an <strong>older</strong> EnergyPlus ' ' 当 OpenStudio 使用 <strong>旧版</strong> EnergyPlus ' - + '. '. - + ' which is the <strong>same</strong> version of EnergyPlus that OpenStudio uses ( ' 这是 <strong>一样</strong> 版本的EnergyPlus 是 OpenStudio 所使用的 ( - + <strong>The IDF does not have a VersionObject</strong>. Check that it is of correct version ( <strong>这 IDF不含 VersionObject</strong>. 检查是否正确版本 ( - + ) and that all fields are valid against Energy+.idd. ) 所有内容都是根据 Energy+.idd验证有效。 - + <br/><br/>The ValidityReport follows. <br/><br/> 有效性报告包括以下. - + <strong>File is not valid to draft strictness</strong>. Check that all fields are valid against Energy+.idd. <strong>无效文件</strong>.依据Energy+.idd 来检查所有内容. - + IDF Import Failed 失败导入IDF - + =============== Errors =============== @@ -1015,7 +1015,7 @@ If you would like to see the OpenStudioApplication translated in your language o - + ============== Warnings ============== @@ -1024,7 +1024,7 @@ If you would like to see the OpenStudioApplication translated in your language o - + ==== The following idf objects were not imported ==== @@ -1033,123 +1033,123 @@ If you would like to see the OpenStudioApplication translated in your language o - + named 命名的 - + Unnamed 未命名 - + <strong>Some portions of the IDF file were not imported.</strong> <strong>一部分内容没有被导入.</strong> - + IDF Import 导入Idf - + Only geometry, constructions, loads, thermal zones, and schedules are supported by the OpenStudio IDF import feature. 只有模型,构造材料,负荷,热区,和日期表可以被 OpenStudio 从IDF导入. - + Import 导入 - + (*.xml) (*.xml) - + Errors or warnings occurred on import of 错误和警告出现在导入 - + Could not import SDD file. 失败导入SDD 。 - + Could not import 不能导入 - + file at 文件 - + Save Changes? 保存修改内容? - + The document has been modified. 文件已被修改。 - + Do you want to save your changes? 你想保存修改内容码? - + Open 打开 - - + + (*.osm) (*.osm) - + A new version is available at <a href=" 新版本在 <a href=" - + Currently using the most recent version 现在使用最新版本 - + Check for Updates 检查更新 - + Measure Manager Server: 脚本管理服务器: - + Chrome Debugger: http://localhost: Chrome 调试器: http://localhost: - + Temp Directory: 临时文件夹: - + Measure Manager has crashed. Do you want to retry? - + Measure Manager Crashed @@ -1158,70 +1158,70 @@ If you would like to see the OpenStudioApplication translated in your language o 关于 - + Failed to load model 无法打开模型 - + Opening future version 打开新版本 - + using 使用 - + Model updated from 更新模型从 - + Existing Ruby scripts have been removed. Ruby scripts are no longer supported and have been replaced by measures. 现有的Ruby脚本已经被移除。 Ruby脚本已不被支持,现在可以使用Measurej脚本. - + Failed to open file at 无法打开文件 - - + + Settings file not writable 设置文件不能被保存 - - + + Your settings file ' 你的设置文件 ' - - + + ' is not writable. Adjust the file permissions ‘不能被保存。调整文件权限 - - + + Revert to Saved 恢复到之前保存 - + This model has never been saved. Do you want to create a new model? 这个模型还没被保存。 是否新建一个模型? - + Are you sure you want to revert to the last saved version? 你确定要还原到上一个保存版本? @@ -1238,24 +1238,24 @@ Do you want to create a new model? Measure 管理器已崩溃 - + Restart required 要求重启 - + A restart of the OpenStudio Application is required for language changes to be fully functionnal. Would you like to restart now? 修改语言设置需要重启OpenStudio。 是否现在重启? - + Select Library 选择资料库 - + Failed to load the following libraries... @@ -1264,17 +1264,35 @@ Would you like to restart now? - + Would you like to Restore library paths to default values or Open the library settings to change them manually? + + openstudio::PathInputView + + + Open Directory + + + + + Open Read File + + + + + Select Save File + + + openstudio::PeopleDefinitionInspectorView - + Add/Remove Extensible Groups 增加/删除 扩展组 @@ -1282,85 +1300,111 @@ Would you like to Restore library paths to default values or Open the library se openstudio::RunView - + onRunProcessErrored: Simulation failed to run, QProcess::ProcessError: - + Simulation failed to run, with exit code + + openstudio::ScheduleOthersController + + + CSV Files(*.csv) + + + + + Select External File + + + + + All files (*.*);;CSV Files(*.csv);;TSV Files(*.tsv) + + + + + openstudio::SpacesLoadsGridController + + + Drop Space Infiltration + + + openstudio::StartupMenu - + &File &文件 - + &New &新建 - + &Open &打开 - + E&xit &退出 - + Import 导入 - + IDF IDF - + gbXML gbXML - + SDD - + IFC - + &Help &帮助 - + OpenStudio &Help OpenStudio &帮助 - + Check For &Update &检查更新 - + Debug Webgl - + &About &关于 @@ -1368,87 +1412,87 @@ Would you like to Restore library paths to default values or Open the library se openstudio::VariablesList - + Select Output Variables - + All 所有 - + Enabled - + Disabled - + Filter Variables - + Use Regex - + Update Visible Variables - + All On - + All Off - + Apply Frequency - + Detailed - + Timestep - + Hourly - + Daily - + Monthly - + RunPeriod - + Annual @@ -1456,176 +1500,176 @@ Would you like to Restore library paths to default values or Open the library se openstudio::YearSettingsWidget - + Select Year by: 选择年份: - + Calendar Year 日历年份 - + First Day of Year 第一天 - + Daylight Savings Time: 夏令时: - + Starts - - + + Define by Day of The Week And Month 由周和月来定义 - - + + Define by Date 由日期来定义 - + Ends - + First 开始 - + Second 第二 - + Third 第三 - + Fourth 第四 - + Last 最后 - - + + Sunday 周日 - - + + Monday 周一 - - + + Tuesday 周二 - - + + Wednesday 周三 - - + + Thursday 周四 - - + + Friday 周五 - - + + Saturday 周六 - + UseWeatherFile 使用气候文件 - + January 一月 - + February 二月 - + March 三月 - + April 四月 - + May 五月 - + June 六月 - + July 七月 - + August 八月 - + September 九月 - + October 十月 - + November 十一月 - + December 十二月 @@ -1633,167 +1677,167 @@ Would you like to Restore library paths to default values or Open the library se openstudio::bimserver::ProjectImporter - + Download OSM File 下载OSM文件 - - + + New Project 新建项目 - + Check in IFC File 检查IFC文件 - + > - - - + + + Cancel 取消 - + Setting 设置 - + Project created, showing updated project list. - + IFC file loaded, showing updated IFC file list. 无法加载IFC文件,展示更新的文件。 - + Login success! 成功登录! - + BIMserver disconnected BIMserver 已断开 - + BIMserver is not connected correctly. Please check if BIMserver is running and make sure your username and password are valid. 无法连接BIMserver。请检查BIMserver是否正在运行和确保用户名和密码是否正确。 - + Please select a IFC version before proceeding. 请选择IFC版本。 - + Project selected, showing all versions of IFC files under it. 已选项目,显示所有IFC文件的版本。 - + Please select a project to see all the IFC versions under it. 请选择一个项目来查看所有IFC版本。 - + Create a new project and upload it to the server. 新建一个项目并上传到服务器。 - + Please enter the project name: 输入项目名称: - + Project Name: 项目名称: - + Create Project 新建项目 - + Check in a new version IFC file for the selected project. 检查所有已选项目的IFC文件版本。 - + Open IFC File 打开IFC文件 - + IFC files (*.ifc) IFC 文件 (*.ifc) - + Please select a project to check in a new IFC version. 请选择一个项目来查看新IFC版本。 - + Please specify the bimserver address/port and user credentials. 请输入bimserer地址/断口和用户凭证。 - + BIMserver Settings BIMserver 设置 - + Please enter the BIMserver information: 请输入BIMserver信息: - + BIMserver Address: http:// BIMserver 地址:http:// - + BIMserver Port: BIMserver 端口: - + Username 用户名 - + Password 密码 - + Okay - + BIMserver not set up 还没设置BIMserver - + Please provide valid BIMserver address, port, your username and password. You may ask your BIMserver manager for such information. 请输入有效地址,端口和用户凭证。你可以询问你的管理员。