[Gmsh] Maillage couche limite
Jean-François Remacle
jean-francois.remacle at uclouvain.be
Sat Jun 29 12:03:50 CEST 2013
Le 28 juin 2013 à 10:33, pierre.dulieu at gdfsuez.com a écrit :
> Bonjour,
>
> J’aimerais mailler une couche limite en gmsh dans un maillage non structuré.
> Je commence par un exemple basique d’un cube dans lequel je veux faire une couche limite sur une des faces (voir input ci-dessous).
> Le raffinement tangentiel à la face se produit bien, mais pas le raffinement normal que j’impose à 0.02.
> Pourriez-vous m’indiquer ce qui n’est pas correct dans cet exercice ?
Les couches limites en 3D ne sont pas encore disponibles. J'y travaille très fort et je vous tiens au courant quand
une version beta sera disponible
JFR
>
> Merci,
>
> Pierre DULIEU
> Design Engineer - Modelisation & Calculations
> Nuclear Department
>
> <image001.gif>
>
> TRACTEBEL ENGINEERING (GDF SUEZ)
> Avenue Ariane 7 - 1200 Brussels - BELGIUM
> tel. +32 2 773 81 73 - fax +32 2 773 00 00
> mob. +32 473 74 96 16
> pierre.dulieu at gdfsuez.com
> www.engineering-gdfsuez.com
>
> <image002.png> <image003.png> <image004.png>
>
> VAT BE 0412 639 681 RPR/RPM Brussels
>
> Before printing – think environment
>
>
>
> // -- Définition de la géométrie
> Point(1) = {0,0,0,0.2};
> Point(2) = {1,0,0,0.2};
> Point(3) = {0,1,0,0.2};
> Point(4) = {1,1,0,0.2};
> Line(1) = {3, 4};
> Line(2) = {4, 2};
> Line(3) = {2, 1};
> Line(4) = {1, 3};
> Line Loop(5) = {1, 2, 3, 4};
> Plane Surface(6) = {5};
> Extrude {0, 0, 1} {
> Surface{6};
> }
>
> // -- Couche limite
> Field[3] = BoundaryLayer;
> Field[3].NodesList = {1,2,3,4};
> Field[3].EdgesList = {1,2,3,4};
> Field[3].FacesList = {6};
> Field[3].hwall_n = 0.02;
> Field[3].hwall_t = 0.1;
> Field[3].hfar = 0.2;
> Field[3].ratio = 1.1;
> Field[3].thickness = 0.2;
>
>
> // -- Background Field
> // -------------------
> Field[10] = Min;
> Field[10].FieldsList = {3};
> Background Field = 10;
>
>
> GDF SUEZ Mail Disclaimer: http://www.gdfsuez.com/disclaimer/disclaimer-fr.html
>
>
> _______________________________________________
> gmsh mailing list
> gmsh at geuz.org
> http://www.geuz.org/mailman/listinfo/gmsh
------------------------------------------------------------------
Prof. Jean-Francois Remacle
Universite catholique de Louvain (UCL)
Ecole Polytechnique de Louvain (EPL) - Louvain School of Engineering
Institute of Mechanics, Materials and Civil Engineering (iMMC)
Center for Systems Engineering and Applied Mechanics (CESAME)
Tel : +32-10-472352 -- Mobile : +32-473-909930
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20130629/7cff50e0/attachment.html>