openfoam/applications/utilities/postProcessing/miscellaneous/postChannel
Mark Olesen 72f7d46f23 ENH: add operator[](const word&) as "find-by-name" to some classes
- affected: polyBoundary, fvBoundaryMesh, ZoneMesh, searchableSurfaces

  before:
      const label zoneI = mesh.cellZones().findZoneID(zoneName);
      const cellZone& cz = mesh.cellZones()[zoneI];
  after:
      const cellZone& cz = mesh.cellZones()[zoneName];
2010-04-29 10:12:35 +02:00
..
Make Moved the "generic" BCs into a separate library and included it only in those utilities 2009-08-04 22:13:54 +01:00
calculateFields.H cleanup of time handling (cosmetic changes), used timeSelector in more places 2009-05-20 15:40:30 +02:00
channelIndex.C ENH: add operator[](const word&) as "find-by-name" to some classes 2010-04-29 10:12:35 +02:00
channelIndex.H STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
channelIndexTemplates.C STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
collapse.H parallel postChannel 2008-10-08 07:55:07 +01:00
postChannel.C STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
postChannelDict Updated the headers. 2009-07-24 17:01:31 +01:00
readFields.H cleanup of time handling (cosmetic changes), used timeSelector in more places 2009-05-20 15:40:30 +02:00
readTransportProperties.H Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
sumData.C STYLE: fix worst spacing violations for 'os <<' constructions 2010-04-13 17:45:49 +02:00
sumData.H STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
sumDataI.H STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00