SPHinXsys  alpha version
Public Types | Public Member Functions | Protected Member Functions | List of all members
SPH::RelaxationOfAllDiffusionSpeciesComplex< BodyType, BaseParticlesType, BaseMaterialType, ContactBodyType, ContactBaseParticlesType, ContactBaseMaterialType > Class Template Reference

#include <particle_dynamics_diffusion_reaction.h>

Inherits SPH::RelaxationOfAllDiffusionSpeciesInner< BodyType, BaseParticlesType, BaseMaterialType >, and SPH::DataDelegateContact< BodyType, ParticlesType, MaterialType, ContactBodyType, ContactParticlesType, ContactMaterialType, BaseDataDelegateType >.

Public Types

typedef ComplexBodyRelation BodyRelationType
 
- Public Types inherited from SPH::RelaxationOfAllDiffusionSpeciesInner< BodyType, BaseParticlesType, BaseMaterialType >
typedef BodyType InnerBodyType
 
typedef BaseParticlesType InnerBaseParticlesType
 
typedef BaseMaterialType InnerBaseMaterialType
 
typedef BaseBodyRelationInner BodyRelationType
 

Public Member Functions

 RelaxationOfAllDiffusionSpeciesComplex (ComplexBodyRelation &complex_relation)
 
- Public Member Functions inherited from SPH::RelaxationOfAllDiffusionSpeciesInner< BodyType, BaseParticlesType, BaseMaterialType >
 RelaxationOfAllDiffusionSpeciesInner (BaseBodyRelationInner &inner_relation)
 
- Public Member Functions inherited from SPH::InteractionDynamicsWithUpdate
 InteractionDynamicsWithUpdate (SPHBody &sph_body)
 
virtual void exec (Real dt=0.0) override
 
virtual void parallel_exec (Real dt=0.0) override
 
- Public Member Functions inherited from SPH::InteractionDynamics
 InteractionDynamics (SPHBody &sph_body)
 
- Public Member Functions inherited from SPH::ParticleDynamics< void >
 ParticleDynamics (SPHBody &sph_body)
 
SPHBodygetSPHBody ()
 
- Public Member Functions inherited from SPH::DataDelegateInner< BodyType, ParticlesType, MaterialType, BaseDataDelegateType >
 DataDelegateInner (BaseBodyRelationInner &body_inner_relation)
 
- Public Member Functions inherited from SPH::DataDelegateContact< BodyType, ParticlesType, MaterialType, ContactBodyType, ContactParticlesType, ContactMaterialType, BaseDataDelegateType >
 DataDelegateContact (BaseBodyRelationContact &body_contact_relation)
 

Protected Member Functions

void getDiffusionChangeRateContact (size_t particle_i, size_t particle_j, Vecd &e_ij, Real surface_area_ij, const StdVec< StdLargeVec< Real >> &species_n_k)
 
virtual void Interaction (size_t index_i, Real dt=0.0) override
 
- Protected Member Functions inherited from SPH::RelaxationOfAllDiffusionSpeciesInner< BodyType, BaseParticlesType, BaseMaterialType >
void initializeDiffusionChangeRate (size_t particle_i)
 
void getDiffusionChangeRate (size_t particle_i, size_t particle_j, Vecd &e_ij, Real surface_area_ij)
 
virtual void updateSpeciesDiffusion (size_t particle_i, Real dt)
 
virtual void Update (size_t index_i, Real dt=0.0) override
 
- Protected Member Functions inherited from SPH::ParticleDynamics< void >
void setBodyUpdated ()
 
virtual void setupDynamics (Real dt=0.0)
 

Additional Inherited Members

- Public Attributes inherited from SPH::InteractionDynamics
StdVec< ParticleDynamics< void > * > pre_processes_
 
StdVec< ParticleDynamics< void > * > post_processes_
 
- Static Public Attributes inherited from SPH::GlobalStaticVariables
static Real physical_time_ = 0.0
 
- Protected Attributes inherited from SPH::InteractionDynamicsWithUpdate
ParticleFunctor functor_update_
 
- Protected Attributes inherited from SPH::InteractionDynamics
ParticleFunctor functor_interaction_
 
- Protected Attributes inherited from SPH::ParticleDynamics< void >
SPHBodysph_body_
 
SPHAdaptationsph_adaptation_
 
BaseParticlesbase_particles_
 
- Protected Attributes inherited from SPH::DataDelegateInner< BodyType, ParticlesType, MaterialType, BaseDataDelegateType >
ParticleConfigurationinner_configuration_
 
- Protected Attributes inherited from SPH::DataDelegateContact< BodyType, ParticlesType, MaterialType, ContactBodyType, ContactParticlesType, ContactMaterialType, BaseDataDelegateType >
StdVec< ContactBodyType * > contact_bodies_
 
StdVec< ContactParticlesType * > contact_particles_
 
StdVec< ContactMaterialType * > contact_material_
 
StdVec< ParticleConfiguration * > contact_configuration_
 

Detailed Description

template<class BodyType, class BaseParticlesType, class BaseMaterialType, class ContactBodyType, class ContactBaseParticlesType, class ContactBaseMaterialType>
class SPH::RelaxationOfAllDiffusionSpeciesComplex< BodyType, BaseParticlesType, BaseMaterialType, ContactBodyType, ContactBaseParticlesType, ContactBaseMaterialType >

Complex diffusion relaxation between two different bodies


The documentation for this class was generated from the following files: