CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM CC Toolkits for Fluid-Structure Interaction (https://www.cfd-online.com/Forums/openfoam-cc-toolkits-fluid-structure-interaction/)
-   -   [stressAnalysis] how i can define the material type? (https://www.cfd-online.com/Forums/openfoam-cc-toolkits-fluid-structure-interaction/146266-how-i-can-define-material-type.html)

e-nikookar December 22, 2014 14:01

how i can define the material type?
 
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:)

gnut1989 December 31, 2014 02:27

Quote:

Originally Posted by e-nikookar (Post 524973)
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:)

Hello Ibrahim,

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:)

Annier December 31, 2014 03:50

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];
is temperature field.

and


D
Code:

dimensions      [0 1 0 0 0 0 0];
is length.

Notably, D and T are fields in OpenFOAM; and are defined within 0 directory.


3.
Quote:

Originally Posted by e-nikookar (Post 524973)
and what is the "DT" in transportproperties file?

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;
The unit of DT is m^2/s (i.e.Dimensional unit of Kinematic Viscosity). It is a scalar field with a value of 0.002 m^2/s.
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

Tushar@cfd January 2, 2015 00:01

Quote:

Originally Posted by e-nikookar (Post 524973)
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:)

Dear e-nikookar,

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;
Also, define the variables required for thermal analysis like "DT" etc. (for more information refer "readThermalProperties.H" file)

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!


All times are GMT -4. The time now is 13:19.