SootLib
Loading...
Searching...
No Matches
soot::coagulationModel_NONE Class Reference

Detailed Description

Coagulation: No model

Definition at line 14 of file coagulationModel_NONE.h.

#include <coagulationModel_NONE.h>

Public Member Functions

double getCoagulationSootRate (const state &state, double m1, double m2) const override
 
 coagulationModel_NONE ()
 
 ~coagulationModel_NONE () override=default
 
- Public Member Functions inherited from soot::coagulationModel
virtual double getCoagulationSootRate (const state &state, double m1, double m2) const =0
 
virtual double getKfm (const state &state) const
 
virtual double getKc (const state &state) const
 
virtual double getKcp (const state &state) const
 
void set_FM_multiplier (double FM_multiplier_)
 
 coagulationModel ()=default
 
virtual ~coagulationModel ()=default
 

Additional Inherited Members

- Public Attributes inherited from soot::coagulationModel
sootModelSM
 back pointer to soot model More...
 
coagulationMech mechType
 identity of the type of coagulation (child) More...
 
- Protected Attributes inherited from soot::coagulationModel
double FM_multiplier
 multiply the FM rate by this (1.0 default, user set); make =9/2/eps_c for LL More...
 

Constructor & Destructor Documentation

◆ coagulationModel_NONE()

soot::coagulationModel_NONE::coagulationModel_NONE ( )
inline

Definition at line 36 of file coagulationModel_NONE.h.

◆ ~coagulationModel_NONE()

soot::coagulationModel_NONE::~coagulationModel_NONE ( )
overridedefault

Member Function Documentation

◆ getCoagulationSootRate()

double soot::coagulationModel_NONE::getCoagulationSootRate ( const state state,
double  m1,
double  m2 
) const
inlineoverridevirtual

Always returns 0 for coagulation rate - required by coagulationModel

Parameters
state
m1
m2

Implements soot::coagulationModel.

Definition at line 32 of file coagulationModel_NONE.h.


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