|
[Sponsors] |
dsmcFoam+:Problems on setting time-varying BCs |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 16, 2024, 22:21 |
dsmcFoam+:Problems on setting time-varying BCs
|
#1 |
New Member
Zhang Tianyu
Join Date: Mar 2024
Posts: 1
Rep Power: 0 |
Hello,
I am currently working on a simulation using dsmcFoam+. I want the free inflow condition in my case to change over time. I have tried to use dsmcFreeStreamInflowFieldPatch and set the corresponding patch type to uniformFixedValue in the boundaryT, boundaryU, boundaryNumberDensity files (as shown below), but after running, although there was no error and these boundaryXXX files were correctly updated in time folders, the physical quantities on patches that should change over time are treated as steady in all time folders. I guess dsmcFreeStreamInflowFieldPatch cannot be applied to time-varying boundary conditions. Could someone kindly assist me in solving this problem? HTML Code:
boundaryField { patch1 { type uniformFixedValue; uniformValue tableFile; uniformValueCoeffs { file "myFileName"; } } } |
|
Tags |
dsmcfoam, dsmcfoam+, time-varying b.c. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
courant number increases to rather large values | 6863523 | OpenFOAM Running, Solving & CFD | 22 | July 6, 2023 00:48 |
Setting up Lid driven Cavity Benchmark with 1M cells for multiple cores | puneet336 | OpenFOAM Running, Solving & CFD | 11 | April 7, 2019 01:58 |
Floating point exception error | lpz_michele | OpenFOAM Running, Solving & CFD | 53 | October 19, 2015 03:50 |
simpleFoam error - "Floating point exception" | mbcx4jc2 | OpenFOAM Running, Solving & CFD | 12 | August 4, 2015 03:20 |
same geometry,structured and unstructured mesh,different behaviour. | sharonyue | OpenFOAM Running, Solving & CFD | 13 | January 2, 2013 23:40 |