File SolarRadiationPressure.hpp¶
File List > astrea > astro > astro > propagation > force_models > SolarRadiationPressure.hpp
Go to the documentation of this file
#pragma once
#include <units/units.hpp>
#include <astro/astro.fwd.hpp>
#include <astro/propagation/force_models/Force.hpp>
namespace astrea {
namespace astro {
class SolarRadiationPressure : public Force {
public:
SolarRadiationPressure() = default;
~SolarRadiationPressure() = default;
CartesianVector<Acceleration, frames::earth::icrf> compute_force(const State& state, const Vehicle& vehicle) const override;
private:
};
} // namespace astro
} // namespace astrea