|
[Sponsors] |
how to use different scheme in fvc::interpolate(TA) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 13, 2021, 23:44 |
how to use different scheme in fvc::interpolate(TA)
|
#1 |
Senior Member
|
hello:
I want to set the interpolation scheme bu the function fvc::interpolate(TA, "upwind") fvc::interpolate(TA, "linear") but it seems the scheme name in the " " has no effects on the implementation. I changed the scheme name to an arbitray word, it still can run. fvc::interpolate(TA, "upwindasdfasdf") Could ou please give me some suggestions. |
|
June 14, 2021, 00:44 |
Investigate using debug switches
|
#2 |
Member
Rahul Vadrabade
Join Date: Apr 2018
Posts: 46
Rep Power: 8 |
Hi,
Probably you can investigate by switching on few debug switches. foamInstallationDir/etc/controlDict lists all relevant switches which can be toggled as per requirement to get more information while running application. Find surfaceInterpolation keyword and set it to 1 in above controlDict or copy locally to case folder. It should give more clarity than nothing. Thanks |
|
June 14, 2021, 00:46 |
|
#3 | |
Senior Member
|
Quote:
|
||
June 14, 2021, 01:24 |
How to use debug switches within application?
|
#4 |
Member
Rahul Vadrabade
Join Date: Apr 2018
Posts: 46
Rep Power: 8 |
Hi,
Very nice approach. However, could you let me know how can debug switches be toggled within application without using controlDict? Also, I recommend to have practice of share the solution to asked question, whenever you find the answer. It will help yourself as well as community. Thanks |
|
June 14, 2021, 11:12 |
|
#5 | |
New Member
Join Date: May 2019
Posts: 16
Rep Power: 7 |
Quote:
Hello, as far as i remember the word in " " is just a keyword, not a scheme name. You need to specify an interpolation scheme for this keyword in fvSchemes. For example: Code:
interpolationSchemes { [...] upwindasdfasdf upwind; } |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to understand high resolution scheme and high order scheme | iilw1314 | Main CFD Forum | 7 | April 12, 2022 13:29 |
Error: Out of scheme heap space | SSG_NJ | FLUENT | 2 | July 24, 2021 07:31 |
Crank Nicolson scheme implemented wrong? | rajibroy | OpenFOAM Programming & Development | 10 | May 5, 2020 10:57 |
can you tell me best gradient, pressure & momentum order selection in fluent | sanjiiv | FLUENT | 6 | February 14, 2020 07:07 |
2nd order upwind scheme (Fluent and CFX) | Far | FLUENT | 0 | May 22, 2011 02:50 |