Parallel Finite Element - General geometry Ewald-like Method
Part of Continuum-particle Simulation Suite under MICCOM
Public Member Functions | Public Attributes | List of all members
libMesh::FixBase Class Reference

#include <fix_base.h>

Collaboration diagram for libMesh::FixBase:
Collaboration graph
[legend]

Public Member Functions

 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
 

Public Attributes

const Real PI = libMesh::pi
 
const Real tol = 1E-3
 

Constructor & Destructor Documentation

FixBase::FixBase ( )
FixBase::~FixBase ( )

Member Function Documentation

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

Point FixBase::polymer_wall_empirical_force ( const Point &  r_ij,
const Real &  c0,
const Real &  d0 
) const

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

Member Data Documentation

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: