mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Correct typo and add more debug information
This commit is contained in:
@ -115,6 +115,7 @@ void Foam::PointEdgeWave<Type, TrackingData>::transform
|
||||
"PointEdgeWave<Type, TrackingData>::transform"
|
||||
"(const tensorField&, List<Type>&)"
|
||||
) << "Non-uniform transformation on patch " << patch.name()
|
||||
<< " of type " << patch.type()
|
||||
<< " not supported for point fields"
|
||||
<< abort(FatalError);
|
||||
|
||||
|
||||
@ -26,10 +26,10 @@ Class
|
||||
|
||||
Description
|
||||
Wave propagation of information through grid. Every iteration
|
||||
information goes through one layer of edges. Templated on information
|
||||
that is transferred.
|
||||
information goes through one layer of edges.
|
||||
|
||||
Templated on information that is transferred.
|
||||
|
||||
Handles parallel and cyclics. Only parallel reasonably tested. Cyclics
|
||||
hardly tested.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user