ChuteWithPeriodicInflowAndVariableBottom.cpp File Reference

Classes

class  ChuteWithPeriodicInflowAndVariableBottom
 

Functions

int main (int, char **)
 

Function Documentation

◆ main()

int main ( int  ,
char **   
)
58 {
59  ChuteWithPeriodicInflowAndVariableBottom problem("../ChuteWithPeriodicInflow/H20A22L0.5M0.5B0.5");
60  problem.setTimeMax(1e4);
61  problem.setSaveCount(1000);
62  problem.setXBallsAdditionalArguments("-v0 -solidf");
63  problem.write(std::cout,false);
64  problem.dataFile.setFileType(FileType::ONE_FILE);
65  problem.restartFile.setFileType(FileType::ONE_FILE);
66  problem.fStatFile.setFileType(FileType::ONE_FILE);
67  problem.eneFile.setFileType(FileType::ONE_FILE);
68  //problem.restartFile.setFileType(FileType::ONE_FILE);
69  //problem.dataFile.setFileType(FileType::ONE_FILE);
70  //problem.fStatFile.setFileType(FileType::NO_FILE);
71  problem.solve();
72 }
@ ONE_FILE
all data will be written into/ read from a single file called name_
Definition: ChuteWithPeriodicInflowAndVariableBottom.cpp:8
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References ONE_FILE, and problem.