ConstantMassFlowMaserSelfTest.cpp File Reference

Classes

class  ConstantMassFlowMaserSelfTest
 Test for the MaserBoundary: make a chute-like domain with a maser inflow boundary in the beginning. More...
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
80 {
81  ConstantMassFlowMaserSelfTest maserSelfTest;
82  maserSelfTest.solve();
83 }
Test for the MaserBoundary: make a chute-like domain with a maser inflow boundary in the beginning.
Definition: ConstantMassFlowMaserSelfTest.cpp:19
void solve()
The work horse of the code.
Definition: DPMBase.cc:4334

References DPMBase::solve().