-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define JSON Schema #7
Comments
3rd use case: hydrogen could also be used via a fuel cell (e.g., for cruising) AND combusted (e.g., for take-off), some sort of hybrid gig. Regarding sizes, I was thinking more of "narrow body", "blended wing body", etc. (so, what you refer to as design), and have the seating capacity has an input parameter specific to each size. But, to be discussed. For the propulsion terms, I'd suggest using acronyms as we do in |
I have been categorizing existing studies using the following. Additions to the discussion are italicized.
|
Following discussions with @julienmctighe and @romainsacchi on 23.01.2024, we are suggesting a schema of the kind: "uniqueid": {
"parameter": "seats",
"year": 2000,
"fuselage": "TW",
"energy_source": "H2",
"energy_conversion": "FC",
"transmission": "Elec",
"propulsion": "Prop",
"drag_reduction": "None",
"sizes": [
"commuter",
"regional",
"SNB",
"LNB",
"SWB",
"LWB"
],
"amount": 75,
"loc": 75,
"minimum": 50,
"maximum": 100,
"kind": "distribution",
"uncertainty_type": 5,
"source": "Cox et al. (2018)",
"url": "https://doi.org/10.1016/j.trd.2017.10.017"
"comment": "for testing purposes only"
}, This can be finalized over the coming weeks. For now, we're working with this schema. |
...the data schema for the
carculator
(compare thecarculator/data/default_parameters.json
) is:This is already reasonably abstract. For aircraft, we could simply change some of the field names:
powertrain
propulsion
sizes
pax
orMTOW
or ???design-concept
The way I understand, the
powertrain
field already allows to "combine" powertrains (eg. hybrid-electric), by listing them as separate categories.In aircraft, Hydrogen could be used by:
We could use the
carculator
powertrain
logic to describe these cases as:It might make sense to merge the
design-concept
into this descriptor also:@romainsacchi, is this a good way to describe aircraft typologies?
The text was updated successfully, but these errors were encountered: