Skip to content

Commit e25eda8

Browse files
committed
Remove FanVariableVolume export(Not used).
Update newBEC.exe.
1 parent 1e7eb6e commit e25eda8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

openstudiocore/src/bec/ForwardTranslator.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,7 @@ void ForwardTranslator::doACSystem(const model::Model &model, QDomElement &ACSys
13671367
break;
13681368
case openstudio::IddObjectType::OS_Fan_VariableVolume:
13691369
{
1370+
/*
13701371
model::FanVariableVolume fanv = hvac.cast<model::FanVariableVolume>();
13711372
QString name = fanv.name().get().c_str();
13721373
size_t inx = iloop+1;
@@ -1414,6 +1415,7 @@ void ForwardTranslator::doACSystem(const model::Model &model, QDomElement &ACSys
14141415
createTagWithText(SplitType, "SplitTypeDescription", "?");
14151416
createTagWithText(SplitType, "SplitTypeCOP", "0");
14161417
createTagWithText(SplitType, "SplitTypekWth", "0");
1418+
*/
14171419
break;
14181420
}
14191421
}
@@ -1564,6 +1566,7 @@ void ForwardTranslator::DoSupply(std::vector<model::ModelObject>& supplys
15641566
}
15651567
case openstudio::IddObjectType::OS_Fan_VariableVolume:
15661568
{
1569+
/*
15671570
model::FanVariableVolume fanv = hvac.cast<model::FanVariableVolume>();
15681571
//////////////////////////////////////////////////
15691572
std::string name = fanv.name().get();
@@ -1595,6 +1598,7 @@ void ForwardTranslator::DoSupply(std::vector<model::ModelObject>& supplys
15951598
createTagWithText(CentralACD, "CentralACDetailkWth", QString::number(0.0f));
15961599
createTagWithText(CentralACD, "CentralACD_idd_name", hvac.name().get().c_str());
15971600
createTagWithText(CentralACD, "CentralACD_idd_iddname", hvac.iddObject().name().c_str());
1601+
*/
15981602
break;
15991603
}
16001604
case openstudio::IddObjectType::OS_Coil_Cooling_Water:
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)