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

rhoCentralFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 7, 2011, 23:47
Default rhoCentralFoam
  #1
Member
 
nsreddy
Join Date: Sep 2010
Posts: 40
Rep Power: 15
nsreddysrsit is on a distinguished road
hi openFoam users,
i have one question in the following file suppose i need to edit "Tadmor" scheme, where does this code is available for tadmor.
readFluxScheme.H
00001 word fluxScheme("Kurganov");
00002 if (mesh.schemesDict().readIfPresent("fluxScheme", fluxScheme))
00003 {
00004 if ((fluxScheme == "Tadmor") || (fluxScheme == "Kurganov"))
00005 {
00006 Info<< "fluxScheme: " << fluxScheme << endl;
00007 }
00008 else
00009 {
00010 FatalErrorIn
00011 (
00012 "rhoCentralFoam::readFluxScheme"
00013 ) << "fluxScheme: " << fluxScheme
00014 << " is not a valid choice. "
00015 << "Options are: Tadmor, Kurganov"
00016 << abort(FatalError);
00017 }
00018 }
thanking you,
nsreddy
nsreddysrsit 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
NACA0012 with rhoCentralFoam praveen OpenFOAM 17 July 5, 2018 05:49
rhoCentralFoam with totalPressure/totalTemperature at inlet of subsonic channel deepblue17 OpenFOAM Running, Solving & CFD 5 February 11, 2013 02:42
Viscous terms in rhoCentralFoam dohnie OpenFOAM Programming & Development 2 March 21, 2012 03:05
Question about rhoCentralFoam praveen OpenFOAM 0 April 24, 2011 02:09
Always crash when solve a C-D nozzle flow field using rhoCentralFoam hawklion OpenFOAM Running, Solving & CFD 0 March 9, 2011 06:13


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