<?xml version="1.0" ?>
<!DOCTYPE adsui SYSTEM "../../ui.dtd">
<adsui version="2.0">
  <PageInfo>
    <Title>
      Ceramic
    </Title>
  </PageInfo>
  <Fields>
    <StackPanel id="asset_information" 
                label="Information" 
                orientation="Vertical" 
                expanded="false">
      <AssetName id="asset_name"
                 label="Name"/>
      <AssetDescription id="asset_description"
                        label="Description"/>
      <AssetKeywords id="asset_keywords"
                     label="Keywords"/>
      <AssetType id="asset_type"
                 label="Type"/>

      <String id="thermal_subclass"
              label="Subclass" />
      <String id="thermal_source"
              label="Source" />
      <String id="thermal_sourceURL"
              label="Source URL" />
    </StackPanel>

    <StackPanel id="solid_props1" 
                label="Properties" 
                orientation="Vertical" 
                expanded="true">
      
      <!--Transmits Light-->
      <Boolean id="thermal_Transmits_light"
               label="Transmits Light" />

      <ChooseList id="thermal_Behavior"
                  label="Behavior"
                  tooltip="Chooses between Isotropic and Orthotropic behavior.">
        <Choice id="thermal_isotropic" label="Isotropic"/>
        <Choice id="thermal_orthotropic" label="Orthotropic"/>
      </ChooseList>

      <!--Thermal Conductivity-->
      <Float id="thermal_Thermal_conductivity" 
             label="Thermal Conductivity" 
             forcenumeric="spinbox"
             min=".001"
             max="5000" >
        <Dependency id="dep4"
	            on="thermal_Behavior"
	            requires="thermal_isotropic"
		    else="hidden"/>
      </Float>
  
      <Float id="thermal_Thermal_conductivity_X" 
             label="Thermal Conductivity X" 
             forcenumeric="spinbox"
             min=".001"
             max="5000" >
        <Dependency id="dep1"
	            on="thermal_Behavior"
	            requires="thermal_orthotropic"
		    else="hidden"/>
      </Float>
  
      <Float id="thermal_Thermal_conductivity_Y" 
             label="Thermal Conductivity Y" 
             forcenumeric="spinbox"
             min=".001"
             max="5000" >
        <Dependency id="dep2"
	            on="thermal_Behavior"
	            requires="thermal_orthotropic"
		    else="hidden"/>
      </Float>
  
      <Float id="thermal_Thermal_conductivity_Z" 
             label="Thermal Conductivity Z" 
             forcenumeric="spinbox"
             min=".001"
             max="5000" >
        <Dependency id="dep3"
	            on="thermal_Behavior"
	            requires="thermal_orthotropic"
		    else="hidden"/>
      </Float>
  
      <!--Specific Heat-->
      <Float id="thermal_Specific_heat" 
             label="Specific Heat" 
             forcenumeric="spinbox"
             min=".1"
             max="15" />
  
      <!--Density-->
      <Float id="thermal_Density" 
             label="Density"  
             forcenumeric="spinbox" />

      <!--Emissivity-->
      <Float id="thermal_Emissivity" 
             label="Emissivity"  
             forcenumeric="spinbox"
             min=".001"
             max="1" />

      
      <!--Permeability-->
      <Float id="thermal_Permeability" 
             label="Permeability"  
             forcenumeric="spinbox"
             min="0"
             max="5000" />

      <!--Porosity-->
      <Float id="thermal_Porosity" 
             label="Porosity"  
             forcenumeric="spinbox"
             min="0.001"
             max="1" />

      <!--Reflectivity-->
      <Float id="thermal_Reflectivity" 
             label="Reflectivity"  
             forcenumeric="spinbox"
             min="0"
             max="1" />

      <!--Electrical Resistivity-->
      <Float id="thermal_Electrical_resistivity" 
             label="Electrical Resistivity"  
             forcenumeric="spinbox"
             min="1e-8"
             max="1e24" />

    </StackPanel>
    
  </Fields>
</adsui>
