mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Wave code tidying
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
EXE_INC = \
|
||||
-DFULLDEBUG -g -O0 \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
|
||||
@ -76,6 +76,7 @@ public:
|
||||
//- Destructor
|
||||
virtual ~waveAbsorptionModel();
|
||||
|
||||
|
||||
// Public Member Functions
|
||||
|
||||
//- Read from dictionary
|
||||
|
||||
@ -70,6 +70,7 @@ protected:
|
||||
//- Wave phase
|
||||
scalar wavePhase_;
|
||||
|
||||
|
||||
// Protected Member Functions
|
||||
|
||||
//- Return word description of wave type
|
||||
|
||||
Reference in New Issue
Block a user