Struct ForceModelSpec¶
Defined in File numerical_orbit_dynamics.h
Struct Documentation¶
-
struct ForceModelSpec¶
Scalar force-model parameters parsed from a unified
force_model:block.Every scenario specifies its orbit force model the same way — a
bodies:list plus optionalrelativityand SRP (mass/area/CR) — whether it is the sharedworld.force_model, an agent’sdynamics:, or an estimator’s filter/truth dynamics.ParseForceModelSpecreads that block into these scalars so the per-example dynamics builders (which need specific integrator tolerances / clock coupling) can be fed from one consistent config surface.moon_degree/moon_ordercome from the MOON body entry;include_earth/include_sunfrom the presence of those bodies.