Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
EulerTimeDerivativeDust.hpp File Reference

Per cell Euler time derivatives of the dust primitive state. More...

Include dependency graph for EulerTimeDerivativeDust.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shammodels::basegodunov::modules::NodeEulerTimeDerivativeDust< Tvec >
 Compute the Euler time derivatives of the dust primitive state per cell. More...

Namespaces

namespace  shammodels
 namespace for models
namespace  shammodels::basegodunov
 namespace for the basegodunov model
namespace  shammodels::basegodunov::modules
 namespace for the basegodunov model modules

Macros

#define NODE_EDGES(X_RO, X_RW)

Detailed Description

Per cell Euler time derivatives of the dust primitive state.

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file EulerTimeDerivativeDust.hpp.

Macro Definition Documentation

◆ NODE_EDGES

#define NODE_EDGES ( X_RO,
X_RW )
Value:
/* ------------------- inputs ------------------- */ \
X_RO(shamrock::solvergraph::IFieldSpan<Tvec>, spans_grad_rho_dust) \
X_RO(shamrock::solvergraph::IFieldSpan<Tvec>, spans_dx_v_dust) \
X_RO(shamrock::solvergraph::IFieldSpan<Tvec>, spans_dy_v_dust) \
X_RO(shamrock::solvergraph::IFieldSpan<Tvec>, spans_dz_v_dust) \
\
/* ------------------- outputs ------------------- */ \
X_RW(shamrock::solvergraph::IFieldSpan<Tscal>, spans_dt_rho_dust) \
X_RW(shamrock::solvergraph::IFieldSpan<Tvec>, spans_dt_vel_dust)
Interface for a solver graph edge representing a field as spans.

Definition at line 24 of file EulerTimeDerivativeDust.hpp.