From 5ebe5ec079b6032e3881b2f761fe6d7cd6e6b675 Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Fri, 13 Dec 2024 11:11:55 +0100 Subject: [PATCH] Update README and docker --- .gitlab-ci.yml | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c7e65e..6d84c18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # gitlab-ci file for fpm default: - image: rboman/waves-py3:2020.3 + image: rboman/waves-py3:latest before_script: - source /opt/intel/mkl/bin/mklvars.sh intel64 - source /opt/intel/tbb/bin/tbbvars.sh intel64 diff --git a/README.md b/README.md index 1650e53..ac20cc2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # fpm -Field panel method for solving transonic flows using the full potential equation +Field panel method for solving transonic flows using the full potential equation\ +University of Liège\ +:warning: This code is a C++ implementation of [aero](github.com/acrovato/aero). However, the field module is not implemented yet. As such, only susbonic calculations *without transonic correction* can be carried out.  -- GitLab