Skip to content

Commit

Permalink
Merge pull request #8620 from LipingWang/9.3TransitionUpdate
Browse files Browse the repository at this point in the history
Fix idf transition issues in EMS Actuator
  • Loading branch information
Myoldmopar authored Mar 20, 2021
2 parents be60e9f + 9828ce3 commit 1f819a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Transition/CreateNewIDFUsingRulesV9_3_0.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,15 @@ SUBROUTINE CreateNewIDFUsingRules(EndOfFile,DiffOnly,InLfn,AskForInput,InputFile
nodiff=.false.
END IF
END DO

CASE('ENERGYMANAGEMENTSYSTEM:ACTUATOR')
CALL GetNewObjectDefInIDD(ObjectName,NwNumArgs,NwAorN,NwReqFld,NwObjMinFlds,NwFldNames,NwFldDefaults,NwFldUnits)
nodiff=.true.
OutArgs(1:4)=InArgs(1:4)
IF (MakeUPPERCase(InArgs(3)).eq.'AIRTERMINAL:SINGLEDUCT:UNCONTROLLED') THEN
OutArgs(3)='AirTerminal:SingleDuct:ConstantVolume:NoReheat'
END IF


! If your original object starts with P, insert the rules here

Expand Down

1 comment on commit 1f819a2

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (Myoldmopar) - x86_64-MacOS-10.15-clang-11.0.0: OK (2344 of 2345 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.