FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      preciceDict;
}

preciceConfig "../precice-config.xml";

participant Neumann;

modules (CHT);

interfaces
{
  Interface1
  {
    mesh              Neumann-Mesh;
    patches           (interface);
    
    readData
    (
      Heat-Flux
    );
    
    writeData
    (
      Temperature
    );
  };
};

CHT
{
   // fenics and nutils use different
   // sign conventions here, so we
   // select -1 for compatibility
   // reasons
   k   [ 1  1 -3 -1 0 0 0 ] -1;
   solverType "basic";
};
