Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
satellite motion simulation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GASpiridonov
satellite motion simulation
Commits
3423b09b
Commit
3423b09b
authored
2 years ago
by
GASpiridonov
Browse files
Options
Downloads
Patches
Plain Diff
...
parent
c8695226
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Undisturbed_movement/Disturbed_movement.cpp
+0
-20
0 additions, 20 deletions
Undisturbed_movement/Disturbed_movement.cpp
with
0 additions
and
20 deletions
Undisturbed_movement/Disturbed_movement.cpp
+
0
−
20
View file @
3423b09b
...
@@ -14,26 +14,6 @@ int main()
...
@@ -14,26 +14,6 @@ int main()
{
{
Kepler_elements_orbit
element
{
26559.81038
,
0.01203
,
56.6024
,
106.997
,
53.2777
,
154.03184
};
Kepler_elements_orbit
element
{
26559.81038
,
0.01203
,
56.6024
,
106.997
,
53.2777
,
154.03184
};
satellite_parameters
param
{
1
,
3
,
1.5
};
satellite_parameters
param
{
1
,
3
,
1.5
};
// Matrix a{ 3, 1, {1000, 1000, 1000} };
// Matrix b{ 3, 1, {100, 100, 100} };
//
// Matrix c{ 3, 1, {5000, 5000, 5000} };
// Matrix d{ 3, 1, {1000, 1, 1000} };
//
// Moon m_moon{ 59777.67019 };
// Sun m_sun{ 59777.67019 };
// Earth m_earth { 59777.67019, c};
//// std::vector<Satellite> {};
//
//
// Satellite m_k{ 59777.67019, param, c, d, &m_moon, &m_sun, &m_earth };
// Satellite two{ 59777.67019, param, element, &m_moon, &m_sun, &m_earth };
// //m_k.integration_step(59777.77019);
// two.integration_step(59777.77019);
// std::cout << two.getId();
modulation
({
2022
,
07
,
19
,
18
,
20
,
00
},
0.00011
,
false
,
{
2022
,
07
,
19
,
18
,
30
,
00
});
modulation
({
2022
,
07
,
19
,
18
,
20
,
00
},
0.00011
,
false
,
{
2022
,
07
,
19
,
18
,
30
,
00
});
return
0
;
return
0
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment