/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.0                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile {
  version     4.0;
  format      ascii;
  class       dictionary;
  location    "constant/ceramicMat";
  object      ceramicMatProperties;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

/****************************** IO *****************************************/
IO {
  IOType LinearInterpolation;
  setLinear yes;
  linearFieldList ("Ta");
  component y;
  Ta_top           310.165;
  Ta_interface     310;
  Ta_bottom        293.15;
  y_top           0.0256;
  y_interface     0.02203;
  y_bottom        0.0;
  writeFields(); // write fields in the time folders
  probingFunctions
  (
  ); // name of sampling/probing dictionaries in "system/porousMat"
}
/****************************** END IO ************************************/

/****************************** ENERGY ************************************/
Energy {
  EnergyType PureConduction;
}
/****************************** END ENERGY ********************************/

/****************************** MATERIAL PROPERTIES ***********************/
MaterialProperties {
  MaterialPropertiesType FourierRadiation; // sub material (Fourier's law)
  MaterialPropertiesDirectory "$PATO_DIR/data/Materials/Fourier/SiC"; // sub material file (Fourier's law)
}
/****************************** END MATERIAL PROPERTIES ********************/
