You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
1$\begingroup$ This is an important design question but not necessarily an answerable one. As someone who works in the industry, I assure you that if we think a tool is useful, we'll find some way to massage the data so that we can use it. I would design your ICD in a way that seems clean and concise to you, and then document it thoroughly in your thesis. If people want to use it, they'll find a way. $\endgroup$Bear– Bear2017-02-15 14:41:30 +00:00Commented Feb 15, 2017 at 14:41
-
4$\begingroup$ There is thermal analysis software for satellites. Every satellite manufacturer uses something -- the vast majority of them are built and used in-house and never released to the public in any form. $\endgroup$Tristan– Tristan2017-02-15 16:01:38 +00:00Commented Feb 15, 2017 at 16:01
-
1$\begingroup$ Something open source? Or are you thinking of a commercial package, or maybe it's too early? @Tristan 's point is certainly correct, and for new, well funded companies the latest engineering simulation packages can probably handle sophisticated satellite designs through built-in flexibility, without customization. There is one group who would definitely need a new product - the ever increasing number of first-time satellite builders and experimenters. An open source project would be great - perhaps as a front end with SfePy for numerical simulation. $\endgroup$user12102– user121022017-02-16 08:52:23 +00:00Commented Feb 16, 2017 at 8:52
-
1$\begingroup$ SfePy docs, a pdf manual, many examples, development timeline cool video. $\endgroup$user12102– user121022017-02-16 09:00:12 +00:00Commented Feb 16, 2017 at 9:00
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. orbital-mechanics), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you