Artificial thermal conductivity.
More...
#include <Conductivity.h>
|
| ArtificialConductivity (const RunSettings &settings) |
|
virtual void | setDerivatives (DerivativeHolder &derivatives, const RunSettings &settings) override |
| Sets derivatives required by this term. More...
|
|
virtual void | initialize (IScheduler &UNUSED(scheduler), Storage &UNUSED(storage), const Float UNUSED(t)) override |
|
virtual void | finalize (IScheduler &UNUSED(scheduler), Storage &UNUSED(storage), const Float UNUSED(t)) override |
|
virtual void | create (Storage &UNUSED(storage), IMaterial &UNUSED(material)) const override |
|
virtual void | initialize (IScheduler &scheduler, Storage &storage, const Float t)=0 |
| Initialize all the derivatives and/or quantity values before derivatives are computed. More...
|
|
virtual void | finalize (IScheduler &scheduler, Storage &storage, const Float t)=0 |
| Computes all the derivatives and/or quantity values based on accumulated derivatives. More...
|
|
virtual void | create (Storage &storage, IMaterial &material) const =0 |
| Creates all quantities needed by the term using given material. More...
|
|
virtual | ~Polymorphic () |
|
Artificial thermal conductivity.
See Price (2008).
Definition at line 17 of file Conductivity.h.
◆ ArtificialConductivity()
ArtificialConductivity::ArtificialConductivity |
( |
const RunSettings & |
settings | ) |
|
|
inline |
◆ create()
virtual void ArtificialConductivity::create |
( |
Storage & |
UNUSEDstorage, |
|
|
IMaterial & |
UNUSEDmaterial |
|
) |
| const |
|
inlineoverridevirtual |
◆ finalize()
virtual void ArtificialConductivity::finalize |
( |
IScheduler & |
UNUSEDscheduler, |
|
|
Storage & |
UNUSEDstorage, |
|
|
const Float |
UNUSEDt |
|
) |
| |
|
inlineoverridevirtual |
◆ initialize()
virtual void ArtificialConductivity::initialize |
( |
IScheduler & |
UNUSEDscheduler, |
|
|
Storage & |
UNUSEDstorage, |
|
|
const Float |
UNUSEDt |
|
) |
| |
|
inlineoverridevirtual |
◆ setDerivatives()
Sets derivatives required by this term.
The derivatives are then automatically evaluated by the solver, the equation term can access the result in finalize function. This function is called once for each thread at the beginning of the run.
Implements IEquationTerm.
Definition at line 87 of file Conductivity.h.
The documentation for this class was generated from the following file:
- /home/pavel/projects/astro/sph/src/core/sph/equations/av/Conductivity.h