SilbertPeriodicSelfTest.cpp File Reference
#include "SilbertPeriodic.h"
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cmath>
#include <sys/types.h>
#include <sys/stat.h>

Functions

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

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
15 {
17  problem.setRoughBottomType(MONOLAYER_DISORDERED);
18  //problem.setChuteLength(5);
19  //problem.setChuteWidth(5);
20  problem.setTimeMax(1e-2);
21  problem.readArguments(argc, argv);
22  problem.solve();
23 }
@ MONOLAYER_DISORDERED
Definition: Chute.h:32
Array< double, 1, 3 > e(1./3., 0.5, 2.)
Definition: flowRuleDiego_HeightAngle.cpp:14
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References e(), MONOLAYER_DISORDERED, and problem.