CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

fvOptions doesn't work in solids

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

Like Tree1Likes
  • 1 Post By loook

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 8, 2015, 09:46
Default fvOptions doesn't work in solids
  #1
New Member
 
Cartuns11's Avatar
 
Join Date: May 2015
Location: Barcelona
Posts: 24
Rep Power: 10
Cartuns11 is on a distinguished road
Hi,

I have been working on a thermal simulation, and I need to define constant heat (W or W/m^3) inside a solid. I'm using fvOptions, I have followed the examples from others posts..... And, when I have defined a solid, fvOptions hasn't worked but when I have defined a fluid, it has worked correctly. Why?.... I don't know. May be, the problem would be a error code.... I'm using openfoam 2.3.0.

{
type scalarSemiImplicitSource;
active on;
selectMode all;

scalarSemiImplicitSourceCoeffs
{
volumeMode specific;
injectionRateSuSp
{
h (5e+09 0);
}
}
}


could anyone help me?

greetings
Cartuns11 is offline   Reply With Quote

Old   June 10, 2015, 04:02
Default
  #2
New Member
 
Lukasz
Join Date: Apr 2012
Posts: 10
Rep Power: 14
loook is on a distinguished road
Hi all,

I confirm, it does not work in solid. I tried to do this by adding source directly to the equation for solid in chtMultiRegionSimpleFoam, but then temperature rises to infinity.

regards
LK
loook is offline   Reply With Quote

Old   June 12, 2015, 05:59
Default
  #3
New Member
 
Cartuns11's Avatar
 
Join Date: May 2015
Location: Barcelona
Posts: 24
Rep Power: 10
Cartuns11 is on a distinguished road
hi loook,

I've achieved that heat source in solid works, but no how I want....
It works when I use chtMultiRegionFoam (no steadyState) and it doesn't work with chtMultiRegionSimpleFoam (steadyState).... I don't understand it and don't know why.

My heat source of fvOptions is a semiImplicitSource.

does anyone know the answer?

Thanks.
Cartuns11 is offline   Reply With Quote

Old   June 15, 2015, 04:28
Default
  #4
New Member
 
Lukasz
Join Date: Apr 2012
Posts: 10
Rep Power: 14
loook is on a distinguished road
Hi Cartuns11

I have managed to make it work using openFoam 2.4. I am using chtMultiRegionSimpleFoam with following fvoptions
Quote:
heatSource
{
type scalarSemiImplicitSource;
active on;
timeStart 0.;
duration 1e6;
selectionMode all;

scalarSemiImplicitSourceCoeffs
{
// volumeMode absolute; // Values are given as <quantity>
volumeMode specific; // Values are given as <quantity>/m3

injectionRateSuSp // Semi-implicit source term S(x) = S_u + S_p x
{
h (6.2e8 0);
}
}
}
Everything is working fine...
akidess likes this.
loook is offline   Reply With Quote

Old   June 15, 2015, 05:03
Default
  #5
New Member
 
Cartuns11's Avatar
 
Join Date: May 2015
Location: Barcelona
Posts: 24
Rep Power: 10
Cartuns11 is on a distinguished road
Thanks!
I'll do it!
Cartuns11 is offline   Reply With Quote

Old   June 17, 2015, 04:02
Default
  #6
New Member
 
Cartuns11's Avatar
 
Join Date: May 2015
Location: Barcelona
Posts: 24
Rep Power: 10
Cartuns11 is on a distinguished road
I've done it, and now, the heatsource (fvOptions) works inside solids.

Thanks!
Cartuns11 is offline   Reply With Quote

Reply

Tags
fvoptions, heat, thermal analysis

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
Adding fvOptions to turbulence model slottedLemon OpenFOAM Programming & Development 13 May 28, 2020 12:27
Companies that lease software & hardware for cloud-based work? Catthan ANSYS 0 June 18, 2014 10:53
Do all CFD analysts have to do some hands-on work except PhDs? e13drd Main CFD Forum 2 March 17, 2014 14:56
Why do the Plant library cases don't work? Alumna Phoenics 6 June 22, 2004 12:08
why my In-Form doesn't work? green Phoenics 2 May 27, 2004 21:03


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