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

Flag SPH particles inside sink accretion radii into an accretion table. More...

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

Go to the source code of this file.

Classes

class  shammodels::sph::modules::SinkParticlesFlagAccreteHard< Tvec >

Namespaces

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

Macros

#define NODE_EDGES(X_RO, X_RW)

Detailed Description

Flag SPH particles inside sink accretion radii into an accretion table.

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 SinkParticlesFlagAccreteHard.hpp.

Macro Definition Documentation

◆ NODE_EDGES

#define NODE_EDGES ( X_RO,
X_RW )
Value:
/* ------------------- (field) inputs ------------------- */ \
\
/* ------------------- (sink) inputs ------------------- */ \
X_RO(shamrock::solvergraph::IDataEdge<std::vector<Tvec>>, sink_positions) \
X_RO(shamrock::solvergraph::IDataEdge<std::vector<Tscal>>, sink_accr_radii) \
\
/* ------------------- outputs ------------------- */ \
/* sink_accretion_table[id_a] = who should accrete part [id_a] (or u32_max if none); */ \
X_RW(shamrock::solvergraph::Field<u32>, sink_accretion_table)
Interface for a solver graph edge representing a field as spans.

Definition at line 30 of file SinkParticlesFlagAccreteHard.hpp.