|
[Sponsors] |
rhoSimpleFoam and externalWallHeatFluxTemperature issue |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 12, 2021, 12:11 |
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 |
|
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 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 |
rhoSimpleFoam. patchField error. | 123 | OpenFOAM Running, Solving & CFD | 4 | June 6, 2014 16:22 |