CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   How to apply variabe roughness, e.g. to complex terrain? (https://www.cfd-online.com/Forums/openfoam-solving/82559-how-apply-variabe-roughness-e-g-complex-terrain.html)

Fridolin November 29, 2010 16:23

How to apply variabe roughness, e.g. to complex terrain?
 
Hello,

I'm new to OpenFOAM and am trying to run wind simulations over complex terrain. I'm just working my way through simpleWindFoam and the turbineSiting tutorial. I understand that in 0/nut a constant roughness is applied to the complex terrain surface:

Code:

  "terrain_.*"
    {
        type            nutRoughWallFunction;
        Ks              0.2; //Ks = 20 Z0
        Cs              0.5;
        value          uniform 0.0;
    }

Now I would like to apply non-uniform roughness to the terrain. I understand I could set up several patches and apply BC type nutRoughWallFunction to all of them but with varying Ks and Cs. But is it also possible to define variable roughness pointwise, i.e. defining the BC type nutRoughWallFunction as above but set a non-uniform list for Ks and Cs?

NB: I had a look into nut in a later time directory, e.g. 50/nut and there it says:

Code:

  terrain_patch0
    {
        type            nutRoughWallFunction;
        Cmu            0.09;
        kappa          0.41;
        E              9.8;
        Cs              uniform 0.5;
        Ks              uniform 0.2;
        value          nonuniform List<scalar>
        [...]
    }

Cs (and Ks) being set to uniform 0.5 (and 0.2 respectively) suggests that it could also be set to a non-uniform list, i.e. roughness could be defined point-wise. However, I am not sure that doing this in 0/nut would make the nutRoughWallFunction "understand" what I want.

Any help greatly appreciated!!!

Thanks, Fridolin

johnblund February 22, 2011 07:02

Hi,

I am working on this issue now. My first thought was to apply different roughness to different patches, but this solution is not very flexible.

If anyone else have some info or hints on this issue, they will be appreciated

kind regards
John

hananfoam September 24, 2012 06:25

Did you ever reach a solution
 
Hello johnblund,
Have you ever reached a solution?
If so, can u share it?

Thanks,
Hanan.

p.s. - working on the same problem :)

Tian Jin August 12, 2020 15:09

Same question here. Have you ever solved it?


All times are GMT -4. The time now is 04:06.