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 
)
102 {
103  ConstantMassFlowMaserSelfTest maserSelfTest;
104  maserSelfTest.solve();
105 }
Test for the MaserBoundary: make a chute-like domain with a maser inflow boundary in the beginning.
Definition: ConstantMassFlowMaserSelfTest.cpp:41
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270

References DPMBase::solve().