mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Initial integration of IHCantrabria wave functionality
- Wave models significantly restructured and refactored into a hierarchy of run-time selecatable models - Gravity no longer hard-coded - Ability to use any direction as the gravity direction - Boundary conditions simplified and take reference to the wave model - removes a lot of code duplication and new code is ~30% faster - Removed unused functions Requires further testing - Restart behaviour needs to be addressed
This commit is contained in:
4
integration/OpenCFD/code/waveBCs/Make/files
Normal file
4
integration/OpenCFD/code/waveBCs/Make/files
Normal file
@ -0,0 +1,4 @@
|
||||
waveInletVelocity/waveInletVelocityFvPatchVectorField.C
|
||||
waveInletAlpha/waveInletAlphaFvPatchScalarField.C
|
||||
|
||||
LIB = $(FOAM_USER_LIBBIN)/libwaveBCs
|
||||
11
integration/OpenCFD/code/waveBCs/Make/options
Normal file
11
integration/OpenCFD/code/waveBCs/Make/options
Normal file
@ -0,0 +1,11 @@
|
||||
DEV_PATH = ..
|
||||
|
||||
EXE_INC = \
|
||||
-DFULLDEBUG -g -O0 \
|
||||
-I$(DEV_PATH)/waveModel/lnInclude \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-L$(FOAM_USER_LIBBIN) \
|
||||
-lwaveModels \
|
||||
-lfiniteVolume
|
||||
Reference in New Issue
Block a user