Skip to content

Problem while creation of multiple volumes by VGEN command #3783

Answered by germa89
herttim asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @herttim

I am missing some parameters like of and anzahl_rollen.

But setting those to 0 and 2 respectively, I get this plot:

However, I believe your problem is related to plotting (many Windows fatal exception: access violation are). Are you on latest PyMAPDL version?

Code used to get VPLOT

import matplotlib.pyplot as plt
import numpy as np
import math as m
import itertools
import pandas

from ansys.mapdl.core import launch_mapdl

mapdl = launch_mapdl()


mapdl.clear()
mapdl.prep7()

mapdl.units("SI")

mapdl.ignore_errors = True

mapdl.et(1, "SOLID185")
mapdl.mp("EX", 1, 210e9)
mapdl.mp("DENS", 1, 7800)
mapdl.mp("NUXY", 1, 0.3)
mapdl.keyopt(1, 2, 3)

mapdl.nlgeom("ON")

#Slicing
anza…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants