[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [EnergyPlus_Support] EnergyPlus Macros





Do you know how the conditional compilation work in C programming?
 
##include    myfilename

would include a file in that location.
============
##def    mmName1  [ macroName1,   macroNUm1  ]
 
   macroName1 outlet, 
  ,
macroNum1,
end;
##enddef 
===============
would define a block of codes.
 
mmName1 [Z1, 50 ]
 
would give you:
=============
Z1 outlet,
,
50,end;
==================
It is very powerful variable substitution and calculatin program. 
 
You can sectionize one IDF into many INP files and include them in one IMF file.
 
EPlaunch would except the IMF file and expand it into epmIDF and simulate.
The direct macro expansion program is done by the EPmacro.exe which is run in the DOS window, as described in the Auxiliary Program pdf.
 
If you can show me how much you know, I will lead you through.
 
 Dr. Li  

 

To: EnergyPlus_Support@xxxxxxxxxxxxxxx
From: zqianmin@xxxxxxxxx
Date: Wed, 20 Jul 2011 10:32:03 -0700
Subject: [EnergyPlus_Support] EnergyPlus Macros

 
Could anyone tell me how to start using input macros? I read this part on auxiliaryprograms.pdf, but can't figure it out. I even don't know how to run the EP-Macro program at this time. Thank you for your help.

Qianmin




__._,_.___


Primary EnergyPlus support is found at:
http://energyplus.helpserve.com or send a message to energyplus-support@xxxxxxxx

The primary EnergyPlus web site is found at:
http://www.energyplus.gov

The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/

Attachments are currently allowed but be mindful that not everyone has a high speed connection.  Limit attachments to small files.

EnergyPlus Documentation is searchable.  Open EPlusMainMenu.pdf under the Documentation link and press the "search" button.




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___