CSCRun.cpp File Reference
#include "Mercury3DRestart.h"

Classes

class  CSCRun
 

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
58 {
59  Mdouble shearVelocity = 1.0/40.0; //divide by 20 to get max inertial number
60  CSCRun SC(shearVelocity);
61  SC.setSaveCount(100);
62  SC.setMaxWallTime(20*3600); //kill after 20 hours
63  SC.setTimeMax(4000.0);
64  SC.solve(argc, argv);
65  return 0;
66 }
Definition: CSCRun.cpp:9

References Mercury3DRestart::setMaxWallTime(), DPMBase::setSaveCount(), DPMBase::setTimeMax(), and DPMBase::solve().