CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Community Contributions > OpenFOAM CC Toolkits for Fluid-Structure Interaction

[stressAnalysis] Thermal stress of a beam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 31, 2013, 13:44
Default Thermal stress of a beam
  #1
New Member
 
Alessandro
Join Date: Dec 2013
Posts: 5
Rep Power: 12
ale.barba is on a distinguished road
Hi,
I'd like to calculate the stress applied on a beam due to the temperature increasing.
The beam is 1m long and diametere is 0.1m. The displacement is neglacted all over the surface of the beam.
The problem seems simple, but solver doesn't find a solution.
Any suggestion?

Attached are the input files (except for the mesh).
Attached Files
File Type: zip test_tube.zip (12.0 KB, 6 views)
ale.barba is offline   Reply With Quote

Old   January 1, 2014, 16:05
Default
  #2
New Member
 
Alessandro
Join Date: Dec 2013
Posts: 5
Rep Power: 12
ale.barba is on a distinguished road
Does anyone say me if there is something wrong in the fvSolution file?

Code:
solvers
{
    "(D|T)"
    {
        solver          GAMG;
        tolerance       1e-06;
        relTol          0.9;
        smoother        GaussSeidel;
        cacheAgglomeration true;
        nCellsInCoarsestLevel 20;
        agglomerator    faceAreaPair;
        mergeLevels     1;
    }
}

stressAnalysis
{
    compactNormalStress no;
    thermalStress yes;
    nCorrectors 100000;
    D 1e-06;
    T 1e-06;
}
or fvSchemes?

Code:
d2dt2Schemes
{
    default         steadyState;
}

ddtSchemes
{
    default         Euler;
}

gradSchemes
{
    default         leastSquares;
    grad(D)         leastSquares;
    grad(T)         leastSquares;
}

divSchemes
{
    default         none;
    div(sigmaD)     Gauss linear;
}

laplacianSchemes
{
    default         none;
    laplacian(DD,D) Gauss linear corrected;
    laplacian(DT,T) Gauss linear corrected;
}

interpolationSchemes
{
    default         linear;
}

snGradSchemes
{
    default         none;
}

fluxRequired
{
    default         no;
    D               yes;
    T               no;
}
ale.barba is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Thermal Stress - Modelling of an interactive coupled Simulation macRC Structural Mechanics 0 January 10, 2019 05:14
thermal stress analysis with fluid? sheaker FLUENT 0 April 20, 2018 16:32
[ANSYS Meshing] Error in Workbench "Unable to attach to geometry file" Jeremie84 ANSYS Meshing & Geometry 70 October 25, 2017 16:03
Stress analysis of a clamped beam cvasse OpenFOAM Running, Solving & CFD 0 April 24, 2017 07:44
Info: Short Course On Thermal Design of Electronic Equipment Arnold Free Main CFD Forum 0 August 10, 1999 10:18


All times are GMT -4. The time now is 12:01.