FCSys.Species.'C+'.Graphite

C+ graphite

Information

Extends from Modelica.Icons.Package (Icon for standard packages).

Package Content

NameDescription
FCSys.Species.'C+'.Graphite.Fixed Fixed Fixed properties

FCSys.Species.'C+'.Graphite.Fixed FCSys.Species.'C+'.Graphite.Fixed

Fixed properties FCSys.Species.'C+'.Graphite.Fixed

Information

Assumptions:

  1. The thermal independity and thermal resistivity are fixed (e.g., independent of thermodynamic state).
  2. The specific heat capacity is independent of temperature.
  3. Mobility is zero.

The default isobaric specific heat capacity (via bc = [935*U.J*Data.m/(U.kg*U.K)]) and thermal resistivity (θ = U.m*U.K/(11.1*U.W)) are for graphite fiber epoxy (25% vol) composite (with heat flow parallel to the fibers) at 300 K [Incropera2002, p. 909]. The integration offset for specific entropy is set such that the specific entropy is 154.663 J/(mol·K) at 25 °C and po (1 atm). This is the value from Table B in [McBride2002]. Additional thermal data is listed in Table 1.

Table 1: Properties of forms of C [Incropera2002, p. 909].
T
/U.K
Diamond (type IIa) Amorphous
carbon
Graphite (pyrolytic) Graphite fiber epoxy (25% vol)
composite
cp*U.kg
*U.K
/(U.J
*Data.m)
θ
*U.W
/(U.m
*U.K)
θ
*U.W
/(U.m
*U.K)
cp*U.kg
*U.W
/(U.J
*Data.m)
θ*U.W/(U.m*U.K) cp*U.kg
*U.K
/(U.J
*Data.m)
θ*U.W/(U.m*U.K)
Parallel
to layers
Perpendicular
to layers
Parallel
to layers
Perpendicular
to layers
100211/100001/0.671361/49701/16.83371/5.71/0.46
2001941/40001/1.184111/32301/9.236421/8.71/0.68
3005091/23001/1.897091/19501/5.709351/11.11/0.87
4008531/15401/2.199921/13901/4.0912161/13.01/1.1
600--1/2.3714061/8921/2.68---
800--1/2.5316501/6671/2.01---
1000--1/2.8417931/5341/1.60---
1200--1/3.4818901/4481/1.34---
1500---19741/3571/1.08---
2000---20431/2621/0.81---

For more information, please see the Species model.

Extends from Solid (Base model for an inert, stationary solid).

Parameters

TypeNameDefaultDescription
Integern_inter0Number of exchange connections with other phases
Geometry
NumberAbsoluteepsilon0.25Volumetric fill fraction [1]
LengthkL[:]L[cartTrans]Effective transport length [L]
Material properties
replaceable package DataCharacteristics.'C+'.Graphit…Characteristic data
Mobilitymu0Mobility [N.T/M]
Independence factors
NumberAbsolutek_intra_Phi[n_intra, n_trans]ones(n_intra, n_trans)For translational exchange among species within the phase [1]
NumberAbsolutek_intra_Q[n_intra]ones(n_intra)For thermal exchange among species within the phase [1]
Initialization
Velocityphi.start[n_trans]0Velocity [L/T]
Assumptions
Integern_trans1Number of transport axes
Formulation of the conservation equations
ConsThermoconsEnergyConsThermo.dynamicEnergy
Initialization
TemperatureAbsoluteT_IC Initial temperature [L2.M/(N.T2)]

Connectors

TypeNameDescription
Intraintra[n_intra]Connectors to exchange translational momentum and energy within the phase
Interinter[n_inter]Connectors to exchange translational momentum and energy with all other species
DaltondaltonConnector for additivity of pressure
ThermalDiffusiveboundaries[n_trans, Side]Connectors for transport
Material properties
replaceable package DataCharacteristic data

Modelica definition

model Fixed "Fixed properties"

  extends Solid(
    redeclare replaceable package Data = Characteristics.'C+'.Graphite (
        n_c=0,
        T_lim_c={0,Modelica.Constants.inf},
        b_c=[935*U.J*Data.m/(U.kg*U.K)],
        B_c=[Data.Deltah0_f - (935*U.J*Data.m/U.kg)*298.15, 154.663*U.J/(U.mol*
            U.K) - Data.b_c[1, 1]*log(298.15*U.K)]),
    final mu=0,
    redeclare parameter Q.TimeAbsolute nu=Data.nu(),
    redeclare parameter Q.ResistivityThermal theta=U.m*U.K/(11.1*U.W));

  // Note:  Parameter expressions (e.g., nu=Data.nu(environment.T)) are not
  // used here since they render the parameters unadjustable after translation
  // in Dymola 2014.  This also applies to the other species.

  // See the documentation layer for a table of values for the specific heat
  // capacity and thermal resistivity.

end Fixed;