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

dimension error in result of volPointInterpolate(p)

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 20, 2010, 09:04
Default dimension error in result of volPointInterpolate(p)
  #1
New Member
 
Markus Golbs Hamm AG
Join Date: Nov 2009
Posts: 26
Rep Power: 16
mgolbs is on a distinguished road
Hello,

i have a problem by dimension in result of volPointInterpolate(p). In Result are factor 1000. The result of volPointInterpolate(U) - velocity distribution - are plausible. What can be my mistake? Whats the problem? About informations I'm very happy.

Greeting Markus
http://picfu.net/83d2bc

mgolbs is offline   Reply With Quote

Old   January 21, 2010, 09:03
Default
  #2
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
You are probably using a solver like icoFoam or simpleFoam, in which the pressure is a dynamic pressure in m^2/s^2, rather than in Pascal.

Have a look at 0/p under dimensions: [mass length time ...] to see if I'm right.

If so, AND your fluid density is ~1000 km/m^3, all is clear.

Good luck,

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   January 21, 2010, 10:28
Default
  #3
New Member
 
Markus Golbs Hamm AG
Join Date: Nov 2009
Posts: 26
Rep Power: 16
mgolbs is on a distinguished road
Hello,

thanks for the informations. I use openFoam 1.4.1 and solver turbFoam.

Quote:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.4.1 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root "/opt/OpenFOAM/caelinux-1.4.1/run";
case "2010-01-11-hd90";
instance "0.005";
local "";
class volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField nonuniform List<scalar>



/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.4.1 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root "/opt/OpenFOAM/caelinux-1.4.1/run";
case "2010-01-11-hd90";
instance "0.005";
local "";
class volVectorField;
object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -1 0 0 0 0];
internalField nonuniform List<vector>



/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.4.1 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root "/opt/OpenFOAM/caelinux-1.4.1/run";
case "2010-01-11-hd90";
instance "0.005";
local "";
class surfaceScalarField;
object phi;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 3 -1 0 0 0 0];
internalField nonuniform List<scalar>
Here the part of /p, /u and /phi. Is this the problem whis ~1000 km/m^3? I dont understand, because I think I work in 1 or 2:

1 2
Mass kg To
Weg m mm
Time sec sec
Force N N
Temper K K
Power W mW
Work J mJ
Stress N/m2 N/mm2
Density kg/m3 To/mm3

Greeting Markus
mgolbs is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Comparison the airfoil 0012 experimental result and simulation result harrislcy FLUENT 30 August 29, 2013 10:27
Load Latest Result File into Post via Command Line Karl CFX 2 February 8, 2010 06:28
LES result harrislcy FLUENT 1 December 28, 2009 06:29
Result is not correct Li FLUENT 1 December 30, 2000 00:21
Problem in Result of the pressure coefficient Ken Choi Main CFD Forum 2 March 15, 1999 04:15


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