|
[Sponsors] |
[stressAnalysis] how i can define the material type? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 22, 2014, 15:01 |
how i can define the material type?
|
#1 |
New Member
ebrahim
Join Date: Dec 2014
Posts: 2
Rep Power: 0 |
how i can change or define the material type? for example define the steel
and what is the "DT" in transportproperties file? thank you for helping me out |
|
December 31, 2014, 03:27 |
|
#2 | |
New Member
Duong Tung
Join Date: Nov 2014
Location: Ho Chi Minh city, Viet Nam
Posts: 28
Rep Power: 12 |
Quote:
You should follow the user's guide of OpenFoam. In this 2.2 section (Stress analysis of a plate with a hole), you can define the properties of materials in the constant directory (mechenicalProperties and thermalProperties files). D and T are the length and temperature respectively in this case. I hope that my sharing is useful to you. Duong Tung |
||
December 31, 2014, 04:50 |
|
#3 |
Member
Anil Kunwar
Join Date: Jun 2013
Posts: 64
Rep Power: 12 |
Hi Ebrahim,
1. You can define thermo-mechanical and transport properties of your material in mechanicalProperties, transportProperties and thermalProperties files located in the constant directory of the tutorial case or test example of OpenFOAM. 2. You can see the OpenFOAM programmer's guide about Dimensional Unit (Chapter 1, Section 1.5). http://foam.sourceforge.net/docs/Gui...mmersGuide.pdf T Code:
dimensions [0 0 0 1 0 0 0]; and D Code:
dimensions [0 1 0 0 0 0 0]; Notably, D and T are fields in OpenFOAM; and are defined within 0 directory. 3.I think, you must be talking about "DT" described in http://openfoamwiki.net/index.php/Ho...ure_to_icoFoam. There, it is described as Code:
DT DT [0 2 -1 0 0 0 0] 0.002; Also, DT (in m^2/s) may be defined as thermal diffusivity having the same dimentional units as kinematic viscosity. 4. Hence, D, T and DT are three different fields. Yours Anil Kunwar Last edited by Annier; January 15, 2015 at 08:02. |
|
January 2, 2015, 01:01 |
|
#4 | |
Senior Member
|
Quote:
I guess you are doing the stressAnalysis and since you didn't mention further details of your solver so I assumed that you are using the "solidDisplacementFoam" solver for your purpose. 1. Now if you need thermal analysis then you can switch ON the thermal stress it using "yes" in "thermalProperties" file. Code:
thermalStress yes; 2. If you don't need thermal analysis and want to focus on mechanical properties (like steel), I guess that is what you asked then you have to edit the "mechanicalProperties" file in your case folder. The relation for these variables can be found from the readMechanicalProperties.H and solver files. - Best Luck! |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Setting the height of the stream in the free channel | kevinmccartin | CFX | 12 | October 13, 2022 22:43 |
Error during initialization of "rhoSimpleFoam" | kornickel | OpenFOAM Running, Solving & CFD | 8 | September 17, 2013 06:37 |
[swak4Foam] Air Conditioned room groovyBC | Sebaj | OpenFOAM Community Contributions | 7 | October 31, 2012 15:16 |
error message | cuteapathy | CFX | 14 | March 20, 2012 07:45 |
Constant velocity of the material | Sas | CFX | 15 | July 13, 2010 09:56 |