You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am a graduate student 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 starting to run, although there is no error, the patches that should change over time are treated as uniform type in all time folders except the 0 folder. I guess dsmcFreeStreamInflowFieldPatch cannot be applied to time-varying boundary conditions. Could someone kindly assist me in solving this problem?
After several attempts, based on the files such as boundaryU in the time folders of my case, it appears that the setting of uniformFixedValue has been correctly read, but it has not actually been applied to the values of physical quantities on boundaries. Currently, it seems that dsmcFoam+ selects a value from a specific time (usually the first moment) in the tableFile and assigns it to the boundary, and then proceeds just like a steady-state calculations.
Hello,
I am a graduate student 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 touniformFixedValue
in the boundaryT, boundaryU, boundaryNumberDensity files (as shown below), but after starting to run, although there is no error, the patches that should change over time are treated asuniform
type in all time folders except the 0 folder. I guessdsmcFreeStreamInflowFieldPatch
cannot be applied to time-varying boundary conditions. Could someone kindly assist me in solving this problem?Thank you for your time.
The text was updated successfully, but these errors were encountered: