summaryrefslogtreecommitdiff
path: root/apps/adrian/poiseuille2d/module.mk
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-12-17 13:07:29 +0100
committerAdrian Kummerlaender2019-06-24 15:13:44 +0200
commitb7518cbd6700a219f7d1be92b992f0c47fcf7a7b (patch)
treed7edfc4e6fbbe567a85bc139a8232020adf7bbed /apps/adrian/poiseuille2d/module.mk
parent94d3e79a8617f88dc0219cfdeedfa3147833719d (diff)
downloadgrid_refinement_openlb-b7518cbd6700a219f7d1be92b992f0c47fcf7a7b.tar
grid_refinement_openlb-b7518cbd6700a219f7d1be92b992f0c47fcf7a7b.tar.gz
grid_refinement_openlb-b7518cbd6700a219f7d1be92b992f0c47fcf7a7b.tar.bz2
grid_refinement_openlb-b7518cbd6700a219f7d1be92b992f0c47fcf7a7b.tar.lz
grid_refinement_openlb-b7518cbd6700a219f7d1be92b992f0c47fcf7a7b.tar.xz
grid_refinement_openlb-b7518cbd6700a219f7d1be92b992f0c47fcf7a7b.tar.zst
grid_refinement_openlb-b7518cbd6700a219f7d1be92b992f0c47fcf7a7b.zip
Simplify poiseuille2d as a starting point
i.e. restrict to non-forced BGK dynamics and bounce back boundaries. Remove further distractions that will have to be modified anyway such as error norms.
Diffstat (limited to 'apps/adrian/poiseuille2d/module.mk')
-rw-r--r--apps/adrian/poiseuille2d/module.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/apps/adrian/poiseuille2d/module.mk b/apps/adrian/poiseuille2d/module.mk
new file mode 100644
index 0000000..1190482
--- /dev/null
+++ b/apps/adrian/poiseuille2d/module.mk
@@ -0,0 +1,29 @@
+# This file is part of the OpenLB library
+#
+# Copyright (C) 2017 Markus Mohrhard
+# E-mail contact: info@openlb.net
+# The most recent release of OpenLB can be downloaded at
+# <http://www.openlb.net/>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+
+current_dir := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
+
+include global.mk
+include rules.mk
+include $(addsuffix definitions.mk, $(current_dir))
+
+$(eval $(call sample,$(current_dir)$(OUTPUT),$(addprefix $(current_dir), $(SRC))))