|
[Sponsors] |
October 14, 2018, 06:57 |
Cyclic Interface Error
|
#1 |
New Member
Steven
Join Date: Jun 2018
Posts: 2
Rep Power: 0 |
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 |
|
December 16, 2018, 19:47 |
|
#2 |
New Member
Matt Houchin
Join Date: Mar 2017
Location: London
Posts: 11
Rep Power: 9 |
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; } |
|
|
|
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 08:30 |
[blockMesh] blockMesh with double grading. | spwater | OpenFOAM Meshing & Mesh Conversion | 92 | January 12, 2019 10:00 |
Compile calcMassFlowC | aurore | OpenFOAM Programming & Development | 13 | March 23, 2018 08:43 |
Compile problem | ivanyao | OpenFOAM Running, Solving & CFD | 1 | October 12, 2012 10:31 |
How to get the max value of the whole field | waynezw0618 | OpenFOAM Running, Solving & CFD | 4 | June 17, 2008 06:07 |