.. Salome_Axi documentation master file, created by sphinx-quickstart on Tue Dec 4 11:40:19 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ################################################ Model OXY Manifolds ############################################### :author: Hernando Gasca Garzón .. tabularcolumns:: | p{32pt} | p{54pt} | p{326pt} | +-----------+------------+-------------------------------------------------------------------------------------+ | Version | Date | Description | +===========+============+=====================================================================================+ | 0 | 2018-12-18 | Turbulent flow in manifolds | +-----------+------------+-------------------------------------------------------------------------------------+ In this documentation you can obtain basis for: - Axisymmetric Meshing. - Turbulence and multiphase fluid modeling. ######################## PY-A843 OXY Manifolds ######################## BIDIMENSIONAL MODELS (2D) ########################## ========================= Create Geometry and mesh ========================= Use the command into the case directory. .. code-block:: bash blockMesh It creates a polymesh subfolder into the constant folder ================= Use on OpenFOAM ================= Export UNV file Mesh_1 and copy un /hgasca/OpenFOAM/run/case .. code-block:: bash ideasUnvToFoam Mesh_1.unv openFoam Flies =============== ----------------------- 0 Folder ----------------------- .. toctree:: :maxdepth: 2 2D/0/p 2D/0/epsilon 2D/0/k 2D/0/nut 2D/0/pa 2D/0/U 2D/0/Ua ----------------- constant folder ----------------- Pay special attention to transportProperties .. toctree:: :maxdepth: 2 2D/constant/transportProperties 2D/constant/turbulenceProperties 2D/constant/polyMesh/boundary -------------- system folder -------------- Here there are important files: The subsecuent time steps must maintain the phase equilibrium in other way the run could diverge. .. toctree:: :maxdepth: 2 2D/system/blockMeshDict 2D/system/controlDict 2D/system/fvSchemes 2D/system/fvSolution ------------ Actions ------------ .. code-block:: bash checkMesh if errors review your mesh know use pimpleFOAM with one or more processors .. code-block:: bash simpleFoam TRIDIMENSIONAL MODELS (3D) ########################## The files presented below are the text files of the model. The geometrical model creates othe binaries not presented here. ========================== Create Geometry and Mesh ========================== This code could be user by any pipe arrangement with one input and one output Test with different meshes in order to assure the convergence. ================= Use on OpenFOAM ================= Export UNV file Mesh_1 and copy un /hgasca/OpenFOAM/run/case .. code-block:: bash ideasUnvToFoam Mesh_1.unv openFoam Flies =============== ----------------------- 0 Folder ----------------------- .. toctree:: :maxdepth: 2 3D/0/epsilon 3D/0/k 3D/0/nut 3D/0/p 3D/0/pa 3D/0/U 3D/0/Ua ----------------- constant folder ----------------- Pay special attention to transportProperties .. toctree:: :maxdepth: 2 3D/constant/transportProperties 3D/constant/turbulenceProperties 3D/constant/polyMesh/boundary -------------- system folder -------------- Here there are important files: The subsecuent time steps must maintain the phase equilibrium in other way the run could diverge. .. toctree:: :maxdepth: 2 3D/system/controlDict 3D/system/fvSchemes 3D/system/fvSolution ------------ Actions ------------ .. code-block:: bash checkMesh if errors review your mesh know use pimpleFOAM with one or more processors .. code-block:: bash simpleFoam Out of the scope: -http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2013/UlfNilsson/reportAdjoint.pdf ------------ Pruebas ------------ .. toctree:: :maxdepth: 2 PY-A843-results