As far as I know, there is no slide mesh function per say; however, deal.ii
does have a rotate mesh function which is pretty straightforward to use.
Presumably if you apply a cylindrical mesh in the airgap with a known
number of uniform segments, you can rotate the mesh by an angle
corresponding to the number of segments and the nodes will always match up.
In my experience, generating this type of mesh is very difficult from
within Deal.ii itself, but presumably you can get this mesh from an
external program, I would think it would be straight forward. I am
attempting to create a geometry with slide mesh as well.

On Wed, Jun 12, 2019 at 7:22 PM Bruno Blais <[email protected]> wrote:

> Hello everyone,
> As some of you might know, sliding mesh approaches are generally used in
> CFD simulation of rotating geometries without axial symmetry (for instance,
> an impeller with baffles).
> This is generally achieved by having two triangulation, one that is
> rotating and one that is static. At the interface between the meshes,
> constraints are used to "bridge" the two meshes together. Although this
> generally induces additional interpolation error, this is generally one of
> the best way to deal with turbomachinery.
>
> Since dealii is already equipped to deal with contact problem, has anybody
> ever investigated if a sliding-mesh type of simulation could be carried out
> using dealii?
>
> Thanks
> Bruno
>
> --
> The deal.II project is located at http://www.dealii.org/
> For mailing list/forum options, see
> https://groups.google.com/d/forum/dealii?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "deal.II User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/dealii/2c2492a4-cbbb-4c83-b550-f398a0f08358%40googlegroups.com
> <https://groups.google.com/d/msgid/dealii/2c2492a4-cbbb-4c83-b550-f398a0f08358%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/CAK30MZ4-cmguQrFrz4_PinDe%2BfvKZfpAGsvtpXY3MJMUSvFPaQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to