openfoam/tutorials
Kutalmis Bercin ea16cb4b29 ENH: add directionalMeshWave functionality
For a given point within a given mesh, the existing `meshWave` method gives
  the orthogonal distance to a patch. In meshes with very steep terrain (e.g.
  a hill of 90 [deg], this might be problematic for the fields that require
  the distance to the patch associated with the terrain surface.

  `directionalMeshWave` is a variant of `meshWave` distance-to-patch method,
  which ignores the component in the specified direction. Can be used e.g. to
  calculate the distance in the z-direction only.

  TUT: add example of directionalMeshWave to mesh/moveDynamicMesh/SnakeCanyon

  Requirement by CENER
  Implementation by Mattijs Janssens
2020-04-29 19:54:00 +01:00
..
basic ENH: overhaul ensight handling (#1579) 2020-02-18 11:09:43 +00:00
combustion TUT: verificationAndValidation Allrun uses bash 2020-03-30 21:14:29 +02:00
compressible TUT: clean up multiphase tutorials 2020-04-14 16:30:44 +01:00
discreteMethods REL: Release preparations 2019-12-23 09:49:23 +00:00
DNS/dnsFoam/boxTurb16 REL: Release preparations 2019-12-23 09:49:23 +00:00
electromagnetics REL: Release preparations 2019-12-23 09:49:23 +00:00
financial/financialFoam/europeanCall REL: Release preparations 2019-12-23 09:49:23 +00:00
finiteArea REL: Release preparations 2019-12-23 09:49:23 +00:00
heatTransfer TUT: clean up multiphase tutorials 2020-04-14 16:30:44 +01:00
incompressible TUT: clean up multiphase tutorials 2020-04-14 16:30:44 +01:00
IO TUT: verificationAndValidation Allrun uses bash 2020-03-30 21:14:29 +02:00
lagrangian TUT: file cleanup 2020-01-17 08:11:05 +01:00
mesh ENH: add directionalMeshWave functionality 2020-04-29 19:54:00 +01:00
modules CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
multiphase STYLE: spelling and misc code style for interfaceHeatResistance 2020-04-21 13:32:26 +02:00
preProcessing REL: Release preparations 2019-12-23 09:49:23 +00:00
resources TUT: clean up multiphase tutorials 2020-04-14 16:30:44 +01:00
stressAnalysis REL: Release preparations 2019-12-23 09:49:23 +00:00
verificationAndValidation TUT: verificationAndValidation Allrun uses bash 2020-03-30 21:14:29 +02:00
Allclean STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allcollect STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allrun STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Alltest STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
AutoTest CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00