https://linen.dev logo
Join Discord
Powered by
# les-ras
  • t

    t_bo99

    03/12/2023, 9:51 PM
    At which Re number its considered turbulent? So, the Re number is in the range where the vortex shedding happening, but this is probably for a smooth surface right? Numerically speaking, the surface of the contour of the model is smooth rigth now, which I can compare with this image. But, I assume that if the surface of the contour has roughness, this result could be different?
  • k

    kandelabr

    03/12/2023, 9:55 PM
    Nope
  • g

    goodfellow6148

    03/20/2023, 1:05 PM
    I am having such bounding errors, should I get worried and reduce relaxation? I already use 1st order upwinding with gradient limiters. (Resolved k-omega-sst. I set k as 1e-15 at walls. Could this be the culprit, maybe I should set it to something even smaller?)
    Copy code
    bounding k, min: 4.28442e-16 max: 2.03794 average: 0.00614192
    bounding k, min: -4.05643e-11 max: 2.03743 average: 0.00617002
  • s

    shivanandvp

    03/26/2023, 4:42 PM
    What is the normal run time of a simulation for pipe flow in pimplefoam?
  • s

    shivanandvp

    03/26/2023, 4:43 PM
    Is it close to an hour, or between an hour to a day, or between a day to a week, or between a week to a year?
  • s

    shivanandvp

    03/26/2023, 4:43 PM
    I know it depends on mesh refinement, but I want a crude estimate of what you consider as acceptable run time
  • s

    shivanandvp

    03/26/2023, 4:44 PM
    I have an i7 Intel CPU with 16GB RAM
  • k

    kandelabr

    03/26/2023, 4:53 PM
    how many cells?
  • k

    kandelabr

    03/26/2023, 4:53 PM
    steady state or transient?
  • q

    qr

    03/26/2023, 4:55 PM
    About 2 years should be enough I'd say, to get a proper fully developed profile. /s
  • q

    qr

    03/26/2023, 4:55 PM
    Using a fully transient sim, obviously
  • k

    kandelabr

    03/26/2023, 4:56 PM
    100M cells
  • s

    shivanandvp

    03/26/2023, 5:38 PM
    pimplefoam whenever steady state can be reached
  • k

    kandelabr

    03/26/2023, 5:38 PM
    it's hard to answer question like that, it depends on a million other factors
  • k

    kandelabr

    03/26/2023, 5:39 PM
    mesh size and quality, boundary conditions, physics modeles, solvers and schemes used, ...
  • s

    shivanandvp

    03/26/2023, 5:40 PM
    Let me change my question. In practice if you were to set up a case for pipe flow with an 8mm diameter pipe that is 15cm long, are you going to give up the pimplefoam run after an hour, after a day, after a week, or after a year
  • k

    kandelabr

    03/26/2023, 5:40 PM
    of all million things that this answer depends on, physical size ISN'T the one
  • k

    kandelabr

    03/26/2023, 5:41 PM
    monitor your quantity of interest or residuals
  • s

    shivanandvp

    03/26/2023, 5:41 PM
    I meant you'd choose your cell size
  • k

    kandelabr

    03/26/2023, 5:41 PM
    when QOI stops changing, you're done
  • k

    kandelabr

    03/26/2023, 5:41 PM
    residuals must be below , like 1e-6...1e-10, again depends on the problem
  • j

    J4NN3Sā„¢

    03/26/2023, 9:28 PM
    I heard running with ddr5 is 2 times faster, so that will save a year!
  • t

    t_bo99

    03/29/2023, 2:39 AM
    I got some questions regarding the constant values in the Smagorinsky turbulence model. I've noticed that the orginal formulation for nuSgs is the eq. 12, but openfoam use nuSgs at eq. 11. So, the constant Cs is fonction of Ck and Ce shown in eq. 13. It seems that the constant Ce is from the balance between the subgrid scale energy production and dissipation (eq. 5). So, why this doesn't seems to be present in the original formulation? And finally, what is your method to find Ck and Ce in order to calibrate Cs? Thank for your help.
  • u

    ._not_harry_potter_.

    04/13/2023, 4:30 PM
    Is it possible to prescribe turbulent fluctuations (like with turbulentInlet) when using flowRateInletVelocity BC? My inlets and outlets are not oriented along any axes, and I'd preferably prescribe the inlet with a volume flow rate.... Couldn't figure how to do that with the turbulentInlet BC as I only found options to provide velocity components along xyz. Any suggestions are appreciated šŸ™ Thanks!
  • t

    t_bo99

    04/13/2023, 5:16 PM
    I don't know if its what you looking for or encounter this type of Inlet condition before, but if not, I think its worth to take a look. https://www.openfoam.com/documentation/guides/latest/doc/guide-bcs-inlet-velocity-dfm-fsm.html https://www.openfoam.com/documentation/guides/latest/api/classFoam_1_1turbulentDFSEMInletFvPatchVectorField.html
  • u

    ._not_harry_potter_.

    04/14/2023, 12:25 AM
    Thanks for this!! This also seems to have only have options to prescribe velocity in terms of velocity and xyz components, but not as flow rate normal to the selected patch if I understand it correctly.... The problem with using this for my case is that my inlet can't be along coordinate planes, so it is difficult to prescribe components
  • t

    t_bo99

    04/14/2023, 1:00 AM
    Did you saw this one? https://www.openfoam.com/documentation/guides/latest/doc/guide-bcs-inlet-flow-rate-inlet.html
  • s

    slopezcastano

    04/14/2023, 10:54 AM
    My suggestion is to create a bodyforce which is active only in the region near the outlet. The bodyforce can be a randomly geenrated force
  • u

    ._not_harry_potter_.

    04/14/2023, 7:21 PM
    Yes, that's what I'm finally using.... Although this BC allows to prescribe flow normal to the patch, it wasn't possible to add turbulent intensity or fluctuations, like it was possible with the other BC
  • u

    ._not_harry_potter_.

    04/14/2023, 7:23 PM
    I suppose the only option is to create a small volume ahead of current inlet such that the velocity inlet patch's normal is along one of the coordinate axes and then use the turbulent inlet BC you mentioned earlier
1...4849505152Latest