Skip to content

Instantly share code, notes, and snippets.

@mitchute
Created September 28, 2017 16:39
Show Gist options
  • Save mitchute/57193385dbf2e556f20b7adaf4b79e54 to your computer and use it in GitHub Desktop.
Save mitchute/57193385dbf2e556f20b7adaf4b79e54 to your computer and use it in GitHub Desktop.
KickOffSim
if ( KickOffSimulation ) {
this->initGLHESimVars();
this->updateGHX();
} else {
this->initGLHESimVars();
this->calcGroundHeatExchanger();
this->updateGHX();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment