16#ifndef UTILS_SIMULATIONUTILS_H
17#define UTILS_SIMULATIONUTILS_H
22#include "nlohmann/json.hpp"
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
int parseDefaultConfigFromJson(const std::string &class_type, const std::string &default_name, nlohmann::json &j)
Parse the default configuration from a JSON file into a PBR JSON object.
Definition SimulationUtils.cpp:52
std::vector< std::string > listDefaultConfigsByModelName(std::string name)
Definition SimulationUtils.cpp:28