RBF updates

This commit is contained in:
Hrvoje Jasak 2011-03-24 16:33:36 +00:00
parent 3b90e7959a
commit 503a5259f2
4 changed files with 22 additions and 18 deletions

View file

@ -10,7 +10,7 @@ FoamFile
version 2.0; version 2.0;
format ascii; format ascii;
class dictionary; class dictionary;
object motionProperties; object dynamicMeshDict;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -24,6 +24,9 @@ staticPatches ( left right top bottom );
coarseningRatio 5; coarseningRatio 5;
includeStaticPatches no;
frozenInterpolation yes;
interpolation interpolation
{ {
RBF IMQB; RBF IMQB;
@ -50,4 +53,5 @@ interpolation
} }
} }
// ************************************************************************* // // ************************************************************************* //

View file

@ -1,6 +1,6 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |