#include <Transport.hpp>
|
| template<typename EOSType , typename StateViewType > |
| MFEM_HOST_DEVICE mfem::real_t | viscosity (const PhysicsConstants &phys, const StateLayout &L, const EOSType &eos, const StateViewType &S) const |
| |
| template<typename EOSType , typename StateViewType > |
| MFEM_HOST_DEVICE mfem::real_t | bulk_viscosity (const PhysicsConstants &phys, const StateLayout &L, const EOSType &eos, const StateViewType &S) const |
| |
| template<typename EOSType , typename StateViewType > |
| MFEM_HOST_DEVICE mfem::real_t | thermal_conductivity (const PhysicsConstants &phys, const StateLayout &L, const EOSType &eos, const StateViewType &S) const |
| |
◆ bulk_viscosity()
template<typename EOSType , typename StateViewType >
| MFEM_HOST_DEVICE mfem::real_t Theseus::Transport::bulk_viscosity |
( |
const PhysicsConstants & |
phys, |
|
|
const StateLayout & |
L, |
|
|
const EOSType & |
eos, |
|
|
const StateViewType & |
S |
|
) |
| const |
|
inline |
◆ thermal_conductivity()
template<typename EOSType , typename StateViewType >
| MFEM_HOST_DEVICE mfem::real_t Theseus::Transport::thermal_conductivity |
( |
const PhysicsConstants & |
phys, |
|
|
const StateLayout & |
L, |
|
|
const EOSType & |
eos, |
|
|
const StateViewType & |
S |
|
) |
| const |
|
inline |
◆ viscosity()
template<typename EOSType , typename StateViewType >
| MFEM_HOST_DEVICE mfem::real_t Theseus::Transport::viscosity |
( |
const PhysicsConstants & |
phys, |
|
|
const StateLayout & |
L, |
|
|
const EOSType & |
eos, |
|
|
const StateViewType & |
S |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: