|
[Sponsors] |
rhoSimpleFoam and externalWallHeatFluxTemperature issue |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 12, 2021, 12:16 |
rhoSimpleFoam and externalWallHeatFluxTemperature issue
|
#1 |
New Member
Matt
Join Date: Sep 2016
Posts: 7
Rep Power: 10 |
Dear FOAMers,
I am trying to solve a simple internal flow case in a pipe with rhoSimpleFoam where an external heat flux is specified using "externalWallHeatFluxTemperature" as shown in the code below: Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2012 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object T; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 1 0 0 0]; internalField uniform 300; boundaryField { Inlet { type fixedValue; value $internalField; } outlet { type inletOutlet; value $internalField; inletValue $internalField; } sides { type externalWallHeatFluxTemperature; mode coefficient; Ta constant 700.0; h constant 1000.0; thicknessLayers (0.001 0.002); kappaLayers (1 2.5); kappaMethod fluidThermo; value $internalField; } } // ************************************************************************* // PHP Code:
PHP Code:
Cheers, Matt |
|
April 13, 2021, 03:04 |
|
#2 |
Member
Roman
Join Date: Sep 2013
Posts: 83
Rep Power: 13 |
One of the possible reason is unbalance between heat flux from gas media to solid wall and fixed heat flux that you have written as boundary condition. For example, cell size, temperature, gas speed can not provide desired 111 w/sq.m from gas phase to solid. So heat flux from gas becomes unequal to heat flux from surface into solid, continuity becomes broken, program stops.
|
|
April 13, 2021, 09:24 |
|
#3 | |
New Member
Matt
Join Date: Sep 2016
Posts: 7
Rep Power: 10 |
Quote:
I just did some more tests with this case: For the case described above, I am using "OpenFOAM-v2012-windows10". if I transfer it to a LINUX system I get more information when it crashes: PHP Code:
The interesting point is that if I use openFOAM foundation on a LINUX system this problems runs smoothly without any problem! Any more thoughts on this are appreciated. Cheers, Matt |
||
Tags |
rhosimplefoam error |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
transsonic nozzle with rhoSimpleFoam | Unseen | OpenFOAM Running, Solving & CFD | 8 | July 1, 2022 07:54 |
rhoSimpleFoam and externalWallHeatFluxTemperature issue | mattmirsad | OpenFOAM Running, Solving & CFD | 0 | April 12, 2021 12:11 |
rhoSimpleFoam Spalart Allmaras simulation issue | mariloo | OpenFOAM Running, Solving & CFD | 0 | December 4, 2019 12:09 |
rhoSimpleFoam convergence issue | fxzf | OpenFOAM Running, Solving & CFD | 2 | August 28, 2017 05:37 |
rhoSimpleFoam angledDuctExplicitFixedCoeff tutorial fails in parallel | donQi | OpenFOAM Running, Solving & CFD | 1 | February 22, 2016 20:47 |