Skip to content
Snippets Groups Projects

Content for 1812

Merged Mark OLESEN requested to merge develop into master
22 files
+ 84
74
Compare changes
  • Side-by-side
  • Inline
Files
22
@@ -48,6 +48,13 @@ Author
int main(int argc, char *argv[])
{
argList::addNote
(
"(avalanche)\n"
"A depth-integrated solver for shallow granular flows using"
" Finite Area Methods."
);
#include "setRootCase.H"
#include "createTime.H"
#include "createMesh.H"
@@ -69,8 +76,7 @@ int main(int argc, char *argv[])
<< " TOL h " << hResidualMax << nl
<< " TOL Us " << UsResidualMax << nl << endl;
Switch initDeltaT =
runTime.controlDict().lookup("initDeltaT");
Switch initDeltaT(runTime.controlDict().lookup("initDeltaT"));
if (initDeltaT)
{
Loading