|
| 1 | +--- |
| 2 | +draft: false |
| 3 | +title: "Design, simulate and visualize with Coral platform" |
| 4 | +snippet: "Discover how our user-friendly interface, combined with a scheduler and a visualizator, leverages FEM libraries to create digital replicas with ease." |
| 5 | +image: { |
| 6 | + src: "/blog_gallery/screen_frontend.png", |
| 7 | + alt: "no-code/low-code" |
| 8 | +} |
| 9 | +publishDate: "2025-10-30 11:00" |
| 10 | +category: "Projects" |
| 11 | +author: "Dualistic" |
| 12 | +tags: [no-code, low-code, dealii-x, use cases, requirements] |
| 13 | +--- |
| 14 | + |
| 15 | +In this post, we'll demonstrate how **Coral**, our digital twin platform, simplifies the entire workflow of designing, simulating, and visualizing complex engineering analyses. |
| 16 | + |
| 17 | +<iframe |
| 18 | + width="100%" |
| 19 | + height="400" |
| 20 | + src="https://www.youtube.com/embed/dAVx0f7pP6U" |
| 21 | + title="YouTube video player" |
| 22 | + class="border-0" |
| 23 | + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 24 | + referrerpolicy="strict-origin-when-cross-origin" |
| 25 | + allowfullscreen> |
| 26 | +</iframe> |
| 27 | + |
| 28 | +Leveraging a [No-code/Low-code approach](/blog/no-code_low-code_dealii-x), Coral enables you to construct computational graphs that structure your digital replica through an intuitive **visual interface**. Simply drag and drop nodes, connect them to define relationships, and adjust parameters to customize your simulation. These graphs can be saved, loaded, and shared seamlessly with team members, fostering true collaborative engineering. |
| 29 | + |
| 30 | +Once your computational graph is ready, Coral gives you the flexibility to choose **where your simulation runs**. Since computational requirements can scale dramatically—particularly for complex finite element analyses—you're not limited to your local machine. For instance, in the [dealii-X project](/blog/dualistic-dealiix-partner/), we leverage High Performance Computing (HPC) clusters for large-scale simulations, though local workstations and cloud instances are equally supported. |
| 31 | + |
| 32 | +This is where **Coral Core** takes action. As an intelligent job scheduler, it manages computational resources by efficiently queueing simulations and storing results in designated locations. Throughout the process, it provides real-time status updates to the user interface, keeping you informed about your simulation's progress. |
| 33 | + |
| 34 | +Behind the intuitive interface, **Coral Sim** performs the heavy lifting. It translates your visual computational graph into optimized code that compiles and executes using parallel computing paradigms. In this specific case it integrates with the [deal.II](https://dealii.org) finite element library, in order to provide high-fidelity results that meet demanding engineering standards. |
| 35 | + |
| 36 | +Finally, **Coral Viz** transforms raw simulation data into actionable insights through powerful visualization capabilities, allowing you to explore and understand your results comprehensively. |
0 commit comments