Pre simulation
118 |Define your simulation setup by specifying the geometry in a flexible, parametric format.
119 |${post.title || key}
198 |${shortDescription}
199 |
200 | ${post.author || "PyAnsys Team"}
201 | ${post.date || "Unknown Date"}
202 |
51 | ${tags 52 | .map( 53 | (tag) => 54 | `${tag}`, 55 | ) 56 | .join("")} 57 |
58 |${blog.title}
59 | 63 |${shortDescription}
64 || PyAnsys project | 53 |Version | 54 |
|---|---|
| {{ project }} | 60 |{{ version }} | 61 |
| PyAnsys project | 100 |Version | 101 |
|---|---|
| {{ project }} | 107 |{{ version }} | 108 |
| PyAnsys version | 77 |Min. Python version | 78 |Max. Python version | 79 |Download | 80 |
|---|---|---|---|
| {{ release.version }} | 86 |{{ release.python.lower }} | 87 |{{ release.python.upper }} | 88 |{{ release.link }} | 89 |
Define your simulation setup by specifying the geometry in a flexible, parametric format.
119 |Run high-fidelity simulations and gather comprehensive results that reflect the dynamics of your system.
128 |Extract, visualize, and interpret key data from your simulation to drive the next phase of your project.
137 |34 | {{ metadata['name'] }} 35 |
36 |37 | {% for family in families %} 38 | {{ family }} 39 | {% endfor %} 40 | {% for tag in metadata['tags'] %} 41 | {{ tag }} 42 | {% endfor %} 43 |
44 |{{ metadata['description'] }}
45 | {% if metadata.get('github_stars', 0) > 0 %} 46 | {% endif %} 47 | 48 | 49 |