|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2206 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : b5c77f48-20220715 OPENFOAM=2206 version=v2206
Arch : "LSB;label=32;scalar=64"
Exec : overInterDyMFoam
Date : Jun 18 2025
Time : 22:46:05
Host : ubuntu-virtual-machine
PID : 7647
I/O : uncollated
Case : /home/ubuntu/OpenFOAM/ubuntu-v2206/run/overInterDyMFoam/test4regularwave/background
nProcs : 1
trapFpe: Floating point exception trapping enabled (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 5, maxFileModificationPolls 20)
allowSystemOperations : Allowing user-supplied system call operations
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time
Create mesh for time = 0
Selecting dynamicFvMesh dynamicOversetFvMesh
Selecting motion solver: sixDoFRigidBodyMotion
Applying motion to cellSet: c1
--> FOAM FATAL IO ERROR: (openfoam-2206)
Unknown patchField type overset for patch type patch
Valid patchField types :
34
(
angularOscillatingDisplacement
angularOscillatingVelocity
calculated
codedFixedValue
cyclic
cyclicACMI
cyclicAMI
cyclicSlip
empty
exprValue
fixedNormalSlip
fixedValue
nonuniformTransformCyclic
oscillatingDisplacement
oscillatingVelocity
processor
processorCyclic
sixDoFRigidBodyDisplacement
slip
solidBodyMotionDisplacement
surfaceDisplacement
surfaceSlipDisplacement
symmetry
symmetryPlane
timeVaryingMappedFixedValue
timeVaryingUniformFixedValue
uncoupledSixDoFRigidBodyDisplacement
uniformFixedValue
uniformInterpolatedDisplacement
value
waveDisplacement
waveMaker
wedge
zeroGradient
)
file: 0/pointDisplacement.boundaryField.overset at line 69.
From static Foam::autoPtr<Foam::pointPatchField<Type> > Foam::pointPatchField<Type>::New(const Foam::pointPatch&, const Foam: imensionedField<Type, Foam::pointMesh>&, const Foam::dictionary&) [with Type = Foam::Vector<double>]
in file /home/ubuntu/openfoam/OpenFOAM-v2206/src/OpenFOAM/lnInclude/pointPatchFieldNew.C at line 133.
FOAM exiting
我正在计算规则波作用下浮体的运动 设置了重叠网格 但是一直有这个报错 说oversetpatch的类型有问题 我参考了一个二维算例改的 求大神 |
|