Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema coreneutrals.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element coreneutrals
Namespace No namespace
Annotations
Core plasma neutrals description. Time-dependent CPO.
Diagram
Diagram utilities_xsd.tmp#datainfo coreneutrals_xsd.tmp#coreneutrals_rho_tor coreneutrals_xsd.tmp#coreneutrals_rho_tor_norm coreneutrals_xsd.tmp#coreneutrals_psi coreneutrals_xsd.tmp#coreneutrals_volume coreneutrals_xsd.tmp#coreneutrals_area coreneutrals_xsd.tmp#coreneutrals_neutcompo utilities_xsd.tmp#composition utilities_xsd.tmp#desc_impur coreneutrals_xsd.tmp#coreneutrals_compositions coreneutrals_xsd.tmp#coreneutrals_profiles coreneutrals_xsd.tmp#coreneutrals_ioncoeff coreneutrals_xsd.tmp#coreneutrals_impcoeff utilities_xsd.tmp#codeparam coreneutrals_xsd.tmp#coreneutrals_time
Properties
content complex
Used by
Element top
Model
Children area, codeparam, composition, compositions, datainfo, desc_impur, impcoeff, ioncoeff, neutcompo, profiles, psi, rho_tor, rho_tor_norm, time, volume
Instance
<coreneutrals>
  <datainfo>{1,1}</datainfo>
  <rho_tor>{1,1}</rho_tor>
  <rho_tor_norm>{1,1}</rho_tor_norm>
  <psi>{1,1}</psi>
  <volume>{1,1}</volume>
  <area>{1,1}</area>
  <neutcompo>{1,1}</neutcompo>
  <composition>{1,1}</composition>
  <desc_impur>{1,1}</desc_impur>
  <compositions>{1,1}</compositions>
  <profiles>{0,unbounded}</profiles>
  <ioncoeff>{0,unbounded}</ioncoeff>
  <impcoeff>{0,unbounded}</impcoeff>
  <codeparam>{1,1}</codeparam>
  <time>{1,1}</time>
</coreneutrals>
Source
<xs:element name="coreneutrals">
  <xs:annotation>
    <xs:documentation>Core plasma neutrals description. Time-dependent CPO.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element name="rho_tor" type="vecflt_type">
        <xs:annotation>
          <xs:documentation>Toroidal flux coordinate (not normalised, equivalent to rho_tor_norm) [m]; Vector (nrho). Time-dependent.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="rho_tor_norm" type="vecflt_type" default="[0.0,0.0]">
        <xs:annotation>
          <xs:documentation>Normalised toroidal flux coordinate values (= rho_tor normalised to the value at the last grid point); Time-dependent; Vector (nrho)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="psi" type="vecflt_type">
        <xs:annotation>
          <xs:documentation>Poloidal flux [Wb], without 1/2pi and such that Bp=|grad psi| /R/2/pi. Time-dependent; Vector (nrho)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="volume" type="vecflt_type">
        <xs:annotation>
          <xs:documentation>Volume enclosed in the flux surface [m^3]; Time-dependent; Vector (nrho)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="area" type="vecflt_type">
        <xs:annotation>
          <xs:documentation>Cross-sectional area of the flux surface [m^2]; Time-dependent; Vector (nrho)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="neutcompo" type="composition_neutrals">
        <xs:annotation>
          <xs:documentation>Description of neutrals species. OBSOLESCENT</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="composition"/>
      <xs:element ref="desc_impur"/>
      <xs:element name="compositions" type="compositions_type">
        <xs:annotation>
          <xs:documentation>Contains all the composition information for the simulation (main ions, impurities, neutrals, edge species).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="profiles" type="neutral_complex_type" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Profiles derived from the fields solved in the transport equations, or from experiment. Array(nneut). Time-dependent</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ioncoeff" type="coefficients_neutrals" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Recycling and sputtering coefficients for each ion in composition. Array(nion). Time-dependent</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="impcoeff" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Recycling and sputtering coefficients for each impurity ion in desc_impur. Array(nimp). Time-dependent.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>Array over charge states for this particular impurity.</xs:documentation>
          </xs:annotation>
          <xs:sequence>
            <xs:element name="chargestate" type="coefficients_neutrals" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Time-dependent</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="codeparam"/>
      <xs:element name="time" type="xs:float" default="0.0">
        <xs:annotation>
          <xs:documentation>Time [s]; Time-dependent; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element coreneutrals / rho_tor
Namespace No namespace
Annotations
Toroidal flux coordinate (not normalised, equivalent to rho_tor_norm) [m]; Vector (nrho). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="rho_tor" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Toroidal flux coordinate (not normalised, equivalent to rho_tor_norm) [m]; Vector (nrho). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals / rho_tor_norm
Namespace No namespace
Annotations
Normalised toroidal flux coordinate values (= rho_tor normalised to the value at the last grid point); Time-dependent; Vector (nrho)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
default [0.0,0.0]
final restriction
Source
<xs:element name="rho_tor_norm" type="vecflt_type" default="[0.0,0.0]">
  <xs:annotation>
    <xs:documentation>Normalised toroidal flux coordinate values (= rho_tor normalised to the value at the last grid point); Time-dependent; Vector (nrho)</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals / psi
Namespace No namespace
Annotations
Poloidal flux [Wb], without 1/2pi and such that Bp=|grad psi| /R/2/pi. Time-dependent; Vector (nrho)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="psi" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Poloidal flux [Wb], without 1/2pi and such that Bp=|grad psi| /R/2/pi. Time-dependent; Vector (nrho)</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals / volume
Namespace No namespace
Annotations
Volume enclosed in the flux surface [m^3]; Time-dependent; Vector (nrho)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="volume" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Volume enclosed in the flux surface [m^3]; Time-dependent; Vector (nrho)</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals / area
Namespace No namespace
Annotations
Cross-sectional area of the flux surface [m^2]; Time-dependent; Vector (nrho)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="area" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Cross-sectional area of the flux surface [m^2]; Time-dependent; Vector (nrho)</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals / neutcompo
Namespace No namespace
Annotations
Description of neutrals species. OBSOLESCENT
Diagram
Diagram coreneutrals_xsd.tmp#composition_neutrals_atomlist coreneutrals_xsd.tmp#composition_neutrals_neutral coreneutrals_xsd.tmp#composition_neutrals
Type composition_neutrals
Properties
content complex
Model
Children atomlist, neutral
Instance
<neutcompo>
  <atomlist>{0,unbounded}</atomlist>
  <neutral>{0,unbounded}</neutral>
</neutcompo>
Source
<xs:element name="neutcompo" type="composition_neutrals">
  <xs:annotation>
    <xs:documentation>Description of neutrals species. OBSOLESCENT</xs:documentation>
  </xs:annotation>
</xs:element>
Element composition_neutrals / atomlist
Namespace No namespace
Annotations
List of the atoms that enter the composition of the neutral species. Vector(natm)
Diagram
Diagram coreneutrals_xsd.tmp#coreneutrals_atomlist_amn coreneutrals_xsd.tmp#coreneutrals_atomlist_zn coreneutrals_xsd.tmp#coreneutrals_atomlist_ionimptype coreneutrals_xsd.tmp#coreneutrals_atomlist_ionimpindex coreneutrals_xsd.tmp#coreneutrals_atomlist
Type coreneutrals_atomlist
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children amn, ionimpindex, ionimptype, zn
Instance
<atomlist>
  <amn>{1,1}</amn>
  <zn>{1,1}</zn>
  <ionimptype>{1,1}</ionimptype>
  <ionimpindex>{1,1}</ionimpindex>
</atomlist>
Source
<xs:element name="atomlist" type="coreneutrals_atomlist" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>List of the atoms that enter the composition of the neutral species. Vector(natm)</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals_atomlist / amn
Namespace No namespace
Annotations
Atomic mass number; Float
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="amn" type="xs:float">
  <xs:annotation>
    <xs:documentation>Atomic mass number; Float</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals_atomlist / zn
Namespace No namespace
Annotations
Nuclear charge; Float
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="zn" type="xs:float">
  <xs:annotation>
    <xs:documentation>Nuclear charge; Float</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals_atomlist / ionimptype
Namespace No namespace
Annotations
Identifier whether ion in coreprof or impurity in coreimpur.
Diagram
Diagram utilities_xsd.tmp#identifier_id utilities_xsd.tmp#identifier_flag utilities_xsd.tmp#identifier_description utilities_xsd.tmp#identifier
Type identifier
Properties
content complex
Model
Children description, flag, id
Instance
<ionimptype>
  <id>{1,1}</id>
  <flag>{1,1}</flag>
  <description>{1,1}</description>
</ionimptype>
Source
<xs:element name="ionimptype" type="identifier">
  <xs:annotation>
    <xs:documentation>Identifier whether ion in coreprof or impurity in coreimpur.</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals_atomlist / ionimpindex
Namespace No namespace
Annotations
Index in composition or desc_impur of the corresponding ion or impurity.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="ionimpindex" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Index in composition or desc_impur of the corresponding ion or impurity.</xs:documentation>
  </xs:annotation>
</xs:element>
Element composition_neutrals / neutral
Namespace No namespace
Annotations
List of neutrals.  Vector(nneut)
Diagram
Diagram utilities_xsd.tmp#composition_neutralscomp_neutcomp utilities_xsd.tmp#composition_neutralscomp_type utilities_xsd.tmp#composition_neutralscomp_label utilities_xsd.tmp#composition_neutralscomp
Type composition_neutralscomp
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children label, neutcomp, type
Instance
<neutral>
  <neutcomp>{1,unbounded}</neutcomp>
  <type>{1,unbounded}</type>
  <label>{1,1}</label>
</neutral>
Source
<xs:element name="neutral" type="composition_neutralscomp" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>List of neutrals. Vector(nneut)</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals / compositions
Namespace No namespace
Annotations
Contains all the composition information for the simulation (main ions, impurities, neutrals, edge species).
Diagram
Diagram utilities_xsd.tmp#compositions_type_nuclei utilities_xsd.tmp#compositions_type_ions utilities_xsd.tmp#compositions_type_impurities utilities_xsd.tmp#compositions_type_neutralscomp utilities_xsd.tmp#compositions_type_edgespecies utilities_xsd.tmp#compositions_type_signature utilities_xsd.tmp#compositions_type
Type compositions_type
Properties
content complex
Model
Children edgespecies, impurities, ions, neutralscomp, nuclei, signature
Instance
<compositions>
  <nuclei>{1,unbounded}</nuclei>
  <ions>{1,unbounded}</ions>
  <impurities>{0,unbounded}</impurities>
  <neutralscomp>{0,unbounded}</neutralscomp>
  <edgespecies>{0,unbounded}</edgespecies>
  <signature>{1,1}</signature>
</compositions>
Source
<xs:element name="compositions" type="compositions_type">
  <xs:annotation>
    <xs:documentation>Contains all the composition information for the simulation (main ions, impurities, neutrals, edge species).</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals / profiles
Namespace No namespace
Annotations
Profiles derived from the fields solved in the transport equations, or from experiment. Array(nneut). Time-dependent
Diagram
Diagram coreneutrals_xsd.tmp#neutral_complex_type_neutraltype coreneutrals_xsd.tmp#neutral_complex_type_prad0 coreneutrals_xsd.tmp#neutral_complex_type
Type neutral_complex_type
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children neutraltype, prad0
Instance
<profiles>
  <neutraltype>{1,unbounded}</neutraltype>
  <prad0>{1,1}</prad0>
</profiles>
Source
<xs:element name="profiles" type="neutral_complex_type" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Profiles derived from the fields solved in the transport equations, or from experiment. Array(nneut). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element neutral_complex_type / neutraltype
Namespace No namespace
Annotations
Array (ntype) over neutral types. Time-dependent.
Diagram
Diagram coreneutrals_xsd.tmp#coreneutrals_neutraltype_n0 coreneutrals_xsd.tmp#coreneutrals_neutraltype_t0 coreneutrals_xsd.tmp#coreneutrals_neutraltype_v0 coreneutrals_xsd.tmp#coreneutrals_neutraltype
Type coreneutrals_neutraltype
Properties
content complex
maxOccurs unbounded
Model
n0 , t0 , v0
Children n0, t0, v0
Instance
<neutraltype>
  <n0>{1,1}</n0>
  <t0>{1,1}</t0>
  <v0>{1,1}</v0>
</neutraltype>
Source
<xs:element name="neutraltype" type="coreneutrals_neutraltype" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Array (ntype) over neutral types. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals_neutraltype / n0
Namespace No namespace
Annotations
Neutral density [m^-3].  Time-dependent;
Diagram
Diagram coreneutrals_xsd.tmp#corefieldneutral_value coreneutrals_xsd.tmp#corefieldneutral_flux coreneutrals_xsd.tmp#corefieldneutral_boundary coreneutrals_xsd.tmp#corefieldneutral
Type corefieldneutral
Properties
content complex
Model
Children boundary, flux, value
Instance
<n0>
  <value>{1,1}</value>
  <flux>{1,1}</flux>
  <boundary>{1,1}</boundary>
</n0>
Source
<xs:element name="n0" type="corefieldneutral">
  <xs:annotation>
    <xs:documentation>Neutral density [m^-3]. Time-dependent;</xs:documentation>
  </xs:annotation>
</xs:element>
Element corefieldneutral / value
Namespace No namespace
Annotations
Signal value; Array1D(nrho). Time-dependent
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="value" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Signal value; Array1D(nrho). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element corefieldneutral / flux
Namespace No namespace
Annotations
Net neutral flux through the magnetic surface, positive values correspond to the direction from the center to the edge [s^-1]. Array1D(nrho). Time-dependent;
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="flux" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Net neutral flux through the magnetic surface, positive values correspond to the direction from the center to the edge [s^-1]. Array1D(nrho). Time-dependent;</xs:documentation>
  </xs:annotation>
</xs:element>
Element corefieldneutral / boundary
Namespace No namespace
Annotations
Boundary condition for the transport equation. Time-dependent.
Diagram
Diagram coreneutrals_xsd.tmp#boundary_neutrals_value coreneutrals_xsd.tmp#boundary_neutrals_type coreneutrals_xsd.tmp#boundary_neutrals_rho_tor coreneutrals_xsd.tmp#boundary_neutrals
Type boundary_neutrals
Properties
content complex
Model
Children rho_tor, type, value
Instance
<boundary>
  <value>{1,1}</value>
  <type>{1,1}</type>
  <rho_tor>{1,1}</rho_tor>
</boundary>
Source
<xs:element name="boundary" type="boundary_neutrals">
  <xs:annotation>
    <xs:documentation>Boundary condition for the transport equation. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element boundary_neutrals / value
Namespace No namespace
Annotations
Value of the boundary condition. Unit depends on type, respectively [1-field, 2-field.m^-1, 3-m, 4-field.s^-1]. For type 1 to 4, only the first position in the vector is used. For type 5, all three positions are used, meaning respectively a1, a2, a3. Time-dependent. Array1D(3)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="value" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Value of the boundary condition. Unit depends on type, respectively [1-field, 2-field.m^-1, 3-m, 4-field.s^-1]. For type 1 to 4, only the first position in the vector is used. For type 5, all three positions are used, meaning respectively a1, a2, a3. Time-dependent. Array1D(3)</xs:documentation>
  </xs:annotation>
</xs:element>
Element boundary_neutrals / type
Namespace No namespace
Annotations
Type of the boundary condition for the transport solver. 0- equation not solved; 1- value of the field y; 2-radial derivative of the field (-dy/drho_tor); 3-scale length of the field y/(-dy/drho_tor); 4- flux; 5- generic boundary condition y expressed as a1y'+a2y=a3. Time-dependent. Int
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="type" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Type of the boundary condition for the transport solver. 0- equation not solved; 1- value of the field y; 2-radial derivative of the field (-dy/drho_tor); 3-scale length of the field y/(-dy/drho_tor); 4- flux; 5- generic boundary condition y expressed as a1y'+a2y=a3. Time-dependent. Int</xs:documentation>
  </xs:annotation>
</xs:element>
Element boundary_neutrals / rho_tor
Namespace No namespace
Annotations
Position of the boundary condition (in terms of toroidal flux coordinate) for the transport solver [m]. Outside this boundary, the value of the data are considered to be prescribed. Time-dependent. Float.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="rho_tor" type="xs:float">
  <xs:annotation>
    <xs:documentation>Position of the boundary condition (in terms of toroidal flux coordinate) for the transport solver [m]. Outside this boundary, the value of the data are considered to be prescribed. Time-dependent. Float.</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals_neutraltype / t0
Namespace No namespace
Annotations
Neutral temperature [eV]. Time-dependent;
Diagram
Diagram coreneutrals_xsd.tmp#corefieldneutrale_value coreneutrals_xsd.tmp#corefieldneutrale_flux coreneutrals_xsd.tmp#corefieldneutrale_boundary coreneutrals_xsd.tmp#corefieldneutrale
Type corefieldneutrale
Properties
content complex
Model
Children boundary, flux, value
Instance
<t0>
  <value>{1,1}</value>
  <flux>{1,1}</flux>
  <boundary>{1,1}</boundary>
</t0>
Source
<xs:element name="t0" type="corefieldneutrale">
  <xs:annotation>
    <xs:documentation>Neutral temperature [eV]. Time-dependent;</xs:documentation>
  </xs:annotation>
</xs:element>
Element corefieldneutrale / value
Namespace No namespace
Annotations
Signal value; Array1D(nrho). Time-dependent
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="value" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Signal value; Array1D(nrho). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element corefieldneutrale / flux
Namespace No namespace
Annotations
Net flux of the kinetic energy through the magnetic surface (3/2*E*n*V), positive values correspond to the direction from the center to the edge [W]. Array1D(nrho). Time-dependent;
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="flux" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Net flux of the kinetic energy through the magnetic surface (3/2*E*n*V), positive values correspond to the direction from the center to the edge [W]. Array1D(nrho). Time-dependent;</xs:documentation>
  </xs:annotation>
</xs:element>
Element corefieldneutrale / boundary
Namespace No namespace
Annotations
Boundary condition for the transport equation. Time-dependent.
Diagram
Diagram coreneutrals_xsd.tmp#boundary_neutrals_value coreneutrals_xsd.tmp#boundary_neutrals_type coreneutrals_xsd.tmp#boundary_neutrals_rho_tor coreneutrals_xsd.tmp#boundary_neutrals
Type boundary_neutrals
Properties
content complex
Model
Children rho_tor, type, value
Instance
<boundary>
  <value>{1,1}</value>
  <type>{1,1}</type>
  <rho_tor>{1,1}</rho_tor>
</boundary>
Source
<xs:element name="boundary" type="boundary_neutrals">
  <xs:annotation>
    <xs:documentation>Boundary condition for the transport equation. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals_neutraltype / v0
Namespace No namespace
Annotations
Neutral velocity [m.s^-1]. Time-dependent;
Diagram
Diagram coreneutrals_xsd.tmp#corefieldneutralv0_toroidal coreneutrals_xsd.tmp#corefieldneutralv0_poloidal coreneutrals_xsd.tmp#corefieldneutralv0_radial coreneutrals_xsd.tmp#corefieldneutralv0
Type corefieldneutralv0
Properties
content complex
Model
Children poloidal, radial, toroidal
Instance
<v0>
  <toroidal>{1,1}</toroidal>
  <poloidal>{1,1}</poloidal>
  <radial>{1,1}</radial>
</v0>
Source
<xs:element name="v0" type="corefieldneutralv0">
  <xs:annotation>
    <xs:documentation>Neutral velocity [m.s^-1]. Time-dependent;</xs:documentation>
  </xs:annotation>
</xs:element>
Element corefieldneutralv0 / toroidal
Namespace No namespace
Annotations
Neutral velocity in the toroidal direction [m.s^-1]. Positive is anti-clockwise when viewed from above. Time-dependent;
Diagram
Diagram coreneutrals_xsd.tmp#corefieldneutralv_value coreneutrals_xsd.tmp#corefieldneutralv_boundary coreneutrals_xsd.tmp#corefieldneutralv
Type corefieldneutralv
Properties
content complex
Model
Children boundary, value
Instance
<toroidal>
  <value>{1,1}</value>
  <boundary>{1,1}</boundary>
</toroidal>
Source
<xs:element name="toroidal" type="corefieldneutralv">
  <xs:annotation>
    <xs:documentation>Neutral velocity in the toroidal direction [m.s^-1]. Positive is anti-clockwise when viewed from above. Time-dependent;</xs:documentation>
  </xs:annotation>
</xs:element>
Element corefieldneutralv / value
Namespace No namespace
Annotations
Signal value; Vector(nrho). Time-dependent;
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="value" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Signal value; Vector(nrho). Time-dependent;</xs:documentation>
  </xs:annotation>
</xs:element>
Element corefieldneutralv / boundary
Namespace No namespace
Annotations
Boundary condition for the transport equation. Time-dependent.
Diagram
Diagram coreneutrals_xsd.tmp#boundary_neutrals_value coreneutrals_xsd.tmp#boundary_neutrals_type coreneutrals_xsd.tmp#boundary_neutrals_rho_tor coreneutrals_xsd.tmp#boundary_neutrals
Type boundary_neutrals
Properties
content complex
Model
Children rho_tor, type, value
Instance
<boundary>
  <value>{1,1}</value>
  <type>{1,1}</type>
  <rho_tor>{1,1}</rho_tor>
</boundary>
Source
<xs:element name="boundary" type="boundary_neutrals">
  <xs:annotation>
    <xs:documentation>Boundary condition for the transport equation. Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element corefieldneutralv0 / poloidal
Namespace No namespace
Annotations
Velocity of neutrals in the poloidal direction. 0 is directed towards low field side, pi is towards high field side. Positive is anti-clockwise when viewed with low field side at the right. [m.s^-1]. Array3D(nrho,nneut,max_ntype). Time-dependent;
Diagram
Diagram coreneutrals_xsd.tmp#corefieldneutralv_value coreneutrals_xsd.tmp#corefieldneutralv_boundary coreneutrals_xsd.tmp#corefieldneutralv
Type corefieldneutralv
Properties
content complex
Model
Children boundary, value
Instance
<poloidal>
  <value>{1,1}</value>
  <boundary>{1,1}</boundary>
</poloidal>
Source
<xs:element name="poloidal" type="corefieldneutralv">
  <xs:annotation>
    <xs:documentation>Velocity of neutrals in the poloidal direction. 0 is directed towards low field side, pi is towards high field side. Positive is anti-clockwise when viewed with low field side at the right. [m.s^-1]. Array3D(nrho,nneut,max_ntype). Time-dependent;</xs:documentation>
  </xs:annotation>
</xs:element>
Element corefieldneutralv0 / radial
Namespace No namespace
Annotations
Neutral velocity in the radial direction (perpendicular to the magnetic surface), positive is from the centre to the edge [m.s^-1]. Array3D(nrho,nneut,max_ntype). Time-dependent;
Diagram
Diagram coreneutrals_xsd.tmp#corefieldneutralv_value coreneutrals_xsd.tmp#corefieldneutralv_boundary coreneutrals_xsd.tmp#corefieldneutralv
Type corefieldneutralv
Properties
content complex
Model
Children boundary, value
Instance
<radial>
  <value>{1,1}</value>
  <boundary>{1,1}</boundary>
</radial>
Source
<xs:element name="radial" type="corefieldneutralv">
  <xs:annotation>
    <xs:documentation>Neutral velocity in the radial direction (perpendicular to the magnetic surface), positive is from the centre to the edge [m.s^-1]. Array3D(nrho,nneut,max_ntype). Time-dependent;</xs:documentation>
  </xs:annotation>
</xs:element>
Element neutral_complex_type / prad0
Namespace No namespace
Annotations
Power radiated by neutrals [W.m^-3]. Vector (nrho). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="prad0" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Power radiated by neutrals [W.m^-3]. Vector (nrho). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals / ioncoeff
Namespace No namespace
Annotations
Recycling and sputtering coefficients for each ion in composition. Array(nion). Time-dependent
Diagram
Diagram coreneutrals_xsd.tmp#coefficients_neutrals_recycling coreneutrals_xsd.tmp#coefficients_neutrals_sputtering coreneutrals_xsd.tmp#coefficients_neutrals
Type coefficients_neutrals
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children recycling, sputtering
Instance
<ioncoeff>
  <recycling>{1,1}</recycling>
  <sputtering>{1,1}</sputtering>
</ioncoeff>
Source
<xs:element name="ioncoeff" type="coefficients_neutrals" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Recycling and sputtering coefficients for each ion in composition. Array(nion). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element coefficients_neutrals / recycling
Namespace No namespace
Annotations
Recycling coefficients. Time-dependent
Diagram
Diagram coreneutrals_xsd.tmp#recycling_neutrals_particles coreneutrals_xsd.tmp#recycling_neutrals_energy coreneutrals_xsd.tmp#recycling_neutrals
Type recycling_neutrals
Properties
content complex
Model
Children energy, particles
Instance
<recycling>
  <particles>{1,1}</particles>
  <energy>{1,1}</energy>
</recycling>
Source
<xs:element name="recycling" type="recycling_neutrals">
  <xs:annotation>
    <xs:documentation>Recycling coefficients. Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element recycling_neutrals / particles
Namespace No namespace
Annotations
Particle recycling coefficient corresponding to the conversion to the neutral type INEUT. Vector(nneut,). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="particles" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Particle recycling coefficient corresponding to the conversion to the neutral type INEUT. Vector(nneut,). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element recycling_neutrals / energy
Namespace No namespace
Annotations
Energy recycling coefficient corresponding to the conversion to the neutral type INEUT. Vector(nneut). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="energy" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Energy recycling coefficient corresponding to the conversion to the neutral type INEUT. Vector(nneut). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element coefficients_neutrals / sputtering
Namespace No namespace
Annotations
Sputtering coefficients. Time-dependent
Diagram
Diagram coreneutrals_xsd.tmp#sputtering_neutrals_physical coreneutrals_xsd.tmp#sputtering_neutrals_chemical coreneutrals_xsd.tmp#sputtering_neutrals
Type sputtering_neutrals
Properties
content complex
Model
Children chemical, physical
Instance
<sputtering>
  <physical>{1,1}</physical>
  <chemical>{1,1}</chemical>
</sputtering>
Source
<xs:element name="sputtering" type="sputtering_neutrals">
  <xs:annotation>
    <xs:documentation>Sputtering coefficients. Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element sputtering_neutrals / physical
Namespace No namespace
Annotations
Effective coefficient of physical sputtering of the neutral type INEUT. Vector(nneut). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="physical" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Effective coefficient of physical sputtering of the neutral type INEUT. Vector(nneut). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element sputtering_neutrals / chemical
Namespace No namespace
Annotations
Effective coefficient of chemical sputtering of the neutral type INEUT. Vector(nneut). Time-dependent.
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="chemical" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Effective coefficient of chemical sputtering of the neutral type INEUT. Vector(nneut). Time-dependent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals / impcoeff
Namespace No namespace
Annotations
Recycling and sputtering coefficients for each impurity ion in desc_impur. Array(nimp). Time-dependent.
Diagram
Diagram coreneutrals_xsd.tmp#coreneutrals_coreneutrals_impcoeff_chargestate
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children chargestate
Instance
<impcoeff>
  <chargestate>{1,unbounded}</chargestate>
</impcoeff>
Source
<xs:element name="impcoeff" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Recycling and sputtering coefficients for each impurity ion in desc_impur. Array(nimp). Time-dependent.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:annotation>
      <xs:documentation>Array over charge states for this particular impurity.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="chargestate" type="coefficients_neutrals" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Time-dependent</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element coreneutrals / impcoeff / chargestate
Namespace No namespace
Annotations
Time-dependent
Diagram
Diagram coreneutrals_xsd.tmp#coefficients_neutrals_recycling coreneutrals_xsd.tmp#coefficients_neutrals_sputtering coreneutrals_xsd.tmp#coefficients_neutrals
Type coefficients_neutrals
Properties
content complex
maxOccurs unbounded
Model
Children recycling, sputtering
Instance
<chargestate>
  <recycling>{1,1}</recycling>
  <sputtering>{1,1}</sputtering>
</chargestate>
Source
<xs:element name="chargestate" type="coefficients_neutrals" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element coreneutrals / time
Namespace No namespace
Annotations
Time [s]; Time-dependent; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
default 0.0
Source
<xs:element name="time" type="xs:float" default="0.0">
  <xs:annotation>
    <xs:documentation>Time [s]; Time-dependent; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type composition_neutrals
Namespace No namespace
Annotations
Description of neutrals species
Diagram
Diagram coreneutrals_xsd.tmp#composition_neutrals_atomlist coreneutrals_xsd.tmp#composition_neutrals_neutral
Used by
Model
Children atomlist, neutral
Source
<xs:complexType name="composition_neutrals">
  <xs:annotation>
    <xs:documentation>Description of neutrals species</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="atomlist" type="coreneutrals_atomlist" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>List of the atoms that enter the composition of the neutral species. Vector(natm)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="neutral" type="composition_neutralscomp" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>List of neutrals. Vector(nneut)</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type coreneutrals_atomlist
Namespace No namespace
Annotations
List of the atoms that enter the composition of the neutral species. Vector(natm)
Diagram
Diagram coreneutrals_xsd.tmp#coreneutrals_atomlist_amn coreneutrals_xsd.tmp#coreneutrals_atomlist_zn coreneutrals_xsd.tmp#coreneutrals_atomlist_ionimptype coreneutrals_xsd.tmp#coreneutrals_atomlist_ionimpindex
Used by
Model
Children amn, ionimpindex, ionimptype, zn
Source
<xs:complexType name="coreneutrals_atomlist">
  <xs:annotation>
    <xs:documentation>List of the atoms that enter the composition of the neutral species. Vector(natm)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="amn" type="xs:float">
      <xs:annotation>
        <xs:documentation>Atomic mass number; Float</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="zn" type="xs:float">
      <xs:annotation>
        <xs:documentation>Nuclear charge; Float</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ionimptype" type="identifier">
      <xs:annotation>
        <xs:documentation>Identifier whether ion in coreprof or impurity in coreimpur.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ionimpindex" type="xs:integer">
      <xs:annotation>
        <xs:documentation>Index in composition or desc_impur of the corresponding ion or impurity.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type neutral_complex_type
Namespace No namespace
Diagram
Diagram coreneutrals_xsd.tmp#neutral_complex_type_neutraltype coreneutrals_xsd.tmp#neutral_complex_type_prad0
Used by
Model
Children neutraltype, prad0
Source
<xs:complexType name="neutral_complex_type">
  <xs:sequence>
    <xs:element name="neutraltype" type="coreneutrals_neutraltype" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Array (ntype) over neutral types. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="prad0" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Power radiated by neutrals [W.m^-3]. Vector (nrho). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type coreneutrals_neutraltype
Namespace No namespace
Annotations
Array (ntype) over neutral types.
Diagram
Diagram coreneutrals_xsd.tmp#coreneutrals_neutraltype_n0 coreneutrals_xsd.tmp#coreneutrals_neutraltype_t0 coreneutrals_xsd.tmp#coreneutrals_neutraltype_v0
Used by
Model
n0 , t0 , v0
Children n0, t0, v0
Source
<xs:complexType name="coreneutrals_neutraltype">
  <xs:annotation>
    <xs:documentation>Array (ntype) over neutral types.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="n0" type="corefieldneutral">
      <xs:annotation>
        <xs:documentation>Neutral density [m^-3]. Time-dependent;</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="t0" type="corefieldneutrale">
      <xs:annotation>
        <xs:documentation>Neutral temperature [eV]. Time-dependent;</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="v0" type="corefieldneutralv0">
      <xs:annotation>
        <xs:documentation>Neutral velocity [m.s^-1]. Time-dependent;</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type corefieldneutral
Namespace No namespace
Annotations
Structure for a main field of core neutral transport equations; Time-dependent;
Diagram
Diagram coreneutrals_xsd.tmp#corefieldneutral_value coreneutrals_xsd.tmp#corefieldneutral_flux coreneutrals_xsd.tmp#corefieldneutral_boundary
Used by
Model
Children boundary, flux, value
Source
<xs:complexType name="corefieldneutral">
  <xs:annotation>
    <xs:documentation>Structure for a main field of core neutral transport equations; Time-dependent;</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="value" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Signal value; Array1D(nrho). Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="flux" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Net neutral flux through the magnetic surface, positive values correspond to the direction from the center to the edge [s^-1]. Array1D(nrho). Time-dependent;</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="boundary" type="boundary_neutrals">
      <xs:annotation>
        <xs:documentation>Boundary condition for the transport equation. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type boundary_neutrals
Namespace No namespace
Annotations
Structure for the boundary condition of core transport equations (neutrals). Time-dependent;
Diagram
Diagram coreneutrals_xsd.tmp#boundary_neutrals_value coreneutrals_xsd.tmp#boundary_neutrals_type coreneutrals_xsd.tmp#boundary_neutrals_rho_tor
Used by
Model
Children rho_tor, type, value
Source
<xs:complexType name="boundary_neutrals">
  <xs:annotation>
    <xs:documentation>Structure for the boundary condition of core transport equations (neutrals). Time-dependent;</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="value" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Value of the boundary condition. Unit depends on type, respectively [1-field, 2-field.m^-1, 3-m, 4-field.s^-1]. For type 1 to 4, only the first position in the vector is used. For type 5, all three positions are used, meaning respectively a1, a2, a3. Time-dependent. Array1D(3)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" type="xs:integer">
      <xs:annotation>
        <xs:documentation>Type of the boundary condition for the transport solver. 0- equation not solved; 1- value of the field y; 2-radial derivative of the field (-dy/drho_tor); 3-scale length of the field y/(-dy/drho_tor); 4- flux; 5- generic boundary condition y expressed as a1y'+a2y=a3. Time-dependent. Int</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="rho_tor" type="xs:float">
      <xs:annotation>
        <xs:documentation>Position of the boundary condition (in terms of toroidal flux coordinate) for the transport solver [m]. Outside this boundary, the value of the data are considered to be prescribed. Time-dependent. Float.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type corefieldneutrale
Namespace No namespace
Annotations
Structure for a main field of core neutral transport equations, (Temperature, with flux as energy); Time-dependent;
Diagram
Diagram coreneutrals_xsd.tmp#corefieldneutrale_value coreneutrals_xsd.tmp#corefieldneutrale_flux coreneutrals_xsd.tmp#corefieldneutrale_boundary
Used by
Model
Children boundary, flux, value
Source
<xs:complexType name="corefieldneutrale">
  <xs:annotation>
    <xs:documentation>Structure for a main field of core neutral transport equations, (Temperature, with flux as energy); Time-dependent;</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="value" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Signal value; Array1D(nrho). Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="flux" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Net flux of the kinetic energy through the magnetic surface (3/2*E*n*V), positive values correspond to the direction from the center to the edge [W]. Array1D(nrho). Time-dependent;</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="boundary" type="boundary_neutrals">
      <xs:annotation>
        <xs:documentation>Boundary condition for the transport equation. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type corefieldneutralv0
Namespace No namespace
Annotations
Neutral velocity
Diagram
Diagram coreneutrals_xsd.tmp#corefieldneutralv0_toroidal coreneutrals_xsd.tmp#corefieldneutralv0_poloidal coreneutrals_xsd.tmp#corefieldneutralv0_radial
Used by
Model
Children poloidal, radial, toroidal
Source
<xs:complexType name="corefieldneutralv0">
  <xs:annotation>
    <xs:documentation>Neutral velocity</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="toroidal" type="corefieldneutralv">
      <xs:annotation>
        <xs:documentation>Neutral velocity in the toroidal direction [m.s^-1]. Positive is anti-clockwise when viewed from above. Time-dependent;</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="poloidal" type="corefieldneutralv">
      <xs:annotation>
        <xs:documentation>Velocity of neutrals in the poloidal direction. 0 is directed towards low field side, pi is towards high field side. Positive is anti-clockwise when viewed with low field side at the right. [m.s^-1]. Array3D(nrho,nneut,max_ntype). Time-dependent;</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="radial" type="corefieldneutralv">
      <xs:annotation>
        <xs:documentation>Neutral velocity in the radial direction (perpendicular to the magnetic surface), positive is from the centre to the edge [m.s^-1]. Array3D(nrho,nneut,max_ntype). Time-dependent;</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type corefieldneutralv
Namespace No namespace
Annotations
Structure for a main field of core neutral transport equations (without flux variable); Time-dependent;
Diagram
Diagram coreneutrals_xsd.tmp#corefieldneutralv_value coreneutrals_xsd.tmp#corefieldneutralv_boundary
Used by
Model
Children boundary, value
Source
<xs:complexType name="corefieldneutralv">
  <xs:annotation>
    <xs:documentation>Structure for a main field of core neutral transport equations (without flux variable); Time-dependent;</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="value" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Signal value; Vector(nrho). Time-dependent;</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="boundary" type="boundary_neutrals">
      <xs:annotation>
        <xs:documentation>Boundary condition for the transport equation. Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type coefficients_neutrals
Namespace No namespace
Annotations
Recycling and sputtering coefficients used by the neutral solver. The particular causing ion or impurity charge state is determined by the path.
Diagram
Diagram coreneutrals_xsd.tmp#coefficients_neutrals_recycling coreneutrals_xsd.tmp#coefficients_neutrals_sputtering
Used by
Model
Children recycling, sputtering
Source
<xs:complexType name="coefficients_neutrals">
  <xs:annotation>
    <xs:documentation>Recycling and sputtering coefficients used by the neutral solver. The particular causing ion or impurity charge state is determined by the path.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="recycling" type="recycling_neutrals">
      <xs:annotation>
        <xs:documentation>Recycling coefficients. Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="sputtering" type="sputtering_neutrals">
      <xs:annotation>
        <xs:documentation>Sputtering coefficients. Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type recycling_neutrals
Namespace No namespace
Annotations
Recycling coefficients
Diagram
Diagram coreneutrals_xsd.tmp#recycling_neutrals_particles coreneutrals_xsd.tmp#recycling_neutrals_energy
Used by
Model
Children energy, particles
Source
<xs:complexType name="recycling_neutrals">
  <xs:annotation>
    <xs:documentation>Recycling coefficients</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="particles" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Particle recycling coefficient corresponding to the conversion to the neutral type INEUT. Vector(nneut,). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="energy" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Energy recycling coefficient corresponding to the conversion to the neutral type INEUT. Vector(nneut). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type sputtering_neutrals
Namespace No namespace
Annotations
Sputtering coefficients
Diagram
Diagram coreneutrals_xsd.tmp#sputtering_neutrals_physical coreneutrals_xsd.tmp#sputtering_neutrals_chemical
Used by
Model
Children chemical, physical
Source
<xs:complexType name="sputtering_neutrals">
  <xs:annotation>
    <xs:documentation>Sputtering coefficients</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="physical" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Effective coefficient of physical sputtering of the neutral type INEUT. Vector(nneut). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="chemical" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Effective coefficient of chemical sputtering of the neutral type INEUT. Vector(nneut). Time-dependent.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>