Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default mesh #61

Open
wenbinyu-PU opened this issue Jun 12, 2024 · 3 comments
Open

Default mesh #61

wenbinyu-PU opened this issue Jun 12, 2024 · 3 comments

Comments

@wenbinyu-PU
Copy link
Contributor

Based on an input file given by Sichen, it seems the default mesh is still 3-node trias. Can it change to be 6-node trias?

@unitasium
Copy link
Contributor

Yes.

In prevabs input file, change "element_type" to "2" or "quadratic":

<cross_section>
  ...
  <general>
    <element_type>2</element_type>
  </general>
  ...
</cross_section>

@unitasium
Copy link
Contributor

The default is "quadratic". So you can remove the line of "element_type". See the last section "Global shape and mesh settings" of the manual: https://wenbinyugroup.github.io/ivabs/ref/prevabs/contents/guide/pre_overall.html

@wenbinyu-PU
Copy link
Contributor Author

@sichenliuPU @unitasium Su, after an experiment by Sichen, we found out that the sectional properties almost remain unchanged (less than 1% difference). However, the time is 10+ times slower. Thus, I need to correct my mistake of the default mesh. Still the default mesh should be linear elements. However, in the documentation, we need to mention that for accurate stress/strain/strength predictions, users can switch to quadratic elements. Sorry for the back and forth. The following is the VABS running time for a typical blade section reported by Sichen.
linear: 0.42 secs
quadratic: 5.55 secs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants