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

Extract temperature over length

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

Like Tree2Likes
  • 1 Post By sudo_rm
  • 1 Post By Hr_kules

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 22, 2022, 08:56
Default Extract temperature over length
  #1
Senior Member
 
Nico
Join Date: Jan 2022
Location: Germany
Posts: 122
Rep Power: 6
Hr_kules is on a distinguished road
Hi,

is it possible to create an image like the attatched one with functions within the controldict? I would like to examine the temperature of two fluids seperated by a thin plate and want to see how the temperature changes over the length of the plate.

Thank you!
Attached Images
File Type: jpg example.jpg (30.8 KB, 18 views)
Hr_kules is offline   Reply With Quote

Old   August 1, 2022, 10:11
Default
  #2
New Member
 
Join Date: Jul 2022
Posts: 6
Rep Power: 3
sudo_rm is on a distinguished road
If you are interested in the temperature change over time on the plate you could just use a sample line ?

Code:
type            sets;
libs            ("libsampling.so");

writeControl    writeTime;
interpolationScheme cellPoint;
setFormat       raw;

fields (T);

sets
(
    sample1
    {
        type        lineUniform;
        axis        distance;
        start (x y z;
        end (x y z);
        nPoints 500;
    }
);
Hr_kules likes this.

Last edited by sudo_rm; August 2, 2022 at 05:01.
sudo_rm is offline   Reply With Quote

Old   August 8, 2022, 06:39
Default
  #3
Senior Member
 
Nico
Join Date: Jan 2022
Location: Germany
Posts: 122
Rep Power: 6
Hr_kules is on a distinguished road
Hey,


thank you, this is exactly what i need!
sudo_rm likes this.
Hr_kules 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
heat transfer coefficient value in floefd jason kid FloEFD, FloWorks & FloTHERM 10 October 16, 2016 17:55
Extract Temperature in a liquid piston compression model Ledeeb STAR-CCM+ 2 July 13, 2016 11:58
outlet temperature jigneshrohit99 FLUENT 1 March 25, 2016 14:26
Water subcooled boiling Attesz CFX 7 January 5, 2013 04:32
Inlet won't apply UDF and has temperature at 0K! tccruise Fluent UDF and Scheme Programming 2 September 14, 2012 07:08


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