9 #if !defined(REAL_CONTACT_MODEL_H_INCLUDED)
10 #define REAL_CONTACT_MODEL_H_INCLUDED
25 class ThermalSphericParticle;
39 virtual void SetRealContactModelInProperties (Properties::Pointer pProp,
bool verbose =
true)
const;
54 virtual std::string
Info()
const {
55 std::stringstream buffer;
56 buffer <<
"RealContactModel";
61 virtual void PrintInfo(std::ostream& rOStream)
const { rOStream <<
"RealContactModel"; }
62 virtual void PrintData(std::ostream& rOStream)
const {}
68 RealContactModel(RealContactModel
const& rOther) {*
this = rOther;}
73 virtual void save(
Serializer& rSerializer)
const {
91 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Definition: thermal_spheric_particle.h:30
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432
def load(f)
Definition: ode_solve.py:307