This SUBMODULE contains the implementation of the methods of TYPE particles that computes the quality indicators, referring to
Daniel J. Price, Smoothed Particle Hydrodynamics and Magnetohydrodynamics. Journal of Computational Physics, 231, 3, 759-794 (2012). DOI: 10.1016/j.jcp.2010.12.011, eqs.(64), (67) and (74-75)
Rosswog, S. SPH Methods in the Modelling of Compact Objects. Living Rev Comput Astrophys 1, 1 (2015)., eqs.(6) and (9)
FT 05.10.2022
Compute the quality indicators, referring to
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | npart | |||
double precision, | intent(in), | DIMENSION(3,npart) | :: | pos | ||
double precision, | intent(in), | DIMENSION(npart) | :: | h | ||
double precision, | intent(in), | DIMENSION(npart) | :: | nu | ||
double precision, | intent(in), | DIMENSION(npart) | :: | nstar | ||
character(len=*), | intent(in), | optional | :: | path |
Path to which saving the output file containing the quality indicators. |