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

patch problem with chtMultiRegionSimpleFoam

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   February 26, 2016, 09:20
Smile patch problem with chtMultiRegionSimpleFoam
  #1
New Member
 
Join Date: Feb 2016
Posts: 2
Rep Power: 0
philibert is on a distinguished road
Hi,

I am learning to use chtMultiRegionSimpleFoam by creating a 2D case with a solid box (called wall) on the floor encircled by air. The bottom of the wall has a temperature higher than the rest of the domain (500K for bottom wall and 300K for the rest).

I am using the tutorial planeWall2D to realize my case.

I have two domains: domain0 air and domain1 wall.
The interface between solid region and fluid region is defined by:
- wall_to_air for domain1
- air_to_wall for domain0

When I run the case I obtained this fatal error :


/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
/* Windows port by CFD support (www.cfdsupport.com) [based on Symscape] *\
\*---------------------------------------------------------------------------*/
Build : 2.3.x-819030ed51bd
Exec : C:\OpenFOAM\***
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

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

Create fluid mesh for region domain0 for time = 0

Create solid mesh for region domain1 for time = 0

*** Reading fluid mesh thermophysical properties for region domain0

Adding to thermoFluid

Selecting thermodynamics package
{
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
}

Adding to rhoFluid

Adding to UFluid

Adding to phiFluid

Adding to gFluid

Adding to turbulence

Selecting turbulence model type laminar
Adding to ghFluid

Adding to ghfFluid

Selecting radiationModel none
Adding fvOptions

No finite volume options present

*** Reading solid mesh thermophysical properties for region domain1

Adding to thermos

Selecting thermodynamics package
{
type heSolidThermo;
mixture pureMixture;
transport constIso;
thermo hConst;
equationOfState rhoConst;
specie specie;
energy sensibleEnthalpy;
}

Adding to radiations

Selecting radiationModel opaqueSolid
Selecting absorptionEmissionModel constantAbsorptionEmission
Selecting scatterModel none
Adding fvOptions

No finite volume options present
Time = 1


Solving for fluid region domain0
DILUPBiCG: Solving for Ux, Initial residual = 1, Final residual = 0.001204138, No Iterations 1
DILUPBiCG: Solving for Uy, Initial residual = 1, Final residual = 0.0115684, No Iterations 1


--> FOAM FATAL ERROR:
Cannot find patch wall_to_air in region domain0
Valid patches are
6
(
leftlet
rightlet
topair
bottom_air
air_to_wall
frontAndBackPlanes
)


From function mappedPatchBase::samplePolyPatch()
in file mappedPatches/mappedPolyPatch/mappedPatchBase.C at line 1259.

FOAM exiting


I don't understand because the patch wall_to_air doesn't need to be in the domain0, it is the interface of domain1.

Does anybody know where this problem comes from?
philibert is offline   Reply With Quote

 


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
Problem with cyclic boundaries in Openfoam 1.5 fs82 OpenFOAM 36 January 7, 2015 00:31
[Gmsh] Single volume Mesh gmsh PeteH OpenFOAM Meshing & Mesh Conversion 9 August 6, 2013 08:54
Cyclic Boundary Condition Luiz Eduardo Bittencourt Sampaio (Sampaio) OpenFOAM Running, Solving & CFD 36 July 2, 2012 12:23
[Gmsh] Import gmsh msh to Foam adorean OpenFOAM Meshing & Mesh Conversion 24 April 27, 2005 08:19
Multicomponent fluid Andrea CFX 2 October 11, 2004 05:12


All times are GMT -4. The time now is 11:08.