|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <Boundary.h>
Collaboration diagram for Boundary:Public Member Functions | |
| Boundary () | |
| double | getReflectivity () const |
| void | setReflectivity (const double v) |
Static Public Member Functions | |
| static const Cinfo * | initCinfo () |
Private Attributes | |
| double | reflectivity_ |
manages geometries and optionally keeps track of adjacent compartments, if any.
Definition at line 17 of file Boundary.h.
| Boundary::Boundary | ( | ) |
Definition at line 78 of file Boundary.cpp.
| double Boundary::getReflectivity | ( | ) | const |
Definition at line 89 of file Boundary.cpp.
References reflectivity_.
Referenced by initCinfo().
Here is the caller graph for this function:
|
static |
Definition at line 16 of file Boundary.cpp.
References boundaryCinfo, getReflectivity(), Neutral::initCinfo(), and setReflectivity().
Here is the call graph for this function:| void Boundary::setReflectivity | ( | const double | v | ) |
Definition at line 84 of file Boundary.cpp.
References reflectivity_.
Referenced by initCinfo().
Here is the caller graph for this function:
|
private |
Boundary condition. Reflective = 1. Completely diffusive = 0 Unless it is completely reflective, there should be an adjacent compartment into which the molecules diffuse.
Definition at line 32 of file Boundary.h.
Referenced by getReflectivity(), and setReflectivity().