|
[Sponsors] |
anisotropic conduction causes "coordinateSystem undefine din chtMultiRegionFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 1, 2016, 16:17 |
anisotropic conduction causes "coordinateSystem undefine din chtMultiRegionFoam
|
#1 |
New Member
David Watt
Join Date: Feb 2015
Posts: 4
Rep Power: 11 |
I'm running chtMultiRegionFoam with anisotropic solids. I get the the following error message:
--> FOAM FATAL IO ERROR: keyword coordinateSystem is undefined in dictionary "/home/david/OpenFOAM/david-2.3.1/run/tutorials/heatTransfer/chtMultiRegionSimpleFoam/MATS/constant/topWall/thermophysicalProperties This occurs in all version of chtMultiRegionFoam, even when simply changing the properties in a working tutorial. Any thoughts? Thanks! |
|
November 27, 2016, 08:27 |
Same Problem
|
#2 |
New Member
David Watt
Join Date: Feb 2015
Posts: 4
Rep Power: 11 |
Hi, I've encountered this same issue. Any progress?
|
|
November 27, 2016, 20:43 |
Found it
|
#3 |
New Member
David Watt
Join Date: Feb 2015
Posts: 4
Rep Power: 11 |
Here's the thermophysicalProperties dictionary
foamFile { version 2.0; format ascii; class dictionary; object thermophysicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // thermoType { type heSolidThermo; mixture pureMixture; // transport constIso; transport constAnIso; thermo hConst; equationOfState rhoConst; specie specie; energy sensibleEnthalpy; } coordinateSystem { type cartesian; // global co-ordinate system (redundant) origin (0 0 0); // redundant in this case coordinateRotation { type axesRotation; // local Cartesian co-ordinates e1 (1 0 0); e2 (0 1 0); } } mixture { specie { nMoles 1; molWeight 50; } transport { kappa (5 5 300); } thermodynamics { Hf 0; Cp 700; } equationOfState { rho 1000; } } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error in thermophysical properties (chtMultiRegionFoam) | mukut | OpenFOAM Pre-Processing | 28 | November 23, 2021 07:34 |
chtMultiRegionFoam, conduction with a contact resistance between two solids | romain.h | OpenFOAM Running, Solving & CFD | 1 | October 8, 2013 02:25 |
Anistropic thermal conduction in Fluent 6.2 | Bharath | FLUENT | 0 | November 23, 2006 22:07 |
anisotropic conduction | ramki | Phoenics | 2 | October 12, 2005 11:36 |