openfoam/integration/genAbs/waveGeneration/Make/options
Andrew Heather 95e9467e84 INT: Integration of functionality produced by The Environmental Hydraulics Institute "IHCantabria" (http://www.ihcantabria.com/en/)
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)
2016-11-16 14:02:14 +00:00

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)