Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
1

How to mix a *.rvi file with a *rvx file?

asked 2016-06-02 11:41:05 -0500

Wilson's avatar

updated 2016-06-02 13:22:23 -0500

Hi! Everytime I want to do a simulation in jeplus I have to run a simulation with a *.rvi file and then I have to run another simulation with a *.rvx file just to obtain one tabular value from the eplustbl.csv. My *.rvi file is: image description

and my *.rvx file is:

image description

Is there a way so I can obtain all this output results in the same output file (AllCombinedResults.csv) by mixing the presented *.rvi with the *.rvx file? If I could have, at least, the Total Electric power of the building or the hvac electric demand power information together with the Total Energy Cost, in the same "AllCombinedResults.csv", it is really helpful. Thank you

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-06-04 03:54:38 -0500

Yi Zhang's avatar

Hi Wilson,

Yes, of course. You just need to add a RVI section in the RVX file to reference to RVI file you want to use, like here:

{
    "rvis" : [ 
        { 
            "fileName" : "your.rvi",
            "tableName" : "ElecDemand",
            "frequency" : "Annual",
            "usedInCalc" : true
        }
    ],
    "csvs" : [
        {...
        }
    ]
}

Full details on how to use the RVX file is here: http://www.jeplus.org/wiki/doku.php?i...

Cheers,

Yi

edit flag offensive delete link more

Comments

Thank you Yi Zhang! Problem solved!

Cheers,

Wilson

Wilson's avatar Wilson  ( 2016-06-04 08:50:38 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2016-06-02 11:41:05 -0500

Seen: 756 times

Last updated: Jun 04 '16