The ``dynaicfd.py`` module
==========================
.. py:module:: ansys.dyna.core.pre.dynaicfd
Summary
-------
.. py:currentmodule:: dynaicfd
.. tab-set::
.. tab-item:: Interfaces
.. list-table::
:header-rows: 0
:widths: auto
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.ICFD_SurfRemeshMethod`
- Create a collection of name/value pairs.
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.ICFD_AnalysisType`
- Create a collection of name/value pairs.
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.ICFD_MessageLevel`
- Create a collection of name/value pairs.
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.ICFD_CouplingForm`
- Create a collection of name/value pairs.
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.ICFD_CouplingDirection`
- Create a collection of name/value pairs.
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.ICFDAnalysis`
- Activates an ICFD analysis and defines associated control parameters.
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.ICFDDOF`
- Create a collection of name/value pairs.
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.ICFDPart`
- Defines a part for the ICFD solver.
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.ICFDVolumePart`
- Assigns material properties to the nodes enclosed by surface ICFD parts.
.. tab-item:: Classes
.. list-table::
:header-rows: 0
:widths: auto
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.DynaICFD`
- Contains methods for create a keyword related to an ICFD analysis.
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.Compressible`
- Create a collection of name/value pairs.
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.MatICFD`
- Defines physical properties for the fluid material.
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.Vel`
- Create a collection of name/value pairs.
* - :py:obj:`~ansys.dyna.core.pre.dynaicfd.MeshedVolume`
- Defines the volume space to mesh.
.. toctree::
:titlesonly:
:maxdepth: 1
:hidden:
ICFD_SurfRemeshMethod
ICFD_AnalysisType
ICFD_MessageLevel
ICFD_CouplingForm
ICFD_CouplingDirection
ICFDAnalysis
ICFDDOF
ICFDPart
ICFDVolumePart
.. toctree::
:titlesonly:
:maxdepth: 1
:hidden:
DynaICFD
Compressible
MatICFD
Vel
MeshedVolume
Description
-----------
ICFD API
========
Module for creating an ICFD (incompressible computational fluid dynamics) DYNA input deck.
..
!! processed by numpydoc !!