RBF updates
This commit is contained in:
parent
3b90e7959a
commit
503a5259f2
4 changed files with 22 additions and 18 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
@ -17,7 +17,7 @@ FoamFile
|
|||
convertToMeters 1;
|
||||
|
||||
vertices
|
||||
(
|
||||
(
|
||||
// Back
|
||||
(-12.5 -12.5 -0.1)
|
||||
(-2.5 -12.5 -0.1)
|
||||
|
|
|
@ -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 | |
|
||||
|
|
Reference in a new issue