v1.0
Classes
|
Functions
ChuteWithPeriodicInflowAndVariableBottom.cpp File Reference
#include "
ChuteWithPeriodicInflow.h
"
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
}
FileType::ONE_FILE
@ ONE_FILE
all data will be written into/ read from a single file called name_
ChuteWithPeriodicInflowAndVariableBottom
Definition:
ChuteWithPeriodicInflowAndVariableBottom.cpp:8
problem
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition:
steady_axisym_advection_diffusion.cc:213
References
ONE_FILE
, and
problem
.
Drivers
Contraction
ChuteWithPeriodicInflowAndVariableBottom.cpp
Generated on Wed Aug 27 2025 17:04:54 for MercuryDPM by
1.9.1