std::vector< Real > _F
Applied force on particles, size should be 3 times no. of grains.
virtual const std::vector< RealGradient > & getTorqueValues() const
This class is here to get the force and torque acting on a grain.
virtual const std::vector< Real > & getForceCJacobians() const
std::vector< RealGradient > _torque_values
std::vector< Real > _c_jacobians
ConstantGrainForceAndTorque(const InputParameters ¶meters)
virtual const std::vector< std::vector< Real > > & getForceEtaJacobians() const
virtual const std::vector< RealGradient > & getForceValues() const
std::vector< std::vector< Real > > _eta_jacobians
InputParameters validParams< ConstantGrainForceAndTorque >()
std::vector< RealGradient > _force_values
providing grain forces, torques and their jacobians w. r. t c
virtual void initialize()
This class provides interface for extracting the forces and torques computed in other UserObjects.
std::vector< Real > _M
Applied torque on particles, size should be 3 times no. of grains.