mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: directionalMeshWave: input renaming.
This commit is contained in:
@ -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"))
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -49,7 +49,7 @@ snGradSchemes
|
|||||||
wallDist
|
wallDist
|
||||||
{
|
{
|
||||||
method directionalMeshWave;
|
method directionalMeshWave;
|
||||||
n (0 0 1);
|
normal (0 0 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -61,7 +61,7 @@ fluxRequired
|
|||||||
wallDist
|
wallDist
|
||||||
{
|
{
|
||||||
method directionalMeshWave;
|
method directionalMeshWave;
|
||||||
n (0 0 1);
|
normal (0 0 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user