Double_point water simulation #114
-
Beta Was this translation helpful? Give feedback.
Answered by
ayerrocolom
Oct 20, 2023
Replies: 3 comments 7 replies
-
Hello! |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
ayerrocolom
-
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->Dear Murphy, Yes. I just figured out this too. I was about send an updated mail. Please find the attached screenshot. I am appreciated your reply, as well. Best regards,Emre From: John MurphySent: Thursday, November 2, 2023 12:01 PMTo: Anura3D/Anura3D_OpenSourceCc: Emre; CommentSubject: Re: [Anura3D/Anura3D_OpenSource] Double_point water simulation (Discussion ***@***.*** and @gdicarluccio I think there is an issue with the GiD script outputting the material model when the GOM file is created. I think when users select "Generate Anura3D files" in GiD, the new problem type is writing 'Newtonian', which isn't recognized by the "ReadMaterialProperties" in the Anura3D code. Instead the GiD script should be changed to write 'newtonian_liquid' which is recognized in by the code.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->Dear Jacobo, I have never used Bingham model however, you should be able to navigate your .A3D files and search for GOM file. Then change material model from “Bingham” to “bingham_liquid”. It should work. Best regards,Emre From: negrojacoboSent: Thursday, November 2, 2023 3:36 PMTo: Anura3D/Anura3D_OpenSourceCc: Emre; MentionSubject: Re: [Anura3D/Anura3D_OpenSource] Double_point water simulation (Discussion #114) Hi @murphy-john , I've posted some discussions on the forum because I have the very same problem as @Emre-ncche and @hekungeo, but I'm using the Bingham model instead of the Newtonian model. Could you tell me how can I fix that, by re-writing some line on the code, re-arranging the .dll file (A3DBingham.dll) please?Your time and answer are very appreciated.Thanks!Greetings from Chile.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
In Anura3D we do not provide a material model called "Newtonian". So, the code does not recognize that.