|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
nsreddy
Join Date: Sep 2010
Posts: 40
Rep Power: 17 ![]() |
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 |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NACA0012 with rhoCentralFoam | praveen | OpenFOAM | 17 | July 5, 2018 06:49 |
| rhoCentralFoam with totalPressure/totalTemperature at inlet of subsonic channel | deepblue17 | OpenFOAM Running, Solving & CFD | 5 | February 11, 2013 03:42 |
| Viscous terms in rhoCentralFoam | dohnie | OpenFOAM Programming & Development | 2 | March 21, 2012 04:05 |
| Question about rhoCentralFoam | praveen | OpenFOAM | 0 | April 24, 2011 03:09 |
| Always crash when solve a C-D nozzle flow field using rhoCentralFoam | hawklion | OpenFOAM Running, Solving & CFD | 0 | March 9, 2011 07:13 |