CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Bugs

[foam-extend 3.2] fixedNormalSlip not working for pointVectorField

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 28, 2016, 04:04
Default [foam-extend 3.2] fixedNormalSlip not working for pointVectorField
  #1
Senior Member
 
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19
Phicau is on a distinguished road
Dear all,

when I run the floatingObject tutorial in foam-extend 3.2 and set the atmosphere BC in the pointDisplacement field to:

Code:
    atmosphere
    {
        type            fixedNormalSlip;
        n               (0 0 1);
        value           uniform (0 0 0);
    }
the solver does not know about fixedNormalSlip. This is the error log:

Code:
Create time

Create dynamic mesh for time = 0

Selecting dynamicFvMesh dynamicMotionSolverFvMesh
Selecting motion solver: displacementLaplacian


--> FOAM FATAL IO ERROR: 
Unknown patchField type fixedNormalSlip for patch type patch

Valid patchField types are :

24
(
angularOscillatingDisplacement
angularOscillatingVelocity
calculated
cyclic
empty
fixedValue
generic
global
mixed
oscillatingDisplacement
oscillatingFixedValue
oscillatingVelocity
processor
sixDoFRigidBodyDisplacement
slip
surfaceDisplacement
surfaceSlipDisplacement
symmetryPlane
timeVaryingUniformFixedValue
uncoupledSixDoFRigidBodyDisplacement
uniformFixedValue
value
wedge
zeroGradient
)


file: /run/floatingObject/0/pointDisplacement::boundaryField::atmosphere from line 31 to line 33.

    From function PointPatchField<PatchField, Mesh, PointPatch, MatrixType, Type>::New(const PointPatch&, const DimensionedField<Type, Mesh>&, const dictionary&)
    in file /foam/foam-extend-3.2/src/foam/lnInclude/newPointPatchField.C at line 220.

FOAM exiting
Is there any specific reasons why fixedNormalSlip does not support pointVectorFields? It does in vanilla.

Best,

Pablo
Phicau is offline   Reply With Quote

Old   October 26, 2020, 03:23
Default
  #2
New Member
 
Jiangxin
Join Date: Sep 2020
Posts: 2
Rep Power: 0
vicky78 is on a distinguished road
Quote:
Originally Posted by Phicau View Post
Dear all,

when I run the floatingObject tutorial in foam-extend 3.2 and set the atmosphere BC in the pointDisplacement field to:

Code:
    atmosphere
    {
        type            fixedNormalSlip;
        n               (0 0 1);
        value           uniform (0 0 0);
    }
the solver does not know about fixedNormalSlip. This is the error log:

Code:
Create time

Create dynamic mesh for time = 0

Selecting dynamicFvMesh dynamicMotionSolverFvMesh
Selecting motion solver: displacementLaplacian


--> FOAM FATAL IO ERROR: 
Unknown patchField type fixedNormalSlip for patch type patch

Valid patchField types are :

24
(
angularOscillatingDisplacement
angularOscillatingVelocity
calculated
cyclic
empty
fixedValue
generic
global
mixed
oscillatingDisplacement
oscillatingFixedValue
oscillatingVelocity
processor
sixDoFRigidBodyDisplacement
slip
surfaceDisplacement
surfaceSlipDisplacement
symmetryPlane
timeVaryingUniformFixedValue
uncoupledSixDoFRigidBodyDisplacement
uniformFixedValue
value
wedge
zeroGradient
)


file: /run/floatingObject/0/pointDisplacement::boundaryField::atmosphere from line 31 to line 33.

    From function PointPatchField<PatchField, Mesh, PointPatch, MatrixType, Type>::New(const PointPatch&, const DimensionedField<Type, Mesh>&, const dictionary&)
    in file /foam/foam-extend-3.2/src/foam/lnInclude/newPointPatchField.C at line 220.

FOAM exiting
Is there any specific reasons why fixedNormalSlip does not support pointVectorFields? It does in vanilla.

Best,

Pablo
hello
Have you solved this problem? I meet the same problem in foam-extend 3.1.
vicky78 is offline   Reply With Quote

Reply

Tags
fixednormalslip, foam extend 3.2


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 12:10.