MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <VoxelJunction.h>
Public Member Functions | |
bool | operator< (const VoxelJunction &other) const |
VoxelJunction (unsigned int f, unsigned int s, double d=1.0) | |
VoxelJunction () | |
Public Attributes | |
double | diffScale |
unsigned int | first |
double | firstVol |
MeshIndex for second compartment. More... | |
unsigned int | second |
MeshIndex for first compartment. More... | |
double | secondVol |
This class specifies a single junction between abutting voxels. All it has are the respective meshIndices (not spatialIndices) of the abutting voxels, and a scale factor for diffusion between them.
Definition at line 18 of file VoxelJunction.h.
|
inline |
Definition at line 21 of file VoxelJunction.h.
|
inline |
Definition at line 26 of file VoxelJunction.h.
|
inline |
Definition at line 32 of file VoxelJunction.h.
double VoxelJunction::diffScale |
Definition at line 44 of file VoxelJunction.h.
Referenced by Dsolve::getDiffScale(), and Dsolve::setDiffScale().
unsigned int VoxelJunction::first |
Definition at line 40 of file VoxelJunction.h.
Referenced by operator<().
double VoxelJunction::firstVol |
MeshIndex for second compartment.
Definition at line 42 of file VoxelJunction.h.
Referenced by Dsolve::getDiffVol1(), and Dsolve::setDiffVol1().
unsigned int VoxelJunction::second |
MeshIndex for first compartment.
Definition at line 41 of file VoxelJunction.h.
Referenced by operator<().
double VoxelJunction::secondVol |
Definition at line 43 of file VoxelJunction.h.
Referenced by Dsolve::getDiffVol2(), and Dsolve::setDiffVol2().