Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 55029

representation of environment or process in a more accessible form using virtual or physical imitation or analogues, often for the purpose of training or testing, includes both real-world (physical) and numerical techniques.

1 vote
0 answers
94 views

Any ideas?: Calculating wet-mass and burn altitude for a Mars landing, using a Python simula...

I have almost completed this simulation, the last step is to determine at what altitude the thrusters must start firing, and also what the required propellant mass is to ensure we have a soft landing. … Code for MarsLander.py import math from marsatm import marsatm, marsinit import matplotlib.pyplot as plt print("Please note that this simulation is calculation instense, depending on your computer this …
AvanD's user avatar
  • 21