🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
Atmosphere.hpp
浏览该文件的文档.
1
20
21#pragma once
22
23#include "AstGlobal.h"
24
25AST_NAMESPACE_BEGIN
26
43AST_WEATHER_CAPI double aUSSA1976(double alt);
44
45
55AST_WEATHER_CAPI double aJacchiaRoberts(
56 double height, const Vector3d& space_craft, const Vector3d& sun,
57 double a1_time, double tkp, double xtemp
58);
59
60
63AST_NAMESPACE_END
double aUSSA1976(double alt)
USSA1976大气模型
定义 Atmosphere.cpp:30
double aJacchiaRoberts(double height, const Vector3d &space_craft, const Vector3d &sun, double a1_time, double tkp, double xtemp)
JaciachiaRoberts大气模型
定义 Atmosphere.cpp:41