Home
last modified time | relevance | path

Searched refs:FixLbRigidPCSphere (Results 1 – 3 of 3) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/LATBOLTZ/
H A Dfix_lb_rigid_pc_sphere.h16 FixStyle(lb/rigid/pc/sphere,FixLbRigidPCSphere);
27 class FixLbRigidPCSphere : public Fix {
29 FixLbRigidPCSphere(class LAMMPS *, int, char **);
30 virtual ~FixLbRigidPCSphere();
H A Dfix_lb_rigid_pc_sphere.cpp41 FixLbRigidPCSphere::FixLbRigidPCSphere(LAMMPS *lmp, int narg, char **arg) : in FixLbRigidPCSphere() function in FixLbRigidPCSphere
399 FixLbRigidPCSphere::~FixLbRigidPCSphere() in ~FixLbRigidPCSphere()
444 int FixLbRigidPCSphere::setmask() in setmask()
455 void FixLbRigidPCSphere::init() in init()
648 void FixLbRigidPCSphere::setup(int vflag) in setup()
1106 void FixLbRigidPCSphere::set_v() in set_v()
1197 void FixLbRigidPCSphere::set_xv() in set_xv()
1321 void FixLbRigidPCSphere::pre_neighbor() in pre_neighbor()
1385 int FixLbRigidPCSphere::dof(int igroup) in dof()
1422 double FixLbRigidPCSphere::memory_usage() in memory_usage()
[all …]
H A Dfix_lb_fluid.h33 friend class FixLbRigidPCSphere; variable