Chi-Tech
|
#include <chi_diffusion_bndry.h>
Public Member Functions | |
BoundaryRobin (double a_value, double b_value, double f_value) | |
Public Member Functions inherited from chi_diffusion::Boundary | |
Boundary (BoundaryType in_bndry_type) | |
Data Fields | |
double | a =0.25 |
double | b =0.5 |
double | f =0.0 |
Data Fields inherited from chi_diffusion::Boundary | |
BoundaryType | type_ |
Robin boundary condition. This type of boundary condition doubles for any boundary condition of the form
When the boundary condition is equivalent to a Neumann boundary condition.
When , and then the boundary condition is equivalent to a Vacuum boundary condition.
Definition at line 76 of file chi_diffusion_bndry.h.
|
inline |
Definition at line 83 of file chi_diffusion_bndry.h.
double chi_diffusion::BoundaryRobin::a =0.25 |
Definition at line 79 of file chi_diffusion_bndry.h.
double chi_diffusion::BoundaryRobin::b =0.5 |
Definition at line 80 of file chi_diffusion_bndry.h.
double chi_diffusion::BoundaryRobin::f =0.0 |
Definition at line 81 of file chi_diffusion_bndry.h.