CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Bugs

anisotropic conduction causes "coordinateSystem undefine din chtMultiRegionFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Helium-3 Man

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 1, 2016, 15:17
Default anisotropic conduction causes "coordinateSystem undefine din chtMultiRegionFoam
  #1
New Member
 
David Watt
Join Date: Feb 2015
Posts: 4
Rep Power: 11
Helium-3 Man is on a distinguished road
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!
Helium-3 Man is offline   Reply With Quote

Old   November 27, 2016, 07:27
Default Same Problem
  #2
New Member
 
David Watt
Join Date: Feb 2015
Posts: 4
Rep Power: 11
Helium-3 Man is on a distinguished road
Hi, I've encountered this same issue. Any progress?
Helium-3 Man is offline   Reply With Quote

Old   November 27, 2016, 19:43
Default Found it
  #3
New Member
 
David Watt
Join Date: Feb 2015
Posts: 4
Rep Power: 11
Helium-3 Man is on a distinguished road
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;
}
}
hiuluom likes this.
Helium-3 Man is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error in thermophysical properties (chtMultiRegionFoam) mukut OpenFOAM Pre-Processing 28 November 23, 2021 06:34
chtMultiRegionFoam, conduction with a contact resistance between two solids romain.h OpenFOAM Running, Solving & CFD 1 October 8, 2013 01:25
Anistropic thermal conduction in Fluent 6.2 Bharath FLUENT 0 November 23, 2006 21:07
anisotropic conduction ramki Phoenics 2 October 12, 2005 10:36


All times are GMT -4. The time now is 00:00.