STYLE: directionalMeshWave: input renaming.

This commit is contained in:
mattijs
2020-06-11 15:36:02 +01:00
parent 14e561d212
commit 1666180271
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ Foam::patchDistMethods::directionalMeshWave::directionalMeshWave
) )
: :
Foam::patchDistMethods::meshWave(dict, mesh, patchIDs), Foam::patchDistMethods::meshWave(dict, mesh, patchIDs),
n_(dict.get<vector>("n")) n_(dict.get<vector>("normal"))
{} {}

View File

@ -49,7 +49,7 @@ snGradSchemes
wallDist wallDist
{ {
method directionalMeshWave; method directionalMeshWave;
n (0 0 1); normal (0 0 1);
} }

View File

@ -61,7 +61,7 @@ fluxRequired
wallDist wallDist
{ {
method directionalMeshWave; method directionalMeshWave;
n (0 0 1); normal (0 0 1);
} }