openfoam/tutorials/finiteArea/surfactantFoam/planeTransport/system
Mark Olesen 239a7884a6 ENH: more flexible finiteArea patch selection (#2084)
- support wordRes for selecting patch names

- ownerPolyPatch specification is now optional, which simplifies input
  and also supports a faMesh spanning different patches but with a
  single boundary condition.

  Alternatively, can specify more granularity if required.

  ```
  polyMeshPatches  ( "top.*" );

  boundary
  {
      inlet1
      {
          type patch;
          ownerPolyPatch top1;    // <- specific to this portion
          neighbourPolyPatch inlet;
      }
      inlet2
      {
          type patch;
          ownerPolyPatch top2;    // <- specific to this portion
          neighbourPolyPatch inlet;
      }
      outlet
      {
          type patch;
          neighbourPolyPatch outflow;
      }
      bound
      {
          type symmetry;
          neighbourPolyPatch bound;
      }
  }
  ```
2021-06-10 09:25:00 +02:00
..
areaWrite TUT: use simpler syntax for libs entries 2019-08-30 16:45:45 +02:00
blockMeshDict ENH: more flexible finiteArea patch selection (#2084) 2021-06-10 09:25:00 +02:00
controlDict TUT: finiteArea: clean up tutorials 2021-06-09 13:41:45 +00:00
decomposeParDict TUT: use system/ location instead of constant/faMesh/ for faMeshDefinition 2021-05-27 21:04:55 +02:00
decomposeParDict-procBoundary4 TUT: use system/ location instead of constant/faMesh/ for faMeshDefinition 2021-05-27 21:04:55 +02:00
decomposeParDict-procBoundary8 TUT: use system/ location instead of constant/faMesh/ for faMeshDefinition 2021-05-27 21:04:55 +02:00
faMeshDefinition ENH: more flexible finiteArea patch selection (#2084) 2021-06-10 09:25:00 +02:00
faSchemes TUT: finiteArea: clean up tutorials 2021-06-09 13:41:45 +00:00
faSolution TUT: finiteArea: clean up tutorials 2021-06-09 13:41:45 +00:00
fvSchemes TUT: finiteArea: clean up tutorials 2021-06-09 13:41:45 +00:00
fvSolution TUT: finiteArea: clean up tutorials 2021-06-09 13:41:45 +00:00