#include <fix_base.h>
|
| FixBase () |
|
| ~FixBase () |
|
Point | spring_force_wls (const Point &R_ij, const Real &c1, const Real &Ls) const |
|
Point | spring_force_fene (const Point &R_ij, const Real &c1, const Real &Ls) const |
|
Point | spring_force_ud (const Point &R_ij, const Real &c1, const Real &Ls) const |
|
Point | spring_force_lhs (const Point &R_ij, const Real &l0, const Real &k0) const |
|
Point | gaussian_force (const Point &r_ij, const Real &c1, const Real &c2) const |
|
Point | lj_force (const Point &r_ij, const Real &epsilon, const Real &sigma) const |
|
Point | harmonic_force (const Point &r_ij, const Real &k, const Real &r0) const |
|
Point | polymer_wall_empirical_force (const Point &r_ij, const Real &c0, const Real &d0) const |
|
Point | friction_force (const Point &bead_1, const Point &bead_2, const std::vector< Real > &v1, const std::vector< Real > &v2, const std::vector< Real > &fxv_12, const Real &Hf, const Real &dmin) const |
|
|
const Real | PI = libMesh::pi |
|
const Real | tol = 1E-3 |
|
Point FixBase::friction_force |
( |
const Point & |
bead_1, |
|
|
const Point & |
bead_2, |
|
|
const std::vector< Real > & |
v1, |
|
|
const std::vector< Real > & |
v2, |
|
|
const std::vector< Real > & |
fxv_12, |
|
|
const Real & |
Hf, |
|
|
const Real & |
dmin |
|
) |
| const |
Point FixBase::gaussian_force |
( |
const Point & |
r_ij, |
|
|
const Real & |
c1, |
|
|
const Real & |
c2 |
|
) |
| const |
Point FixBase::harmonic_force |
( |
const Point & |
r_ij, |
|
|
const Real & |
k, |
|
|
const Real & |
r0 |
|
) |
| const |
Point FixBase::lj_force |
( |
const Point & |
r_ij, |
|
|
const Real & |
epsilon, |
|
|
const Real & |
sigma |
|
) |
| const |
Point FixBase::polymer_wall_empirical_force |
( |
const Point & |
r_ij, |
|
|
const Real & |
c0, |
|
|
const Real & |
d0 |
|
) |
| const |
Point FixBase::spring_force_fene |
( |
const Point & |
R_ij, |
|
|
const Real & |
c1, |
|
|
const Real & |
Ls |
|
) |
| const |
Point FixBase::spring_force_lhs |
( |
const Point & |
R_ij, |
|
|
const Real & |
l0, |
|
|
const Real & |
k0 |
|
) |
| const |
Point FixBase::spring_force_ud |
( |
const Point & |
R_ij, |
|
|
const Real & |
c1, |
|
|
const Real & |
Ls |
|
) |
| const |
Point FixBase::spring_force_wls |
( |
const Point & |
R_ij, |
|
|
const Real & |
c1, |
|
|
const Real & |
Ls |
|
) |
| const |
const Real libMesh::FixBase::PI = libMesh::pi |
const Real libMesh::FixBase::tol = 1E-3 |
The documentation for this class was generated from the following files:
- /home/cody/copss-hydrodynamics-public/src/fix/fix_base.h
- /home/cody/copss-hydrodynamics-public/src/fix/fix_base.C