-
Notifications
You must be signed in to change notification settings - Fork 15
Extension/issue 85 #151
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
base: develop
Are you sure you want to change the base?
Extension/issue 85 #151
Changes from 4 commits
7574d72
3fb20be
fb46690
c9be00b
444a793
22e88cf
c72dc6a
2d8022c
c01f578
3fcb942
13b5e37
2e06f10
360ee47
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6887,6 +6887,52 @@ | |
| </xs:element> | ||
| </xs:sequence> | ||
| </xs:complexType> | ||
| <xs:complexType name="distributions_d_ggd_midplane_invariants"> | ||
| <xs:annotation> | ||
| <xs:documentation>Midplane values of the motion invariants, for each orbit, evaluated at the minimum of B.grad(B) along the orbit</xs:documentation> | ||
| <xs:appinfo> | ||
| <aos3Parent>yes</aos3Parent> | ||
| </xs:appinfo> | ||
| </xs:annotation> | ||
| <xs:sequence> | ||
| <xs:element name="r" type="generic_grid_scalar" maxOccurs="unbounded"> | ||
| <xs:annotation> | ||
| <xs:documentation>Major radius, for various grid subsets</xs:documentation> | ||
| <xs:appinfo> | ||
| <coordinate1>1...N</coordinate1> | ||
| <units>m</units> | ||
| </xs:appinfo> | ||
| </xs:annotation> | ||
| </xs:element> | ||
| <xs:element name="z" type="generic_grid_scalar" maxOccurs="unbounded"> | ||
| <xs:annotation> | ||
| <xs:documentation>Height, for various grid subsets</xs:documentation> | ||
| <xs:appinfo> | ||
| <coordinate1>1...N</coordinate1> | ||
| <units>m</units> | ||
| </xs:appinfo> | ||
| </xs:annotation> | ||
| </xs:element> | ||
| <xs:element name="v_parallel" type="generic_grid_scalar" maxOccurs="unbounded"> | ||
| <xs:annotation> | ||
| <xs:documentation>Parallel velocity, for various grid subsets</xs:documentation> | ||
| <xs:appinfo> | ||
| <coordinate1>1...N</coordinate1> | ||
| <units>m.s^-1</units> | ||
| </xs:appinfo> | ||
| </xs:annotation> | ||
| </xs:element> | ||
| <xs:element name="phase" type="generic_grid_scalar" maxOccurs="unbounded"> | ||
| <xs:annotation> | ||
| <xs:documentation>Phase, for various grid subsets</xs:documentation> | ||
| <xs:appinfo> | ||
| <coordinate1>1...N</coordinate1> | ||
| <units>rad</units> | ||
| </xs:appinfo> | ||
| </xs:annotation> | ||
| </xs:element> | ||
| </xs:sequence> | ||
| </xs:complexType> | ||
| <xs:complexType name="distributions_d_ggd_orbit"> | ||
| <xs:annotation> | ||
| <xs:documentation>Description of the particle orbits for a given time slice, using a GGD representation</xs:documentation> | ||
|
|
@@ -7014,6 +7060,23 @@ | |
| </xs:appinfo> | ||
| </xs:annotation> | ||
| </xs:element> | ||
| <xs:element name="midplane_motion_invariants" type="distributions_d_ggd_midplane_invariants"> | ||
| <xs:annotation> | ||
| <xs:documentation>Midplane values of the motion invariants, for each orbit, evaluated at the minimum of B.grad(B) along the orbit</xs:documentation> | ||
| <xs:appinfo> | ||
| <introduced_after_version>4.0.0</introduced_after_version> | ||
| </xs:appinfo> | ||
| </xs:annotation> | ||
| </xs:element> | ||
| <xs:element name="motion_invariants_volume" type="generic_grid_scalar"> | ||
| <xs:annotation> | ||
| <xs:documentation>Volume of the invariants of motion space volume elements</xs:documentation> | ||
|
||
| <xs:appinfo> | ||
| <units>T.m^2.eV</units> | ||
imbeauf marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <introduced_after_version>4.0.0</introduced_after_version> | ||
| </xs:appinfo> | ||
| </xs:annotation> | ||
| </xs:element> | ||
| <xs:element name="time" type="flt_type"> | ||
| <xs:annotation> | ||
| <xs:documentation>Time</xs:documentation> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.