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

    qr

    03/05/2022, 1:39 PM
    No promises
  • u

    ⵣAryazⵣ

    03/05/2022, 1:39 PM
    Do I need to change that too for U and other fields?
  • q

    qr

    03/05/2022, 1:41 PM
    Idk you could strategize. I never selectively did it so I don't really know. It might even be redundant to set such low residuals. This is just something I found that keeps my transient residuals well behaved.
  • u

    ⵣAryazⵣ

    03/05/2022, 1:42 PM
    Thank you 🙂
  • q

    qr

    03/05/2022, 1:42 PM
    If it still keeps exploding, it could be the model. You could try a different variant (just for diagnosis) unless there is a specific reason for choosing RNG.
  • u

    ⵣAryazⵣ

    03/05/2022, 1:42 PM
    I will run the case
  • u

    ⵣAryazⵣ

    03/05/2022, 1:43 PM
    Yes, if it keep blowing up I will switch to Realizeable
  • u

    ⵣAryazⵣ

    03/07/2022, 7:31 PM
    @User: The simulation run and completed successfuly!
  • u

    ⵣAryazⵣ

    03/07/2022, 7:32 PM
    Again, Thank you very much!
  • q

    qr

    03/08/2022, 12:07 PM
    Glad I could help. Just for the sake of closure, we used a parallel compliant preconditioner and made tighter tolerance on the algebraic solvers. Am I correct to say these fixed your issues with 2nd order interpolation of turbulence? Also, what does your comparison with the other variations suggest, are they comparable? Or is there a definite winner?
  • u

    ⵣAryazⵣ

    03/08/2022, 12:11 PM
    Yes, you're right, I have also used tighter tolerance for the other equations (U, k, epsilon)
  • u

    ⵣAryazⵣ

    03/08/2022, 12:12 PM
    I have run the case using the RNG variant only because I have already used other turbulence models (Spalart-Allmaras, SST k-Omega, etc.)
  • u

    ⵣAryazⵣ

    03/08/2022, 12:15 PM
    To sum up, here are the settings I used in
    fvSolution
    file (before and after):
  • u

    ⵣAryazⵣ

    03/08/2022, 12:16 PM
    from t = 0 to t = 2.4s the simulation was run only with 1st order schemes of k and espilon
  • u

    ⵣAryazⵣ

    03/08/2022, 12:16 PM
  • u

    ⵣAryazⵣ

    03/08/2022, 12:18 PM
    I could run the case with other variants of k-epsilon but unfortunately due to some technical limitation it's not possible right now
  • u

    ⵣAryazⵣ

    03/08/2022, 12:19 PM
    I have unlimited storage but the quota limits the maximum number of files to 1M which could be easily reached after 1-2 hours when running open with 2nd order schemes
  • q

    qr

    03/08/2022, 12:22 PM
    It's alright. BTW, you could use purgeWrite if you don't want to save all intermediate files..
  • u

    ⵣAryazⵣ

    03/08/2022, 12:23 PM
    Yes, I have used from t=0 to t=2.4
  • u

    ⵣAryazⵣ

    03/08/2022, 12:25 PM
    But for t>2.4 up to t=2.55 I need to save the results every 1 degree of rotation (corresponding to saving every 1e-4 seconds)
  • u

    ⵣAryazⵣ

    03/08/2022, 12:26 PM
    I know about other solution such as using a much larger writeInterval in the
    controlDict
    file and using writeObject function object to save only some specific fields
  • u

    ⵣAryazⵣ

    03/08/2022, 12:27 PM
    Another approach is to hook a bash script to the solver using systemCall function object to remove the intermediate files. But this could slow down the simulation.
  • q

    qr

    03/08/2022, 12:28 PM
    This looks like a good approach
  • u

    ⵣAryazⵣ

    03/08/2022, 12:59 PM
    Another question, I forgot to ask about the k-epsilon model implementation in OpenFOAM
  • u

    ⵣAryazⵣ

    03/08/2022, 1:00 PM
    I know that the model itself is a High-Re model
  • u

    ⵣAryazⵣ

    03/08/2022, 1:00 PM
    but the
    epsilonWallFunction
    has low-Re corrections
  • u

    ⵣAryazⵣ

    03/08/2022, 1:01 PM
    Does that mean the model can be used with resolved viscous sublayer?
  • q

    qr

    03/08/2022, 8:21 PM
    I have never used it but I think that's the idea: to integrate all the way upto the wall, with the use of low Re corrections and fine mesh. I am not sure whether "resolve" is the right word to use though.
  • p

    Pizza

    03/11/2022, 12:00 AM
    Hi I am facing an issue when comparing two different models the RNG and BSLRSM predicting vortices performances. There are two vortices involved in a high swirling flow and somehow the RNG model is showing a better trend than the BSLRSM model. ( My investigation is aiming at the RANS applicability thus eliminating the LES and DNS option) . Would anyone mind to give a second thought?
  • q

    qr

    03/11/2022, 7:02 AM
    Do you mean RNG kEpsilon?
1...272829...52Latest