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

looking for explanation of v2012 simpleCar tutorial

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 21, 2021, 13:42
Default looking for explanation of v2012 simpleCar tutorial
  #1
Senior Member
 
Alan w
Join Date: Feb 2021
Posts: 260
Rep Power: 6
boffin5 is on a distinguished road
Hi,
Currently I am trying to learn how to simulate airflow through car radiators. There is a tutorial in v2012 called simpleCar which addresses this. btw, I previously posted a thread, "trouble running simpleCar case" which referred to one of the issues. But what I really need is an explanation of the methodology and parameters that are associated with defining a heat exchanger, as used in this tutorial.


For example, one of my questions regards the definition of the 'airIntake'. I have attached a powerpoint file that shows an image from paraView. It shows how a small portion of the radiator ducting has been captured by a box, and is assigned a face name, 'airIntake'. Why only a small part of the ducting, and does it matter which part of the ducting it comes from? Is 'airIntake' hard coded terminology, or could it be called 'ducting'?


Another one regards the intake definition in 0/U, which follows:

Code:
dimensions      [0 1 -1 0 0 0 0];

internalField   uniform (10 0 0);

// Surface normal with time ramping
intakeType1
{
    type            surfaceNormalFixedValue;
    refValue        uniform 1.2;
    ramp            table ((0 0) (10 1));
}

// Uniform surface normal with Function1 for ramping
intakeType2
{
    type            uniformNormalFixedValue;
    uniformValue    table ((0 0) (10 1.2));
}

// Uniform surface normal with time ramping
intakeType3
{
    // Or directly with uniform value (ramping also possible)
    type            uniformNormalFixedValue;
    uniformValue    constant 1.2;
    ramp            table ((0 0) (10 1));
}
Honestly, this is all indecipherable to me at this point.


If anyone is familiar with this tutorial and/or simulating airflow through heat exchangers, I would appreciate some help/directions to an information source.
Attached Files
File Type: pptx simpleCar-ppt.pptx (50.3 KB, 4 views)
boffin5 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
tutorial files KITetima FLUENT 8 November 23, 2019 16:05
AMI - Propeller Tutorial diverging kingmaker OpenFOAM Running, Solving & CFD 2 November 4, 2016 02:57
STAR-CD Tutorial shekhar aryal STAR-CD 4 March 22, 2010 03:25
CFD-ACE Tutorial for Serpentine Fuel cell Channel Taqi Main CFD Forum 0 April 13, 2008 13:12
Rotor/stator tutorial, and how to... gilberto CFX 5 January 21, 2002 09:41


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