Capabilities include: - Wave generation - Solitary wave using Boussinesq theory - Cnoidal wave theory - StokesI, StokesII, StokesV wave theory - Active wave absorption at the inflow/outflow boundaries based on shallow water theory Authors: - Javier Lopez Lara (jav.lopez@unican.es) - Gabriel Barajas (barajasg@unican.es) - Inigo Losada (losadai@unican.es)
17 lines
415 B
Plaintext
17 lines
415 B
Plaintext
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
|
|
sinclude $(RULES)/mplib$(WM_MPLIB)
|
|
|
|
EXE_INC = \
|
|
-DOFVERSION=$(OF_VERSION) \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I./IH_Waves_InletVelocity/velProfiles \
|
|
-I./IH_Waves_InletVelocityWind/velProfilesWind \
|
|
-I../common \
|
|
-I../common/checks \
|
|
-I../common/calculateWaterLevel \
|
|
$(PFLAGS) $(PINC)
|
|
|
|
LIB_LIBS = \
|
|
-lfiniteVolume \
|
|
$(PLIBS)
|