aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-17 13:43:52 +0100
committerAdrian Kummerlaender2019-01-17 13:43:52 +0100
commit59d6b10ce7dc1c974bda0840681a7e05c2bd8b20 (patch)
tree755682e38f4a675d34355ad7cb69eb743b2402ec /code
parentb89b56b6b93d6b8df61954235c2ce6bd04bfd714 (diff)
downloadgrid_refinement_bsc_thesis-59d6b10ce7dc1c974bda0840681a7e05c2bd8b20.tar
grid_refinement_bsc_thesis-59d6b10ce7dc1c974bda0840681a7e05c2bd8b20.tar.gz
grid_refinement_bsc_thesis-59d6b10ce7dc1c974bda0840681a7e05c2bd8b20.tar.bz2
grid_refinement_bsc_thesis-59d6b10ce7dc1c974bda0840681a7e05c2bd8b20.tar.lz
grid_refinement_bsc_thesis-59d6b10ce7dc1c974bda0840681a7e05c2bd8b20.tar.xz
grid_refinement_bsc_thesis-59d6b10ce7dc1c974bda0840681a7e05c2bd8b20.tar.zst
grid_refinement_bsc_thesis-59d6b10ce7dc1c974bda0840681a7e05c2bd8b20.zip
Fix scaling factor
The factor itself should now be correct. Remaining issues: * I don't fully trust that the derivation of the factor is correct * Refinement finally works at small relaxation times but I still can not reproduce the pressure error caused by the simple restriction of fNeq in F2C
Diffstat (limited to 'code')
-rw-r--r--code/coupler2d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/coupler2d.cpp b/code/coupler2d.cpp
index b34ec80..7c78db5 100644
--- a/code/coupler2d.cpp
+++ b/code/coupler2d.cpp
@@ -13,7 +13,7 @@ protected:
const Vector<int,3>& getFineLatticeR(int y) const;
const Vector<int,3>& getCoarseLatticeR(int y) const;
- T getScalingFactor() const; // Skalierungsfaktor $(\ref{eq:scaleFneq})$ der Nicht-Equilibriumsverteilung
+ T getScalingFactor() const; // Skalierungsfaktor $(\ref{eq:scaleFactor})$ der Nicht-Equilibriumsverteilung
T getInvScalingFactor() const;
private: