Re: [pyfrmailinglist] Re: Multi-GPU per node node runs with PyFR

2017-02-28 Thread Brian Vermeire
o unsubscribe from this group and stop receiving emails from it, send an > email to pyfrmailinglist+unsubscr...@googlegroups.com. > To post to this group, send email to pyfrmailinglist@googlegroups.com. > Visit this group at https://groups.google.com/group/pyfrmailinglist. > For more op

Re: [pyfrmailinglist] Turbulence model in PyFR

2017-03-29 Thread Brian Vermeire
.@googlegroups.com. > To post to this group, send email to pyfrmailinglist@googlegroups.com. > Visit this group at https://groups.google.com/group/pyfrmailinglist. > For more options, visit https://groups.google.com/d/optout. > -- Dr. Brian Vermeire BESc MESc PhD Postdoctoral Scholar Department o

[pyfrmailinglist] Re: curved elements generation

2018-05-17 Thread Brian Vermeire
Hi Vishal, In Gmsh after building the mesh you just click the "set order 2" option and it will convert the elements from linear to quadratic. After this you need to make sure none of the curved elements are self intersecting by inspecting the mesh. Thanks, On Thursday, 17 May 2018 07:02:36

Re: [pyfrmailinglist] Re: taylor-green vortex problem

2018-05-01 Thread Brian Vermeire
results are plotted > (if it exists). > > Thanks again for reference [2]. It certainly is useful. > > Best regards, > Vishal > > > On Mon, Apr 30, 2018 at 10:55 PM, Brian Vermeire <vermeir...@gmail.com > > wrote: > >> Hi Vishal, >> >

[pyfrmailinglist] Re: taylor-green vortex problem

2018-04-30 Thread Brian Vermeire
Hi Vishal, Yes this behaviour is expected and has been reported by other DG and FR research groups . As you coarsen the mesh while keeping the Reynolds number constant you are relying more on numerical dissipation to dissipate energy, rather than physical dissipation. If the mesh is extremely

[pyfrmailinglist] Re: on the mesh generation for the LES simulation with PyFR

2019-09-03 Thread Brian Vermeire
Hi Jianguo, I can try to help with your first two questions. 1) As mentioned by Junting the first thing to do when generating the 3D airfoil mesh is to start by generating a nice 2D mesh. You then extrude in the spanwise direction. For the initial 2D mesh you can build some structured mesh

[pyfrmailinglist] Re: Changing mesh size factor

2019-10-06 Thread Brian Vermeire
Hi Mahmood, It sounds like what you are trying to do is not a valid way to use gmsh. As far as I am aware, you cannot re-mesh a .msh file like that since the .msh file does not contain the geometry, that is contained in the .geo file. You need to have the .geo file that defines the geometry,

[pyfrmailinglist] Re: mesh with prism layer for 3D external flow

2020-04-30 Thread Brian Vermeire
Hi Junting, You should be able to make a prism layer in gmsh by creating a triangular surface mesh on your object, and then using transfinite line/volume to stretch this outwards into a volume of prisms coming off of the surface. This is a bit difficult to explain here, but you can see an