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

solids4foam shell elements/formulation

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 2 Post By bigphil
  • 1 Post By bigphil
  • 1 Post By bigphil

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 8, 2023, 05:33
Default solids4foam shell elements/formulation
  #1
Super Moderator
 
bigphil's Avatar
 
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,089
Rep Power: 34
bigphil will become famous soon enoughbigphil will become famous soon enough
Question:
Can solids4foam handle shell elements? In particular, with a stacking of several orthotropic materials

Response:
Currently, solids4foam does not currently have general shell element implementation. The closest thing is simple flat "plate" implementation: https://github.com/solids4foam/solid...msPlatesShells and beam formulations: https://www.researchgate.net/publica...ial_curvatures and https://www.researchgate.net/publica...er_Beam_Theory.

Of course, there is a potential for shells to be added in the future, e.g. extend the Simo-Reissner beams to shells.
iBatistic and andyvaldes10 like this.
bigphil is offline   Reply With Quote

Old   April 9, 2024, 20:11
Default Use orthotropic materials in FSI
  #2
New Member
 
Andy Valdés
Join Date: Mar 2024
Location: Panamá
Posts: 3
Rep Power: 2
andyvaldes10 is on a distinguished road
Hi,

But if one wants, for example, to change the material of the beamInCross tutorials for an orthotropic one, in order to do an analysis for a material made from 3D printing. Is this possible? If it is not possible: is it possible to make a single section of the model with orthotropic considerations (example plateHole) and for example use FSI approach to see the displacement in 2D? (with orthotropic material).

Thanks for your help

Last edited by andyvaldes10; April 9, 2024 at 20:12. Reason: orthography
andyvaldes10 is offline   Reply With Quote

Old   April 10, 2024, 08:00
Default
  #3
Super Moderator
 
bigphil's Avatar
 
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,089
Rep Power: 34
bigphil will become famous soon enoughbigphil will become famous soon enough
Quote:
Originally Posted by andyvaldes10 View Post
Hi,

But if one wants, for example, to change the material of the beamInCross tutorials for an orthotropic one, in order to do an analysis for a material made from 3D printing. Is this possible?
Yes, for finite strain (nonlinear geometry) solid models, you can use
Code:
type StVenantKirchhoffOrthotropicElastic;
E1   E1 [1 -1 -2 0 0 0 0] 200e9;
E2  ...
etc
and for small strain (linear geometry)
Code:
type orthotropicLinearElastic;
E1   E1 [1 -1 -2 0 0 0 0] 200e9;
E2  ...
etc
andyvaldes10 likes this.
bigphil is offline   Reply With Quote

Old   April 10, 2024, 08:04
Default
  #4
Super Moderator
 
bigphil's Avatar
 
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,089
Rep Power: 34
bigphil will become famous soon enoughbigphil will become famous soon enough
The material directions can be either specified in mechanicalProperties if uniform (materialDirectionsX (1 0 0)) or as a field in the time directory if varying.
andyvaldes10 likes this.
bigphil is offline   Reply With Quote

Old   April 10, 2024, 11:57
Default
  #5
New Member
 
Andy Valdés
Join Date: Mar 2024
Location: Panamá
Posts: 3
Rep Power: 2
andyvaldes10 is on a distinguished road
Quote:
Originally Posted by bigphil View Post
Yes, for finite strain (nonlinear geometry) solid models, you can use
Code:
type StVenantKirchhoffOrthotropicElastic;
E1   E1 [1 -1 -2 0 0 0 0] 200e9;
E2  ...
etc
and for small strain (linear geometry)
Code:
type orthotropicLinearElastic;
E1   E1 [1 -1 -2 0 0 0 0] 200e9;
E2  ...
etc

Thanks. i'll try
andyvaldes10 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
Shell Conduction mrjohnamore FLUENT 0 September 19, 2023 04:31
solids4Foam & FOAM-FSI farah.elias OpenFOAM 21 August 28, 2023 15:57
Multiphase Flow Problem in Shell and Tube Heat Exchanger Arhaam_Mubarak Fluent Multiphase 1 April 29, 2022 05:48
solids4Foam installation, foam-extend 4.0, ubuntu 18.04 baezacaljo OpenFOAM 0 July 17, 2021 00:35
shell conduction @ thin walls Jiri Beran FLUENT 0 May 18, 2008 14:08


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