packageGraphite

e- in graphite

Extends from Gas (e- gas).

Information

Assumptions:

  1. There is a 1:1 ratio of free (conductance band) electrons and carbon atoms. The density of the carbon is set by 'C+'.Graphite.

Parameters

TypeNameDefaultDescription
Q.PressureAbsolutep0 (from CharacteristicEOS)U.bar<html>Reference pressure (<i>p</i><sup>o</sup>)</html>
Integer[2]n_v (from CharacteristicEOS){-1, 0}<html>Powers of <i>p</i>/<i>T</i> and <i>T</i> for 1<sup>st</sup> row and column of <i>b</i><sub><i>v</i></sub> (<i>n</i><sub><i>v</i></sub>)</html>
Real[:,:]b_v (from CharacteristicEOS)[1]<html>Coefficients for specific volume as a polynomial in <i>p</i>/<i>T</i> and <i>T</i> (<i>b</i><sub><i>v</i></sub>)</html>
BooleanisCompressible (from CharacteristicEOS)anyTrue({anyTrue({abs(b_v[i, j]) > Modelica.Constants.small and n_v[1] + i - 1 <> 0 for i in 1:size(b_v, 1)}) for j in 1:size(b_v, 2)})<html><code>true</code>, if density depends on pressure</html>
BooleanhasThermalExpansion (from CharacteristicEOS)anyTrue({anyTrue({abs(b_v[i, j]) > Modelica.Constants.small and n_v[2] + j - n_v[1] - i <> 0 for i in 1:size(b_v, 1)}) for j in 1:size(b_v, 2)})<html><code>true</code>, if density depends on temperature</html>
Stringformula (from Characteristic)Chemical formula
Phasephase (from Characteristic)Material phase
Q.MassSpecificm (from Characteristic)Specific mass
Q.LengthSpecificd (from Characteristic)Specific diameter
Integerz (from Characteristic)charge(formula)Charge number
ReferenceEnthalpyreferenceEnthalpy (from Characteristic)ReferenceEnthalpy.enthalpyOfFormationAt25degCChoice of enthalpy reference
Q.PotentialChemicalDeltah0_f (from Characteristic)<html>Enthalpy of formation at 298.15 K, <i>p</i><sup>o</sup> (&Delta;<i>h</i><sup>o</sup><sub>f</sub>)</html>
Q.PotentialChemicalDeltah0 (from Characteristic)<html><i>h</i><sup>o</sup>(298.15 K) - <i>h</i><sup>o</sup>(0 K) (&Delta;<i>h</i><sup>o</sup>)</html>
Q.PotentialChemicalh_offset (from Characteristic)0<html>Additional enthalpy offset (<i>h</i><sub>offset</sub>)</html>
Integern_c (from Characteristic)-2<html>Power of <i>T</i> for 1<sup>st</sup> column of <i>b</i><sub><i>c</i></sub> (<i>n</i><sub><i>c</i></sub>)</html>
Q.TemperatureAbsolute[:]T_lim_c (from Characteristic){0, Modelica.Constants.inf}<html>Temperature limits for the rows of <i>b</i><sub><i>c</i></sub> and <i>B</i><sub><i>c</i></sub> (<i>T</i><sub>lim <i>c</i></sub>)</html>
Real[size(T_lim_c, 1) - 1,:]b_c (from Characteristic)<html>Coefficients of isobaric specific heat capacity at <i>p</i><sup>o</sup> as a polynomial in <i>T</i> (<i>b</i><sub><i>c</i></sub>)</html>
Real[size(T_lim_c, 1) - 1,2]B_c (from Characteristic)<html>Integration constants for specific enthalpy and entropy (<i>B</i><sub><i>c</i></sub>)</html>