FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

solidDisplacementFoam.C File Reference

Transient segregated finite-volume solver of linear-elastic, small-strain deformation of a solid body, with optional thermal diffusion and thermal stresses. More...


Detailed Description

Transient segregated finite-volume solver of linear-elastic, small-strain deformation of a solid body, with optional thermal diffusion and thermal stresses.

Simple linear elasticity structural analysis code. Solves for the displacement vector field D, also generating the stress tensor field sigma.

Usage
  • solidDisplacementFoam [OPTION]
Parameters:
-case<dir>
Specify the case directory
-parallel
Run the case in parallel
-help
Display short usage message
-doc
Display Doxygen documentation page
-srcDoc
Display source code

Definition in file solidDisplacementFoam.C.

#include "src/finiteVolume/cfdTools/general/include/fvCFD.H"
#include "src/OpenFOAM/primitives/bools/Switch/Switch.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
#include "src/OpenFOAM/include/createMesh.H"
#include "applications/solvers/stressAnalysis/solidDisplacementFoam/readMechanicalProperties.H"
#include "applications/solvers/stressAnalysis/solidDisplacementFoam/readThermalProperties.H"
#include "applications/solvers/stressAnalysis/solidDisplacementFoam/readSolidDisplacementFoamControls.H"
#include "applications/solvers/stressAnalysis/solidDisplacementFoam/createFields.H"
#include "applications/solvers/stressAnalysis/solidDisplacementFoam/calculateStress.H"
Include dependency graph for solidDisplacementFoam.C:

Go to the source code of this file.