-
Notifications
You must be signed in to change notification settings - Fork 97
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
Incorrect nodal stress/strain in partitioned coupling with flow #73
Comments
Hi Norihiro, What is an example of mechanics and flow being coupled in a partitioned way? Thanks for your help, Cheers David Please visit our new AMD website: www.acidmetalliferousdrainage.com David Dettrick 14 Church Street, Hawthorn, Victoria, 3122, Australia T +61 (0)3 9810 7500 | T +61 (0)3 9810 7505 (Direct) | M +61 (0)4 E [email protected] | F +61 (0)3 9853 5030 | This email and its attachments are confidential. If you received this email P Please consider the environment before printing this e-mail On 30 August 2016 at 00:43, Norihiro Watanabe [email protected]
|
@ddettrick you can get an example from rect.zip. Change $OVERALL_COUPLING from I've just noticed that nodal stress is still correct. The description has been updated. |
Thanks very much Norihiro. Cheers David Please visit our new AMD website: www.acidmetalliferousdrainage.com David Dettrick 14 Church Street, Hawthorn, Victoria, 3122, Australia T +61 (0)3 9810 7500 | T +61 (0)3 9810 7505 (Direct) | M +61 (0)4 E [email protected] | F +61 (0)3 9853 5030 | This email and its attachments are confidential. If you received this email P Please consider the environment before printing this e-mail On 30 August 2016 at 14:29, Norihiro Watanabe [email protected]
|
Nodal
stress andstrain values (usually used only for output) can be wrong if mechanics and flow are coupled in a partitioned way. This is because nodal strain values are always summed up for each solving DEFORMATION process. However, in each coupling iteration, the values should be reset to previous time step values. Nodal displacement and gauss point stress/strain values are still correct.UPDATE: it seems nodal stresses are correct.
The text was updated successfully, but these errors were encountered: