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

wallHeatFlux utility for an incompressible case

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

Like Tree33Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 18, 2012, 10:23
Default wallHeatFlux utility for an incompressible case
  #1
New Member
 
Join Date: May 2012
Posts: 2
Rep Power: 0
Mr.Jingles is on a distinguished road
Hello Foamers,
my current work is to simulate the heat transfer coefficient by a circular cylinder in cross-flow.
If i run the case with buoyantSimpleFoam (compressible & kOmegaSST) everything is fine, i can use the wallHeatFlux utility.
But if I run the case with buoyantBoussinesqSimpleFoam (incompressible & kOmegaSST) , i have several problems:

1.) How can i generate a Thermophysical model for an incompressible fluid?
I can't use hRhoThermo or icoPolynomial etc.

2.) Run the case with

hPsiThermo<pureMixture<constTransport<specieThermo <hConstThermo<perfectGas>>>>>;

make no sense?! But OpenFoam creates in 0-directory a mut-file wich is only for compressible and writes new k and omega files with compressible wallfunctions, then it calculates for time=0 and at time=10 theres an error.

Is the utility only for compressible fluids?
And there must be a conflict between kOmegaSST and wallHeatFlux, because set RASModel laminar and the case run.

Please help me i am a newbie in CFD

regards

------------------------------------------------------------------------------
Wall heat fluxes [W]
KUGEL 3.47426

Time = 10

Selecting thermodynamics package hPsiThermo<pureMixture<constTransport<specieThermo <hConstThermo<perfectGas>>>>>
Reading/calculating face flux field phi

Selecting RAS turbulence model kOmegaSST

--> Upgrading k to employ run-time selectable wall functions
Backup original k to k.old
Writing updated k
--> Upgrading omega to employ run-time selectable wall functions
Backup original omega to omega.old
Writing updated omega
--> Creating mut to employ run-time selectable wall functions
Writing new mut
--> Creating alphat to employ run-time selectable wall functions
Writing new alphat
bounding k, min: 0 max: 1.1343e-09 average: 2.76378e-13
#0 Foam::error:rintStack(Foam::Ostream&) in "/opt/openfoam201/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#1 Foam::sigFpe::sigHandler(int) in "/opt/openfoam201/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#2 in "/lib/libc.so.6"
#3 Foam::divide(Foam::Field<double>&, Foam::UList<double> const&, Foam::UList<double> const&) in "/opt/openfoam201/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#4 void Foam::divide<Foam::fvPatchField, Foam::volMesh>(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) in "/opt/openfoam201/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so"
#5 Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > Foam:perator/<Foam::fvPatchField, Foam::volMesh>(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) in "/opt/openfoam201/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so"
#6 Foam::compressible::RASModels::kOmegaSST::F2() const in "/opt/openfoam201/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so"
#7 Foam::compressible::RASModels::kOmegaSST::kOmegaSS T(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::basicThermo const&, Foam::word const&, Foam::word const&) in "/opt/openfoam201/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so"
#8 Foam::compressible::RASModel::adddictionaryConstru ctorToTable<Foam::compressible::RASModels::kOmegaS ST>::New(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::basicThermo const&, Foam::word const&) in "/opt/openfoam201/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so"
#9 Foam::compressible::RASModel::New(Foam::GeometricF ield<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::basicThermo const&, Foam::word const&) in "/opt/openfoam201/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so"
#10
in "/opt/openfoam201/platforms/linux64GccDPOpt/bin/wallHeatFlux"
#11 __libc_start_main in "/lib/libc.so.6"
#12
in "/opt/openfoam201/platforms/linux64GccDPOpt/bin/wallHeatFlux"
Floating point exception
Mr.Jingles is offline   Reply With Quote

Old   May 18, 2012, 14:19
Default
  #2
New Member
 
Join Date: May 2012
Posts: 2
Rep Power: 0
Mr.Jingles is on a distinguished road
I have solved my first problem and added wallHeatFluxRho, now i can use hRhoThermo etc.

But my current problem is that I can't use wallHeatFluxRho or wallHeatFlux with kOmegaSST.
I tried to change pressure values from zero to 1e-12 on whole calculation field on first time step, without sucess.
as in http://www.cfd-online.com/Forums/openfoam/72534-wallheatflux-utility-openfoam1-6-a.html
In my opinion, this would solve my problem if openfoam don't calculate the first time step.
But I need a solution for the next time steps.

Nobody has an idea to solve this problem?

regards
Mr.Jingles is offline   Reply With Quote

Old   May 21, 2012, 08:08
Default wallheatflux for incompressible flows
  #3
Senior Member
 
Eelco van Vliet
Join Date: Mar 2009
Location: The Netherlands
Posts: 124
Rep Power: 19
eelcovv is on a distinguished road
Hi,

I modified the standard wallHeatflux utility which comes default with OF into a version for incompressible flows already a while ago. Also removed a bug out of the code. Well, have a look at the code, it works for me.

One remark though: the utility does not seem to work when you use groovyBC for your temperature boundary conditions. It does not crash, but the resulting wall heat flux will not be correct. In case you want to use this utility in combination with groovyBC, you have to edit your results file T and change all groovyBC bc's into fixedValues (while leaving the non-uniform list of temperature at the wall as generated by groovyBC). Then the generated heatflux will be correct.

Eelco
Attached Files
File Type: gz wallHeatFluxIncompressible.tar.gz (3.0 KB, 845 views)
eelcovv is offline   Reply With Quote

Old   May 21, 2012, 17:52
Default
  #4
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by eelcovv View Post

One remark though: the utility does not seem to work when you use groovyBC for your temperature boundary conditions. It does not crash, but the resulting wall heat flux will not be correct. In case you want to use this utility in combination with groovyBC, you have to edit your results file T and change all groovyBC bc's into fixedValues (while leaving the non-uniform list of temperature at the wall as generated by groovyBC). Then the generated heatflux will be correct.
That is interesting. Maybe the problem is that groovyBC is a mixed-BC. If you're using groovyBC as a pure Dirichlet-BC then you could try groovyBCFixedValue (it is in the same library). Maybe that helps
AmirBaqa1987 likes this.
gschaider is offline   Reply With Quote

Old   May 23, 2012, 03:53
Default
  #5
Senior Member
 
Eelco van Vliet
Join Date: Mar 2009
Location: The Netherlands
Posts: 124
Rep Power: 19
eelcovv is on a distinguished road
I use groovyBC for the temperature (required for the heatFlux utility) only for setting gradients (for imposing either the wall heatflux or a heat transfer coeffcient). Is this possible via a non-mixed BC as well?

I noticed that all utilities (also the ones coming with OF) do not handle groovyBC correctly. A quick way for me to work around is is to change all type groovyBC; lines to type fixedValue;; using two ;;, such you can change it back easily. Use sed to do it quickly

sed -ie 's/groovyBC/fixedValue;/' `find [0-9]* -name T`
wallHeatFluxIncompressible
sed -ie 's/fixedValue;;/groovyBC;/' `find [0-9]* -name T`

Let me know if you want to report the bug on Mantis.
eelco
eelcovv is offline   Reply With Quote

Old   May 23, 2012, 04:23
Default
  #6
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by eelcovv View Post
I use groovyBC for the temperature (required for the heatFlux utility) only for setting gradients (for imposing either the wall heatflux or a heat transfer coeffcient). Is this possible via a non-mixed BC as well?

I noticed that all utilities (also the ones coming with OF) do not handle groovyBC correctly. A quick way for me to work around is is to change all type groovyBC; lines to type fixedValue;; using two ;;, such you can change it back easily. Use sed to do it quickly

sed -ie 's/groovyBC/fixedValue;/' `find [0-9]* -name T`
wallHeatFluxIncompressible
sed -ie 's/fixedValue;;/groovyBC;/' `find [0-9]* -name T`

Let me know if you want to report the bug on Mantis.
eelco
No. If you need the gradient the fixed-variant is not an option.

The problem probably is that groovyBC is not fully evaluated when being loaded. The reason is that the expression may depend on fields that are created later during startup. Also groovyBC does not force the loading of fields because it expects all fields to be in memory.

Yes. Please add a bug on the Mantis. If possible add a SMALL example case with a description of the expected result ("Heatflux on patch wall should be 666")
gschaider is offline   Reply With Quote

Old   May 23, 2012, 19:47
Default
  #7
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by eelcovv View Post
I use groovyBC for the temperature (required for the heatFlux utility) only for setting gradients (for imposing either the wall heatflux or a heat transfer coeffcient). Is this possible via a non-mixed BC as well?

I noticed that all utilities (also the ones coming with OF) do not handle groovyBC correctly. A quick way for me to work around is is to change all type groovyBC; lines to type fixedValue;; using two ;;, such you can change it back easily. Use sed to do it quickly

sed -ie 's/groovyBC/fixedValue;/' `find [0-9]* -name T`
wallHeatFluxIncompressible
sed -ie 's/fixedValue;;/groovyBC;/' `find [0-9]* -name T`

Let me know if you want to report the bug on Mantis.
eelco
It occurred to me that there was a similar problem some time ago (potentialFoam does not update BCs either) and I introduced a "silent" option evaluateDuringConstruction to groovyBC (you should see it in later timesteps). Try setting
Code:
evaluateDuringConstruction true;
and see if your problem goes away
gschaider is offline   Reply With Quote

Old   May 24, 2012, 08:31
Default
  #8
Senior Member
 
Eelco van Vliet
Join Date: Mar 2009
Location: The Netherlands
Posts: 124
Rep Power: 19
eelcovv is on a distinguished road
Bernard,

I just tested your suggestion. Indeed setting evaluateDuringConstruction works: the correct value is obtained for external utilities.

However, I often use a field from the solver in groovyBC, for instance to use the turbulent heat diffusivity to calculate the gradT based on that. Apparently, if evaluateDuringConstruction is used, this is not allowed. If I swhich of this option the simulation runs, but erronous results for wallHeatFluxIncomressible are obtained. Replacing groovyBC with fixedValue before running wallHeatFluxIncomressible helps.

I have uploaded the bug to mantis, you can get it there. But I will also upload the case here for other people to have a look at. The wall heat flux utitlity for incompressible flows is added (it does not come with OF). I noticed that it seems that there is still something wrong with the utility, because in the turbulent case the heat flux calculate is scale with a factor rho0. Perhaps the scalign with rho is done twice somehow? Do you see what goes wrong.
Well anyway, perhaps there is a better workarround beside replacing groovyBC which also works with fields used in BC. Hope you can solve it

Regards
Eelco
Attached Files
File Type: gz hotRoomGroovyBCAndWallHF.tar.gz (6.9 KB, 148 views)
eelcovv is offline   Reply With Quote

Old   May 24, 2012, 10:28
Default
  #9
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by eelcovv View Post
Bernard,

I just tested your suggestion. Indeed setting evaluateDuringConstruction works: the correct value is obtained for external utilities.

However, I often use a field from the solver in groovyBC, for instance to use the turbulent heat diffusivity to calculate the gradT based on that. Apparently, if evaluateDuringConstruction is used, this is not allowed. If I swhich of this option the simulation runs, but erronous results for wallHeatFluxIncomressible are obtained. Replacing groovyBC with fixedValue before running wallHeatFluxIncomressible helps.

I have uploaded the bug to mantis, you can get it there. But I will also upload the case here for other people to have a look at. The wall heat flux utitlity for incompressible flows is added (it does not come with OF). I noticed that it seems that there is still something wrong with the utility, because in the turbulent case the heat flux calculate is scale with a factor rho0. Perhaps the scalign with rho is done twice somehow? Do you see what goes wrong.
Well anyway, perhaps there is a better workarround beside replacing groovyBC which also works with fields used in BC. Hope you can solve it

Regards
Eelco
For those interested in progress on the groovy-side: https://sourceforge.net/apps/mantisb...iew.php?id=134

About kappat: this is a classic chicken/egg-problem in the solver: T is constructed first, the turbulence-field later (this is the reason why the evaluation does not happen during the initialization).
gschaider is offline   Reply With Quote

Old   June 1, 2012, 05:00
Smile
  #10
Senior Member
 
Eelco van Vliet
Join Date: Mar 2009
Location: The Netherlands
Posts: 124
Rep Power: 19
eelcovv is on a distinguished road
For those interested: Bernard fixed a bug in groovyBC so that now it is allowed to used external applications on fields which contain groovyBC boundaries.

https://sourceforge.net/apps/mantisb...iew.php?id=134

Here I am adding the test case containing and slightly improved version of WallHeatfluxIncomressible + the test case I use to set wall heat fluxed using groovyBC. If you run the case you can see that the wall heat flux imposed is now exactly 1 W/m2 (as specified by groovyBC).

Good luck!

Regards
Eelco
Attached Files
File Type: gz wallHeatFluxIncompressible.tar.gz (2.9 KB, 323 views)
File Type: gz hotRoomGroovyBCAndWallHF.tar.gz (3.7 KB, 262 views)
palmerlee, manju819 and taban like this.
eelcovv is offline   Reply With Quote

Old   June 20, 2012, 07:02
Default
  #11
New Member
 
Join Date: May 2012
Posts: 3
Rep Power: 13
stilljourney is on a distinguished road
Hi eelcovv,

thanks for the utility and test case! Now I can run the test case without problem; but I met some difficulty when trying to obtain the wall heat flux. When executing WallHeatFluxIncompressible, I got:


Create time

Create mesh for time = 0

Time = 0
Reading field p



--> FOAM FATAL IO ERROR:
cannot find file

file: /home/jing/OpenFOAM/jing-2.1.0/run/testCases/hotRoomGroovyBC/0/p at line 0.

From function regIOobject::readStream()
in file db/regIOobject/regIOobjectRead.C at line 73.

Then I checked the /0 folder; there is only p_rgh rather than p there. I checked out some old threads but am still confused. Would you give me a hint on how to get an initial p file?

I'm very new to openFoam and have been learning from the forum. Thanks in advance for the help!

Best regards,
Jing
stilljourney is offline   Reply With Quote

Old   June 26, 2012, 04:55
Default
  #12
Senior Member
 
Eelco van Vliet
Join Date: Mar 2009
Location: The Netherlands
Posts: 124
Rep Power: 19
eelcovv is on a distinguished road
Hi Jing,

The solver buoyantBoussinesqSimpleFoam uses p_rgh which is p minus the hydrostatic pressure rho*g*height. p is only later calculated and generated by the solver. So in the 0 directory it is not present yet, that's why the utility stops, because it apparently needs it. I you realy want to calculate the heat flux at time 0 (which does not make sense because the temperature field still needs to be calculated) then you can copy p_rgh to p. I actually realise that the pressure is not required for calculating the heat flux, so you can also comment out the lines in the utility that read the pressure. I checked and it works. See the new version. p is now not required anymore.

Regards
Eelco
Attached Files
File Type: gz wallHeatFluxIncompressible.tar.gz (3.0 KB, 476 views)
ayhan515, romant, hellodd and 5 others like this.
eelcovv is offline   Reply With Quote

Old   August 30, 2012, 18:49
Default
  #13
New Member
 
Anonymous
Join Date: Aug 2012
Posts: 8
Rep Power: 13
Tiffany is on a distinguished road
This is probably a really dumb question, but before I mess something up by attempting to add this, I wanted to double check I was doing it correctly. I've unpacked the file and placed it in the OpenFOAM-2.1.1/applications/utilities/postProcessing/wall directory. What should happen next?

(I apologize. I'm new to OpenFOAM, CFD, and C++. I'd really appreciate the help!)
pthapar likes this.
Tiffany is offline   Reply With Quote

Old   August 31, 2012, 04:16
Default
  #14
Senior Member
 
romant's Avatar
 
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 20
romant is on a distinguished road
Quote:
Originally Posted by Tiffany View Post
This is probably a really dumb question, but before I mess something up by attempting to add this, I wanted to double check I was doing it correctly. I've unpacked the file and placed it in the OpenFOAM-2.1.1/applications/utilities/postProcessing/wall directory. What should happen next?

(I apologize. I'm new to OpenFOAM, CFD, and C++. I'd really appreciate the help!)
There is no need to unpack this into the root directory, except if you share the openfoam with multiple users on your machine.

Unpack the the folder into your Openfoam Folder so that you have a structure like /home/user/OpenFOAM/user-2.1.1/wallHeatFluxIncompressible where user is your username. Then navigate into this folder on a terminal and just run wmake in that directory. After a short while you have a working wallHeatFluxIncompressible utility that you can use. If you can't call it in the terminal, just re source your .bashrc or just start a new terminal.

This description assumes that you installed OpenFOAM through the sources and carried out all required steps as described in http://www.openfoam.org/download/ubuntu.php
__________________
~roman
romant is offline   Reply With Quote

Old   September 7, 2012, 19:04
Default
  #15
New Member
 
Jack Devanney
Join Date: Sep 2012
Posts: 1
Rep Power: 0
djw1 is on a distinguished road
Many thanks to Eelco for the incompressible heat flux utility.
Saved my rear.

Be aware you may have to set tolerances very tightly
to get steady state heat out to equal heat in. Being converged on temperature
does not mean you are converged on the wall temp gradients.

Jack
djw1 is offline   Reply With Quote

Old   November 30, 2012, 03:04
Default
  #16
New Member
 
reza
Join Date: May 2012
Posts: 3
Rep Power: 13
ramon is on a distinguished road
Hi eelcovv
thanks for the utility and test case!
I use chtmultiregionsimplefoam solver for incompressible fluid and solid temperature is changed each time step.
can i use your utility to calculate wallheatflux?
would you plz help me calculate nusselt number(from wallheatflux) in this case?

Last edited by ramon; November 30, 2012 at 03:36.
ramon is offline   Reply With Quote

Old   July 21, 2013, 20:16
Default
  #17
Member
 
George Pichurov
Join Date: Jul 2010
Posts: 52
Rep Power: 15
jorkolino is on a distinguished road
Quote:
Originally Posted by eelcovv View Post
Hi Jing,

The solver buoyantBoussinesqSimpleFoam uses p_rgh which is p minus the hydrostatic pressure rho*g*height. p is only later calculated and generated by the solver. So in the 0 directory it is not present yet, that's why the utility stops, because it apparently needs it. I you realy want to calculate the heat flux at time 0 (which does not make sense because the temperature field still needs to be calculated) then you can copy p_rgh to p. I actually realise that the pressure is not required for calculating the heat flux, so you can also comment out the lines in the utility that read the pressure. I checked and it works. See the new version. p is now not required anymore.

Regards
Eelco
It compiles well, but generates wrong heatflux and gradT data on surfaces that have boundary condition of heatflux. Even though the heatflux is set to non-zero value, the utility generates only zeros. It works well on "fixed temperature" boundary conditions though.

Ed: I've coded part of the algorithm directly into the solver and it works like a charm. What is wrong with this utility then, or with OF at all, if such a utility cannot access the Temperature field of the calculated solution?! Why the same code works seamlessly when integrated into the solver? Very inconsistent.

By the way Eelco, is there any particular reason you define extra volScalarField object to write heatflux data into file? Why not use readily available heatFlux surface scalar field?

Last edited by jorkolino; July 25, 2013 at 11:55.
jorkolino is offline   Reply With Quote

Old   October 5, 2013, 10:18
Default
  #18
Member
 
Arjang Behnoud
Join Date: Oct 2012
Posts: 61
Rep Power: 13
AmirBaqa1987 is on a distinguished road
Hi Dear eelcovv

my case is incompressible and laminar .
I have changed the wallHeatFluxIncompressible, I've compiled that but when I write wallHeatFluxIncompressible at terminal,terminal says:
Code:
Create mesh for time = 0

Time = 0
Reading wallHeatFluxDict



--> FOAM FATAL IO ERROR: 
cannot open file

file: /home/amir/Desktop/pipeNanoHeatSimpleFoam/constant/wallHeatFluxDict at line 0.

    From function regIOobject::readStream()
    in file db/regIOobject/regIOobjectRead.C at line 87.

FOAM exiting

can you help me please?
i've attached my wallHeatFluxIncompressible
thanks a lot.
Arjang
Attached Files
File Type: gz wallHeatFluxIncompressible.tar.gz (91.9 KB, 177 views)
AmirBaqa1987 is offline   Reply With Quote

Old   October 6, 2013, 11:08
Default
  #19
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Arjang,

OK, I found this thread, after answering to the PM you had sent me. At first, I was going to suggest that you read this thread: http://www.cfd-online.com/Forums/ope...ltiregion.html

But from that error message, it looks like you didn't notice two very important details:
  1. The error message is clearly telling you that this file is missing:
    Code:
    /home/amir/Desktop/pipeNanoHeatSimpleFoam/constant/wallHeatFluxDict
  2. Inside the package you've provided, the file "wallHeatFluxDict" exists inside it. Therefore, it's just a matter of copying it to where the previous message was telling you to copy it to.
Best regards,
Bruno
AmirBaqa1987 likes this.
__________________
wyldckat is offline   Reply With Quote

Old   October 8, 2013, 02:11
Default
  #20
Member
 
Arjang Behnoud
Join Date: Oct 2012
Posts: 61
Rep Power: 13
AmirBaqa1987 is on a distinguished road
Thanks Dear Bruno
AmirBaqa1987 is offline   Reply With Quote

Reply

Tags
incompressible, open foam, wallheatflux

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
how to create an internal fan for a multiRegion case? phsieh2005 OpenFOAM 0 February 2, 2012 16:32
wallHeatFlux utility in OpenFoam1.6 maruthamuthu_venkatraman OpenFOAM 29 October 3, 2011 10:43
thermal analysis - how to model internal fan? Pei-Ying Hsieh Main CFD Forum 6 March 20, 2008 10:35
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 12:24
flow simulation across a small fan jane luo Main CFD Forum 15 April 12, 2004 17:49


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