From 1c66fd07985a159c8c53d765f31fcb79b9aa35e3 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Thu, 24 Mar 2011 16:33:36 +0000 Subject: [PATCH] RBF updates --- .../icoDyMFoam/movingBlockRBF/0/p | 30 +++++++++---------- .../movingBlockRBF/constant/dynamicMeshDict | 6 +++- .../constant/polyMesh/blockMeshDict | 2 +- .../movingBlockRBF/constant/polyMesh/boundary | 2 +- 4 files changed, 22 insertions(+), 18 deletions(-) diff --git a/tutorials/incompressible/icoDyMFoam/movingBlockRBF/0/p b/tutorials/incompressible/icoDyMFoam/movingBlockRBF/0/p index 793f9d655..2c14350fb 100644 --- a/tutorials/incompressible/icoDyMFoam/movingBlockRBF/0/p +++ b/tutorials/incompressible/icoDyMFoam/movingBlockRBF/0/p @@ -20,32 +20,32 @@ internalField uniform 0; boundaryField { - block - { - type zeroGradient; - } + block + { + type zeroGradient; + } top { type zeroGradient; } - bottom + bottom { type zeroGradient; } - left - { - type zeroGradient; - } + left + { + type zeroGradient; + } + + right + { + type fixedValue; + value uniform 0; + } - right - { - type fixedValue; - value uniform 0; - } - defaultFaces { type empty; diff --git a/tutorials/incompressible/icoDyMFoam/movingBlockRBF/constant/dynamicMeshDict b/tutorials/incompressible/icoDyMFoam/movingBlockRBF/constant/dynamicMeshDict index 028b70f62..458a67d64 100644 --- a/tutorials/incompressible/icoDyMFoam/movingBlockRBF/constant/dynamicMeshDict +++ b/tutorials/incompressible/icoDyMFoam/movingBlockRBF/constant/dynamicMeshDict @@ -10,7 +10,7 @@ FoamFile version 2.0; format ascii; class dictionary; - object motionProperties; + object dynamicMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // @@ -24,6 +24,9 @@ staticPatches ( left right top bottom ); coarseningRatio 5; +includeStaticPatches no; +frozenInterpolation yes; + interpolation { RBF IMQB; @@ -50,4 +53,5 @@ interpolation } } + // ************************************************************************* // diff --git a/tutorials/incompressible/icoDyMFoam/movingBlockRBF/constant/polyMesh/blockMeshDict b/tutorials/incompressible/icoDyMFoam/movingBlockRBF/constant/polyMesh/blockMeshDict index b4811f845..5acfcc448 100644 --- a/tutorials/incompressible/icoDyMFoam/movingBlockRBF/constant/polyMesh/blockMeshDict +++ b/tutorials/incompressible/icoDyMFoam/movingBlockRBF/constant/polyMesh/blockMeshDict @@ -17,7 +17,7 @@ FoamFile convertToMeters 1; vertices -( +( // Back (-12.5 -12.5 -0.1) (-2.5 -12.5 -0.1) diff --git a/tutorials/incompressible/icoDyMFoam/movingBlockRBF/constant/polyMesh/boundary b/tutorials/incompressible/icoDyMFoam/movingBlockRBF/constant/polyMesh/boundary index 981645523..7dc5fb95e 100644 --- a/tutorials/incompressible/icoDyMFoam/movingBlockRBF/constant/polyMesh/boundary +++ b/tutorials/incompressible/icoDyMFoam/movingBlockRBF/constant/polyMesh/boundary @@ -1,6 +1,6 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | -| \\ / F ield | OpenFOAM Extend Project: Open Source CFD | +| \\ / F ield | OpenFOAM Extend Project: Open source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | |