STYLE: directionalMeshWave: input renaming.
This commit is contained in:
parent
14e561d212
commit
1666180271
@ -59,7 +59,7 @@ Foam::patchDistMethods::directionalMeshWave::directionalMeshWave
|
||||
)
|
||||
:
|
||||
Foam::patchDistMethods::meshWave(dict, mesh, patchIDs),
|
||||
n_(dict.get<vector>("n"))
|
||||
n_(dict.get<vector>("normal"))
|
||||
{}
|
||||
|
||||
|
||||
|
@ -49,7 +49,7 @@ snGradSchemes
|
||||
wallDist
|
||||
{
|
||||
method directionalMeshWave;
|
||||
n (0 0 1);
|
||||
normal (0 0 1);
|
||||
}
|
||||
|
||||
|
||||
|
@ -61,7 +61,7 @@ fluxRequired
|
||||
wallDist
|
||||
{
|
||||
method directionalMeshWave;
|
||||
n (0 0 1);
|
||||
normal (0 0 1);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user