|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include "DTM2012.hpp"#include <cmath>#include "AstUtil/Logger.hpp"#include "AstWeather/DTM_12.h"#include "AstCore/TimePoint.hpp"#include "AstCore/JulianDate.hpp"#include "AstCore/DateTime.hpp"#include "AstCore/Frame.hpp"#include "AstCore/BodyShape.hpp"#include "AstMath/Vector.hpp"类 | |
| struct | ast::DTM2012::Impl |
命名空间 | |
| namespace | ast |
函数 | |
| errc_t | ast::aLoadDTM2012Coefficients (const std::string &path, pardtmtype &pardtm) |
DTM-2012 大气模型实现
封装 DTM_12 命名空间中的 dtm2012() 计算函数, 提供标准的 AtmosphereBase 接口。
SpaceAST项目(https://github.com/space-ast/ast) 本软件基于 Apache 2.0 开源许可证分发。