This SUBMODULE contains the implementation of the methods that compute an estimate of the ADM variables on the \(\mathrm{SPH}\) fluid, using the metric mapped from the mesh to the particles
FT 12.04.2020
Computes an estimate of the linear momentum using the \(\mathrm{SPH}\) fields on the particles
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tpo), | intent(in) | :: | this |
tpo object which this PROCEDURE is a member of |
||
class(particles), | intent(in) | :: | parts |
particles object used to map the metric from the mesh to the particles, and to call the recovery procedures |
||
double precision, | intent(out), | DIMENSION(3) | :: | adm_mom |
ADM linear momentum of the fluid computed using the metric mapped with the mesh-to-particle mapping |