|
[Sponsors] |
turbulentHeatFluxTemperature incompressible version |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 16, 2016, 16:52 |
turbulentHeatFluxTemperature incompressible version
|
#1 |
Member
Masashi Ohbuchi
Join Date: Oct 2009
Posts: 74
Rep Power: 17 |
Hi,
I could not find incompressible version of turbulentHeatFluxTemperature in OF3.0.x. Does somebody know where it is? Best regards, ohbuchi. |
|
November 14, 2017, 15:58 |
Facing the Same Problem
|
#2 |
Senior Member
Himanshu Sharma
Join Date: Jul 2012
Posts: 101
Rep Power: 14 |
Hi,
Does anyone knows how to use "turbulentHeatFluxTemperature" with buoyantBoussinesqSimpleFoam which is an incompressible solver. I am solving a 2D problem using OF-4.1 and getting following error Code:
--> FOAM FATAL IO ERROR: Unknown patchField type turbulentHeatFluxTemperature for patch type wall Valid patchField types are : 113 ( MarshakRadiation MarshakRadiationFixedTemperature advective alphatJayatillekeWallFunction atmBoundaryLayerInletEpsilon atmBoundaryLayerInletK calculated codedFixedValue codedMixed compressible::alphatJayatillekeWallFunction compressible::alphatWallFunction compressible::thermalBaffle1D<hConstSolidThermoPhysics> compressible::thermalBaffle1D<hPowerSolidThermoPhysics> compressible::turbulentHeatFluxTemperature compressible::turbulentTemperatureCoupledBaffleMixed compressible::turbulentTemperatureRadCoupledMixed convectiveHeatTransfer cyclic cyclicACMI cyclicAMI cyclicSlip directionMixed empty : : ) |
|
March 12, 2018, 03:52 |
Probem with temperature profile
|
#3 | |
Member
Join Date: Oct 2017
Posts: 52
Rep Power: 9 |
Quote:
i have been working on a solidification/melting problem in which i am supposed to give a gaussian profile as a input heat flux i have written a code for that.but it is not giving me desired profile. can you tell me where is the problem?? [CODE] input { type codedFixedValue; value uniform 573; redirectType temperatureProfile; code #{ fixedValueFvPatchScalarField myPatch(*this); forAll(this->patch().Cf(),i) { myPatch[i]=2076000*exp(-Foamw((this->patch().Cf()[i].x()-122.5)/6.067,2)); } operator==(myPatch); #}; } [\CODE] |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
dispersion model with lagragian particle tracking model for incompressible flows | eelcovv | OpenFOAM Running, Solving & CFD | 54 | April 10, 2018 10:36 |
SGI/OpenCFD release OpenFOAMŪ version 2.1.0 | opencfd | OpenFOAM Announcements from ESI-OpenCFD | 1 | December 20, 2011 01:24 |
FLOW 3D version comparison | sjv920 | FLOW-3D | 1 | October 21, 2011 16:50 |
OpenFOAM Patched Version 1.5 via git Repository | OpenFOAM discussion board administrator | OpenFOAM Announcements from ESI-OpenCFD | 0 | August 26, 2008 06:06 |
Difference between Version 6.3 and Version 6.2 | erikaj | FLUENT | 0 | October 11, 2007 13:36 |