executed with foamRun for single region simulations of foamMultiRun for
multi-region simulations. Replaces solidDisplacementFoam and
solidEquilibriumDisplacementFoam and all the corresponding tutorials have been
updated and moved to tutorials/modules/solidDisplacement.
Class
Foam::solvers::solidDisplacement
Description
Solver module for steady or transient segregated finite-volume solution of
linear-elastic, small-strain deformation of a solid body, with optional
thermal diffusion and thermal stresses.
Solves for the displacement vector field D, also generating the stress
tensor field sigma, including the thermal stress contribution if selected.
SourceFiles
solidDisplacement.C
26 lines
942 B
C++
26 lines
942 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: dev
|
|
\\/ M anipulation |
|
|
-------------------------------------------------------------------------------
|
|
Description
|
|
Writes graph data for specified fields along a line, specified by start and
|
|
end points. A specified number of graph points are used, distributed
|
|
uniformly along the line.
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
start (0 0.5 0.25);
|
|
end (0 2 0.25);
|
|
nPoints 100;
|
|
|
|
fields (sigmaxx);
|
|
|
|
axis y;
|
|
|
|
#includeEtc "caseDicts/postProcessing/graphs/graphUniform.cfg"
|
|
|
|
// ************************************************************************* //
|