Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions html_documentation/dd_versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<li>Extension of the fitting structures in CORE_PROFILES, PLASMA_PROFILES, EDGE_PROFILES and EQUILIBRIUM</li>
<li>Extension of the GYROKINETICS_LOCAL IDS with a non-linear moment</li>
<li>Adding profiles_1d/triangularity in the EQUILIBRIUM IDS</li>
<li>Adding coil/inductance in the PF_ACTIVE IDS</li>
<li>Adding total instantaneous fusion power in the SUMMARY IDS</li>
</ul>
<ul>Changes
Expand Down
15 changes: 14 additions & 1 deletion schemas/pf_active/dd_pf_active.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,19 @@
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="inductance">
<xs:annotation>
<xs:documentation>Coil self-inductance</xs:documentation>
<xs:appinfo>
<type>static</type>
<units>H</units>
<introduced_after_version>4.1.1</introduced_after_version>
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:group ref="FLT_0D"/>
</xs:complexType>
</xs:element>
<xs:element name="energy_limit_max">
<xs:annotation>
<xs:documentation>Maximum Energy to be dissipated in the coil</xs:documentation>
Expand Down Expand Up @@ -521,7 +534,7 @@
<xs:appinfo>
<lifecycle_status>active</lifecycle_status>
<lifecycle_version>4.0.0</lifecycle_version>
<lifecycle_last_change>4.1.0</lifecycle_last_change>
<lifecycle_last_change>4.2.0</lifecycle_last_change>
</xs:appinfo>
<xs:appinfo/>
</xs:annotation>
Expand Down
Loading