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

coupledFvScalarMatrix problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 6, 2017, 10:14
Default coupledFvScalarMatrix problem
  #1
Member
 
Ken Darcovich
Join Date: Mar 2009
Location: Ottawa, Canada
Posts: 31
Rep Power: 17
kdarc is on a distinguished road
hello.

We are trying to run some code modeled on the conjugate heat transfer example.

It uses the inputs

Quote:
#include "coupledFvMatrices.H"
#include "regionCouplePolyPatch.H"
#include "coupledFvPatch.H"
and runs on OF3.2-ext
There are "regionCoupling" boundaries that communicate which are
written as, first for the main mesh (region0):

Quote:
rightWall
{
type regionCoupling;
nFaces 1;
startFace 75;
shadowRegion separator;
shadowPatch leftWall;
attached on;
}
and then in what we call the separator mesh:

Quote:
leftWall
{
type regionCoupling;
nFaces 1;
startFace 44;
shadowRegion region0;
shadowPatch rightWall;
attached on;
}
and then for the variable BCs in the main mesh :

Quote:
rightWall
{
type regionCouple;
value uniform 1000.0;
remoteField ce;
}
and in the separator:
Quote:
leftWall
{
type regionCouple;
value uniform 1000.0;
remoteField ce;
}
It compiles, but then we get the following runtime error:

Quote:

--> FOAM FATAL ERROR:

gradientInternalCoeffs cannot be called for a genericFvPatchField (actual type regionCouple)
on patch leftWall of field ce in file "./case/0/separator/ce"
You are probably trying to solve for a field with a generic boundary condition.

From function genericFvPatchField<Type>::gradientInternalCoeffs( ) const
in file fields/fvPatchFields/basic/generic/genericFvPatchField.C at line 782.

FOAM exiting
Is this at all familiar to anyone??

We are stuck.
Any ideas on how to correct this error would be most appreciated.

thanks,
Ken
kdarc 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
UDF compiling problem Wouter Fluent UDF and Scheme Programming 6 June 6, 2012 04:43
Gambit - meshing over airfoil wrapping (?) problem JFDC FLUENT 1 July 11, 2011 05:59
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13
Is this problem well posed? Thomas P. Abraham Main CFD Forum 5 September 8, 1999 14:52


All times are GMT -4. The time now is 15:05.