An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
How to define thermal conductivity for Cylindrical component varying with angle as shown in attachment
Are you looking for orthogonal conductivity - or cylindrical? (If the solid is thin in the 'theta' direction, it probably doesn't matter, but if thick, then it would make a difference.)
On behalf of Mintu i am posting question in detail, please find the attachment
Hi thanks for the reply,
I am actually looking for specifying material properties in cylindrical coordinate system, Solid is thick cylinder.
Case 1 - This appears to be still a repeating rectangular cross-section, not cylindrical, and that you're still needing orthogonal conductivity - but at an angle rather than aligned with X/Y/Z. Would you agree? If you simplify this to a single solid cylinder (annulus), or several cylindrical sections, then a cylindrical description would be appropriate.
Case 2 - This is not something that would be supported by default, but 'may' be possible with a user function. That would be quite complex and would likely require some paid services work, if it's even possible. You should probably contact your Altair Account Manager to discuss that.
With the individual elements (in the simplified case) being quite thin, it's probably simpler to use the cylindrical approach, since it would be the same for all of the sections. Otherwise, with orthogonal, the angle would need to be determined for each section individually.
Turns out the 2020.1 release of AcuSolve includes a cylindrical definition for anisotropic conductivity. Example input file command:
CONDUCTIVITY_MODEL ( "cylindrical" ) { type = cylindrical_anisotropic cylindrical_center = { 0.0, 0.0, 0.0; } # A point on the cylindrical axis - preferably at the center cylindrical_axis = { 0.707, 0.0, 0.707; } # Unit vector defining the cylindrical axis direction anisotropic_conductivity = { 1.0, 50.0, 50.0, 0.0, 0.0, 0.0; } # { Krr, Ktt, Kzz, Krt, Ktz, Krz; } # First three values are R, Theta, Z conductivity}
This could then be applied to all of the segments for Case 1. Again, there will be some small error since the segments aren't really cylindrical/annular, but that error should be small when the segments are thin.
Turns out the 2020.1 release of AcuSolve includes a cylindrical definition for anisotropic conductivity. Example input file command: CONDUCTIVITY_MODEL ( "cylindrical" ) { type = cylindrical_anisotropic cylindrical_center = { 0.0, 0.0, 0.0; } # A point on the cylindrical axis - preferably at the center cylindrical_axis = { 0.707, 0.0, 0.707; } # Unit vector defining the cylindrical axis direction anisotropic_conductivity = { 1.0, 50.0, 50.0, 0.0, 0.0, 0.0; } # { Krr, Ktt, Kzz, Krt, Ktz, Krz; } # First three values are R, Theta, Z conductivity} This could then be applied to all of the segments for Case 1. Again, there will be some small error since the segments aren't really cylindrical/annular, but that error should be small when the segments are thin.
Hi thanks for reply i will try to check in latest version
Case 1 - This appears to be still a repeating rectangular cross-section, not cylindrical, and that you're still needing orthogonal conductivity - but at an angle rather than aligned with X/Y/Z. Would you agree? If you simplify this to a single solid cylinder (annulus), or several cylindrical sections, then a cylindrical description would be appropriate. Case 2 - This is not something that would be supported by default, but 'may' be possible with a user function. That would be quite complex and would likely require some paid services work, if it's even possible. You should probably contact your Altair Account Manager to discuss that.
This appears to be still a repeating rectangular cross-section, not cylindrical, and that you're still needing orthogonal conductivity - but at an angle rather than aligned with X/Y/Z. Would you agree?
Agreed. If the properties are varying wrt angle, then, can we specify, say, using options like constant anisotropic ?
Hi
I couldn't find cylindrical_anisotropic in below link, can you share any link if you have
https://2021.help.altair.com/2021/hwsolvers/acusolve/topics/acusolve/conductivity_model_acusolve_com_ref.htm?zoom_highlightsub=conductivity+model
Hi I couldn't find cylindrical_anisotropic in below link, can you share any link if you have https://2021.help.altair.com/2021/hwsolvers/acusolve/topics/acusolve/conductivity_model_acusolve_com_ref.htm?zoom_highlightsub=conductivity+model
You are correct. The documentation for cylindrical conductivity is not yet included in the Command Reference Manual - for 2021. Maybe later in the 2021.1 release.