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

Cyclic Interface Error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 14, 2018, 05:57
Default Cyclic Interface Error
  #1
New Member
 
Steven
Join Date: Jun 2018
Posts: 2
Rep Power: 0
Whiteblue is on a distinguished road
Hi, I'm getting the following error when I use Cyclic Interface. I'm trying to use Cyclic Interface to model velocity jump(booster fan). The booster fan is located in a large room(warehouse) and is meant to help with circulation.

Thank you for your help in advance!

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1612+ |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
/* Windows port by SIMFLOW Technologies *\
\*---------------------------------------------------------------------------*/
Build : v1612+-37dd88baa8fd
Exec : C:/Program Files/simFlow/engine-1612+/bin/simpleFoam
Date : Oct 14 2018
Time : 02:36:49
Host : "A2551347"
PID : 33656
Case : C:/Users/samanh/simflow/100 E Ocean Garage/Test/Test
nProcs : 1
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10)
allowSystemOperations : Allowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0


SIMPLE: convergence criteria
field p tolerance 0.0001
field epsilon tolerance 0.0001
field k tolerance 0.0001
field U tolerance 0.0001

Reading field p

Reading field U

Reading/calculating face flux field phi

Selecting incompressible transport model Newtonian
Selecting turbulence model type RAS
Selecting RAS turbulence model kEpsilon
kEpsilonCoeffs
{
Cmu 0.09;
C1 1.44;
sigmaEps 1.3;
C2 1.92;
C3 -0.33;
sigmak 1;
}

Creating MRF zone list from MRFProperties
Creating finite volume options from "system/fvOptions"


Starting time loop

Time = 1



--> FOAM FATAL ERROR:
Not implemented

--> FOAM Warning :
From function void Foam::jumpCyclicFvPatchField<Type>::updateInterfac eMatrix(Foam::scalarField&, const scalarField&, const scalarField&, Foam::direction, Foam::UPstream::commsTypes) const [with Type = Foam::Vector<double>; Foam::scalarField = Foam::Field<double>; Foam::direction = unsigned char]
in file lnInclude/jumpCyclicFvPatchField.C at line 141.

FOAM aborting
Whiteblue is offline   Reply With Quote

Old   December 16, 2018, 18:47
Default
  #2
New Member
 
Matt Houchin
Join Date: Mar 2017
Location: London
Posts: 11
Rep Power: 9
HouchinM is on a distinguished road
I'm also having issue with jumpCyclic::updateInterfaceMatrix when I try to implement the swirlFanVelocity for a similar application (jet fan in a tunnel).

I'm assuming the issue is something to do with this function:

Code:
template<class Type>
void Foam::jumpCyclicFvPatchField<Type>::updateInterfaceMatrix
(
    scalarField& result,
    const scalarField& psiInternal,
    const scalarField& coeffs,
    const direction cmpt,
    const Pstream::commsTypes
) const
{
    NotImplemented;
}
My C++ skills are not too good so I'm not sure how to go about solving this issue. Has anyone else come across this problem?
HouchinM is offline   Reply With Quote

Reply


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Radiation in semi-transparent media with surface-to-surface model? mpeppels CFX 11 August 22, 2019 07:30
[blockMesh] blockMesh with double grading. spwater OpenFOAM Meshing & Mesh Conversion 92 January 12, 2019 09:00
Compile calcMassFlowC aurore OpenFOAM Programming & Development 13 March 23, 2018 07:43
Compile problem ivanyao OpenFOAM Running, Solving & CFD 1 October 12, 2012 09:31
How to get the max value of the whole field waynezw0618 OpenFOAM Running, Solving & CFD 4 June 17, 2008 05:07


All times are GMT -4. The time now is 07:20.