FlowFrontChute.cpp File Reference
#include <iostream>
#include <vector>
#include <Walls/InfiniteWall.h>
#include "DPMBase.h"
#include "Mercury3D.h"
#include "Chute.h"

Classes

class  FlowFrontChute
 

Functions

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

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
64 {
65 
67  problem.setName("FlowFrontChute");
68  problem.stretch();
69 
70  problem.write(std::cout, false);
71  problem.solve();
72 
73  problem.write(std::cout, false);
74  problem.writeRestartFile();
75 }
Definition: FlowFrontChute.cpp:17
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References problem.