Flow123d  release_2.2.0-914-gf1a3a4f
Functions | Variables
transport.cc File Reference

Transport. More...

#include <memory>
#include "system/system.hh"
#include "system/sys_profiler.hh"
#include "mesh/mesh.h"
#include "mesh/partitioning.hh"
#include "transport/transport.h"
#include "la/distribution.hh"
#include "la/sparse_graph.hh"
#include <iostream>
#include <iomanip>
#include <string>
#include "io/output_time.hh"
#include "tools/time_governor.hh"
#include "coupling/balance.hh"
#include "input/accessors.hh"
#include "input/input_type.hh"
#include "fields/field_algo_base.hh"
#include "fields/field_values.hh"
#include "fields/field_elementwise.hh"
#include "fields/generic_field.hh"
#include "reaction/isotherm.hh"

Go to the source code of this file.

Functions

 FLOW123D_FORCE_LINK_IN_CHILD (convectionTransport)
 

Variables

const string _equation_name = "Solute_Advection_FV"
 

Detailed Description

Transport.

 * Copyright (C) 2015 Technical University of Liberec. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Definition in file transport.cc.

Function Documentation

FLOW123D_FORCE_LINK_IN_CHILD ( convectionTransport  )

Variable Documentation

const string _equation_name = "Solute_Advection_FV"

Definition at line 54 of file transport.cc.