|
[Sponsors] |
which tutorial can find that include Riemann boundary condition? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 19, 2013, 14:08 |
which tutorial can find that include Riemann boundary condition?
|
#1 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
I found this in:http://www.cfd-online.com/Forums/ope...tml#post369961
Code:
Riemann { secondOrder no; // activate 2nd order extensions multidimLimiter yes; // Switch between 1D and mutliD limiters epsilon 5; // VK constant limiterName vanAlbadaSlope; // vanAlbadaSlope, MinmodSlope, vanLeerSlope } is there this BC in OF? |
|
April 19, 2013, 18:55 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Ehsan,
From what I managed to find out, you're probably out of luck, because the code needed is still off-line, due to ANSYS' behaviour against the Extend project... Here's what I found out:
Bruno
__________________
|
||
April 20, 2013, 06:28 |
|
#3 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
what a brilliant step by step search!
thanks for resources. I only want to know how Riemann invarient boundary condition is performed in the code and I don't need to execute it directly.in fact I want to write it (by modification I need because it should change with time) in groovyBC. really say I have found and have written a riemann BC I found in an help file of a software in groovyBC but I want to be certain that its correct and its the same that is used in OpenFOAM. then its sufficient to me to have a text code of this BC.(.C and .H) can it be found out of the executive code? and also where can I find current workshops repository?in openfoamwiki.net? Last edited by immortality; April 20, 2013 at 14:42. |
|
April 20, 2013, 14:36 |
|
#4 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Like I said, the source code for it is currently offline.
Quote:
But I know there's an official one somewhere... check the news sub-forum for the OFW7 workshop and you should be able to find the official link.
__________________
|
||
May 2, 2013, 17:27 |
|
#5 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Ehsan,
DensityBasedTurbo is now available: http://www.cfd-online.com/Forums/ope...tml#post424809 - post #2 Best regards, Bruno
__________________
|
|
May 3, 2013, 08:47 |
|
#6 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
hi
I have forgot how to download it!
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King. To Be or Not To Be,Thats the Question! The Only Stupid Question Is the One that Goes Unasked. |
|
May 3, 2013, 12:55 |
|
#7 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
__________________
|
|
May 3, 2013, 14:36 |
|
#8 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
but it has the same issue it had with first calcMassFlow and specificHeat you modified later(basicThermo)
could you please tell me how resolve it? Code:
Making dependency list for source file transonicMRFDyMFoam.C could not open file basicPsiThermo.H for source file transonicMRFDyMFoam.C could not open file MRFZones.H for source file transonicMRFDyMFoam.C could not open file dynamicFvMesh.H for source file transonicMRFDyMFoam.C could not open file createDynamicFvMesh.H for source file transonicMRFDyMFoam.C SOURCE=transonicMRFDyMFoam.C ; g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3 -DNoRepository -ftemplate-depth-100 -I../godunovFlux -I../timeStepping/localTimeStep -I/opt/openfoam220/src/finiteVolume/lnInclude -I/opt/openfoam220/src/thermophysicalModels/specie/lnInclude -I/opt/openfoam220/src/thermophysicalModels/basic/lnInclude -I/opt/openfoam220/src/turbulenceModels/compressible/turbulenceModel/lnInclude -I/opt/openfoam220/src/dynamicMesh/dynamicFvMesh/lnInclude -I/opt/openfoam220/src/dynamicMesh/dynamicMesh/lnInclude -I/opt/openfoam220/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam220/src/OpenFOAM/lnInclude -I/opt/openfoam220/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPOpt/transonicMRFDyMFoam.o transonicMRFDyMFoam.C:52:28: fatal error: basicPsiThermo.H: No such file or directory compilation terminated. make: *** [Make/linux64GccDPOpt/transonicMRFDyMFoam.o] Error 1 Making dependency list for source file transonicMRFCHTDyMFoam.C could not open file basicPsiThermo.H for source file transonicMRFCHTDyMFoam.C could not open file MRFZones.H for source file transonicMRFCHTDyMFoam.C could not open file dynamicFvMesh.H for source file transonicMRFCHTDyMFoam.C could not open file createDynamicFvMesh.H for source file transonicMRFCHTDyMFoam.C SOURCE=transonicMRFCHTDyMFoam.C ; g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3 -DNoRepository -ftemplate-depth-100 -I../godunovFlux -I../timeStepping/localTimeStep -I../transonicMRFDyMFoam -I/opt/openfoam220/src/finiteVolume/lnInclude -I/opt/openfoam220/src/thermophysicalModels/specie/lnInclude -I/opt/openfoam220/src/thermophysicalModels/basic/lnInclude -I/opt/openfoam220/src/turbulenceModels/compressible/turbulenceModel/lnInclude -I/opt/openfoam220/src/dynamicMesh/dynamicFvMesh/lnInclude -I/opt/openfoam220/src/dynamicMesh/dynamicMesh/lnInclude -I/opt/openfoam220/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam220/src/OpenFOAM/lnInclude -I/opt/openfoam220/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPOpt/transonicMRFCHTDyMFoam.o transonicMRFCHTDyMFoam.C:46:28: fatal error: basicPsiThermo.H: No such file or directory compilation terminated. make: *** [Make/linux64GccDPOpt/transonicMRFCHTDyMFoam.o] Error 1 Making dependency list for source file tractionDisplacement/tractionDisplacementFvPatchVectorField.C could not open file directMappedPatchBase.H for source file tractionDisplacement/tractionDisplacementFvPatchVectorField.C Making dependency list for source file transonicMRFFSIDyMFoam.C could not open file basicPsiThermo.H for source file transonicMRFFSIDyMFoam.C could not open file MRFZones.H for source file transonicMRFFSIDyMFoam.C could not open file dynamicFvMesh.H for source file transonicMRFFSIDyMFoam.C could not open file tetFemMatrices.H for source file transonicMRFFSIDyMFoam.C could not open file tetPointFields.H for source file transonicMRFFSIDyMFoam.C could not open file faceTetPolyPatch.H for source file transonicMRFFSIDyMFoam.C could not open file tetPolyPatchInterpolation.H for source file transonicMRFFSIDyMFoam.C could not open file fixedValueTetPolyPatchFields.H for source file transonicMRFFSIDyMFoam.C could not open file createDynamicFvMesh.H for source file transonicMRFFSIDyMFoam.C SOURCE=tractionDisplacement/tractionDisplacementFvPatchVectorField.C ; g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3 -DNoRepository -ftemplate-depth-100 -I../godunovFlux/ -I../timeStepping/localTimeStep -I../transonicMRFDyMFoam -I../transonicMRFCHTDyMFoam -I/opt/openfoam220/src/finiteVolume/lnInclude -I/opt/openfoam220/src/thermophysicalModels/specie/lnInclude -I/opt/openfoam220/src/thermophysicalModels/basic/lnInclude -I/opt/openfoam220/src/turbulenceModels/compressible/turbulenceModel/lnInclude -I/opt/openfoam220/src/dynamicMesh/dynamicFvMesh/lnInclude -I/opt/openfoam220/src/dynamicMesh/dynamicMesh/lnInclude -I/opt/openfoam220/src/meshTools/lnInclude -I/opt/openfoam220/src/tetDecompositionFiniteElement/lnInclude -I/opt/openfoam220/src/tetDecompositionMotionSolver/lnInclude -IlnInclude -I. -I/opt/openfoam220/src/OpenFOAM/lnInclude -I/opt/openfoam220/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPOpt/tractionDisplacementFvPatchVectorField.o tractionDisplacement/tractionDisplacementFvPatchVectorField.C:30:35: fatal error: directMappedPatchBase.H: No such file or directory compilation terminated. make: *** [Make/linux64GccDPOpt/tractionDisplacementFvPatchVectorField.o] Error 1 Making dependency list for source file transonicSteadySRFFoam.C could not open file basicPsiThermo.H for source file transonicSteadySRFFoam.C SOURCE=transonicSteadySRFFoam.C ; g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3 -DNoRepository -ftemplate-depth-100 -I../godunovFlux -I../timeStepping/localTimeStep -I../transonicMRFDyMFoam -I/opt/openfoam220/src/finiteVolume/lnInclude -I/opt/openfoam220/src/thermophysicalModels/specie/lnInclude -I/opt/openfoam220/src/thermophysicalModels/basic/lnInclude -I/opt/openfoam220/src/turbulenceModels/compressible/turbulenceModel/lnInclude -I/opt/openfoam220/src/dynamicMesh/dynamicFvMesh/lnInclude -I/opt/openfoam220/src/dynamicMesh/dynamicMesh/lnInclude -I/opt/openfoam220/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam220/src/OpenFOAM/lnInclude -I/opt/openfoam220/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPOpt/transonicSteadySRFFoam.o transonicSteadySRFFoam.C:37:28: fatal error: basicPsiThermo.H: No such file or directory compilation terminated. make: *** [Make/linux64GccDPOpt/transonicSteadySRFFoam.o] Error 1 Making dependency list for source file transonicUnsteadyMRFDyMFoam.C could not open file basicPsiThermo.H for source file transonicUnsteadyMRFDyMFoam.C could not open file MRFZones.H for source file transonicUnsteadyMRFDyMFoam.C could not open file dynamicFvMesh.H for source file transonicUnsteadyMRFDyMFoam.C could not open file createDynamicFvMesh.H for source file transonicUnsteadyMRFDyMFoam.C SOURCE=transonicUnsteadyMRFDyMFoam.C ; g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3 -DNoRepository -ftemplate-depth-100 -I../godunovFlux -I../timeStepping/localTimeStep -I../transonicMRFDyMFoam -I/opt/openfoam220/src/finiteVolume/lnInclude -I/opt/openfoam220/src/thermophysicalModels/specie/lnInclude -I/opt/openfoam220/src/thermophysicalModels/basic/lnInclude -I/opt/openfoam220/src/turbulenceModels/compressible/turbulenceModel/lnInclude -I/opt/openfoam220/src/dynamicMesh/dynamicFvMesh/lnInclude -I/opt/openfoam220/src/dynamicMesh/dynamicMesh/lnInclude -I/opt/openfoam220/src/meshTools/lnInclude -IlnInclude -I. -I/opt/openfoam220/src/OpenFOAM/lnInclude -I/opt/openfoam220/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPOpt/transonicUnsteadyMRFDyMFoam.o transonicUnsteadyMRFDyMFoam.C:61:28: fatal error: basicPsiThermo.H: No such file or directory compilation terminated. make: *** [Make/linux64GccDPOpt/transonicUnsteadyMRFDyMFoam.o] Error 1
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King. To Be or Not To Be,Thats the Question! The Only Stupid Question Is the One that Goes Unasked. Last edited by immortality; May 3, 2013 at 16:10. |
|
May 3, 2013, 14:57 |
|
#9 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Why do you want to run it? You wrote this in a previous post:
Quote:
If I'm not mistaken, the source code was designed to work with OpenFOAM 1.6-ext. Upgrading it to OpenFOAM 2.2 is something that should be author(s) of the source code to do, given the complexity of having to go from 1.6-ext to 2.2!
__________________
|
||
May 3, 2013, 16:12 |
|
#10 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
ok.yes that can be useful and enough.
but the 1.6ext has been free to download now?
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King. To Be or Not To Be,Thats the Question! The Only Stupid Question Is the One that Goes Unasked. |
|
May 3, 2013, 16:17 |
|
#11 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Not yet. But there are mirrors:
Quote:
__________________
|
||
May 3, 2013, 18:46 |
|
#12 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
hi
I can't find riemann BC in the files.where are they?!
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King. To Be or Not To Be,Thats the Question! The Only Stupid Question Is the One that Goes Unasked. |
|
May 3, 2013, 19:21 |
|
#13 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
I got plenty of hits by running inside the folder:
Code:
grep -Ri "Riemann" *
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FLUENT Periodic Boundary Condition SOLVED + TUTORIAL | Peter023 | FLUENT | 55 | July 11, 2020 07:40 |
hotRoom tutorial with atmosphere boundary condition | Toorop | OpenFOAM Running, Solving & CFD | 8 | October 22, 2019 06:49 |
critical error during installation of openfoam | Fabio88 | OpenFOAM Installation | 21 | June 2, 2010 04:01 |
InletOutlet boundary condition in motorBike tutorial | madad2005 | OpenFOAM | 2 | November 27, 2009 09:15 |
Riemann Boundary Condition | Mikhail | CFX | 1 | March 9, 2005 22:49 |