From a8c374876b83a488be649f02a28d38465baf2700 Mon Sep 17 00:00:00 2001 From: luofq Date: Mon, 14 Sep 2020 10:46:04 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=BF=BB=E8=AF=91=E7=AB=A0=E8=8A=82?= =?UTF-8?q?=E8=AE=A4=E9=A2=86.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...57\221\347\253\240\350\212\202\350\256\244\351\242\206.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/\347\277\273\350\257\221\347\253\240\350\212\202\350\256\244\351\242\206.md" "b/\347\277\273\350\257\221\347\253\240\350\212\202\350\256\244\351\242\206.md" index 3065e05..caafd23 100644 --- "a/\347\277\273\350\257\221\347\253\240\350\212\202\350\256\244\351\242\206.md" +++ "b/\347\277\273\350\257\221\347\253\240\350\212\202\350\256\244\351\242\206.md" @@ -279,7 +279,7 @@ - 56.5 Constructor (de)construction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 295 - 56.6 Object orientation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 - 56.7 Templates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 -### 57 Under the hood of OpenFOAM 299 +### 57 Under the hood of OpenFOAM 299 luofq - 57.1 Solver algorithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 299 - 57.2 Namespaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 299 - 57.3 Keyword lookup from dictionary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 300 @@ -294,7 +294,7 @@ - 57.12A glance behind the run-time selection and debugging magic . . . . . . . . . . . . . . . . . . 333 - 57.13Notes on running OpenFOAM in parallel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337 - 57.14Math-like syntax in OpenFOAM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339 -### 58 General remarks on OpenFOAM programming 340 +### 58 General remarks on OpenFOAM programming 340 luofq - 58.1 Preparatory tasks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 - 58.2 Start from existing code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 - 58.3 Create the source code from scratch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342 -- Gitee