3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Functions
porousmediumflow/2pnc/implicit/diffusion/main.cc File Reference

Test for the 2pnc cc model used for water management in PEM fuel cells. More...

#include <config.h>
#include <ctime>
#include <iostream>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/common/timer.hh>
#include <dune/grid/io/file/dgfparser/dgfexception.hh>
#include <dune/grid/io/file/vtk.hh>
#include <dune/istl/io.hh>
#include "problem.hh"
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
#include <dumux/common/valgrind.hh>
#include <dumux/common/dumuxmessage.hh>
#include <dumux/linear/amgbackend.hh>
#include <dumux/nonlinear/newtonsolver.hh>
#include <dumux/assembly/fvassembler.hh>
#include <dumux/assembly/diffmethod.hh>
#include <dumux/discretization/method.hh>
#include <dumux/io/vtkoutputmodule.hh>
#include <dumux/io/grid/gridmanager.hh>

Description

Test for the 2pnc cc model used for water management in PEM fuel cells.

Functions

void usage (const char *progName, const std::string &errorMsg)
 Provides an interface for customizing error messages associated with reading in parameters. More...
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Add model specific output fields

◆ usage()

void usage ( const char *  progName,
const std::string &  errorMsg 
)

Provides an interface for customizing error messages associated with reading in parameters.

Parameters
progNameThe name of the program, that was tried to be started.
errorMsgThe error message that was issued by the start function. Comprises the thing that went wrong and a general help message.
Include dependency graph for porousmediumflow/2pnc/implicit/diffusion/main.cc: