|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Gary
Join Date: Jan 2018
Posts: 1
Rep Power: 0 ![]() |
Hi All,
I'm using buoyantBoussinesqPimpleFoam to solve convective heat transfer between concentric cylinders. I need to calculate the heat flux going from the inner to outer cylinders. I've tried using wallHeatFlux to do this. First time I tried it it required a thermophysicalProperties file. Which I included. Now I'm getting this message Code:
--> FOAM FATAL ERROR:
LHS and RHS of + have different dimensions
dimensions : [1 -1 -1 0 0 0 0] + [0 2 -1 0 0 0 0]
my wallheatfluxdict Code:
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root ".";
case "test";
instance "system";
local "";
class dictionary;
object sampleDict;
}
// List of boundaries and face sets
bcs
(
MountFace
CylinderID
Gearbox
Motor
CylinderEndFace
);
|
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Time-average of a patch (wallHeatFlux) | milabvieira | OpenFOAM Post-Processing | 16 | February 28, 2019 02:03 |
| wallHeatFlux utility with sonicFoam | hiuluom | OpenFOAM Post-Processing | 3 | September 18, 2015 08:39 |
| how to use wallHeatFlux for incompressible problem? | hswzzz | OpenFOAM Post-Processing | 1 | April 14, 2015 07:25 |
| Something doens't work with wallHeatFlux utility or externalWallHeatFluxTemperat BC!! | zfaraday | OpenFOAM Post-Processing | 0 | February 5, 2015 17:47 |
| problem with WallHeatFlux | Roman1 | OpenFOAM Running, Solving & CFD | 1 | January 24, 2014 11:31 |