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

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


/****************************** GENERAL ************************************/
//debug yes;
/****************************** END GENERAL ********************************/

Mass {
  MassType FixedPressureGamma;
  internalField_P 1;
  boundaryField_P (("porousMat1_to_porousMat2" 0) ("top" 0) ("sides" 0));
  internalField_Gamma 1;
  boundaryField_Gamma (("porousMat1_to_porousMat2" 0) ("top" 0) ("sides" 0));
}

