Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Classes | Namespaces
UpdateDerivs.hpp File Reference

GSPH derivative update module. More...

#include "shambackends/typeAliasVec.hpp"
#include "shambackends/vec.hpp"
#include "shammodels/gsph/SolverConfig.hpp"
#include "shammodels/gsph/modules/SolverStorage.hpp"
#include "shamrock/scheduler/ShamrockCtx.hpp"
+ Include dependency graph for UpdateDerivs.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shammodels::gsph::modules::UpdateDerivs< Tvec, SPHKernel >
 GSPH derivative update module. More...
 

Namespaces

namespace  shammodels
 namespace for models
 

Detailed Description

GSPH derivative update module.

Author
Guo Yansong (guo.y.nosp@m.anso.nosp@m.ng.ng.nosp@m.y@gm.nosp@m.ail.c.nosp@m.om)
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)
Yona Lapeyre (yona..nosp@m.lape.nosp@m.yre@e.nosp@m.ns-l.nosp@m.yon.f.nosp@m.r)

This module computes the time derivatives (acceleration and energy rate) using the Godunov SPH formulation with Riemann solvers.

The GSPH method originated from:

This implementation follows:

Definition in file UpdateDerivs.hpp.