Pre/Post-Processing और Execution Environments¶
FrontISTR स्वयं analysis solver है। व्यवहार में analysis करने के लिए preprocessing (mesh generation और boundary-condition setup) तथा postprocessing (result visualization) के tools को उद्देश्य के अनुसार संयोजित किया जाता है। यह पृष्ठ प्रतिनिधि combinations (routes) सूचीबद्ध करता है। अपने लिए उपयुक्त route चुनें और फिर संबंधित tool की download जानकारी या installation/execution chapters पर जाएँ।
संपूर्ण Analysis Workflow¶
Preprocessing (mesh और boundary conditions बनाना)
↓
Solver execution (FrontISTR)
↓
Postprocessing (results को visualize करना)
प्रत्येक चरण के विवरण के लिए Analysis Workflow देखें।
Route चुनना¶
FrontISTR के साथ उपयोग किए जा सकने वाले peripheral tools में project द्वारा आधिकारिक रूप से वितरित tools, FrontISTR community द्वारा लगातार प्रस्तुत किए जाने वाले tools और third parties द्वारा स्वतंत्र रूप से integrate किए गए tools शामिल हैं। नीचे दिए routes को उनके preprocessing/postprocessing combination, official/third-party या commercial जैसी स्थिति, और समर्थित operating systems के आधार पर व्यवस्थित किया गया है।
| Route | Preprocessing | Postprocessing (visualization) | Supported OS | विशेषताएँ | Download / विवरण |
|---|---|---|---|---|---|
| REVOCAP_PrePost | REVOCAP_PrePost | REVOCAP_PrePost / ParaView | Windows | परंपरागत आधिकारिक GUI। Preprocessing से visualization तक का workflow कवर करता है | Download / Video Tutorial |
| FreeCAD + FEM_FrontISTR | FreeCAD (FEM_FrontISTR add-on) | FreeCAD / ParaView | Windows / Linux | FreeCAD के साथ integrated official-family GUI। CAD से consistent workflow देता है। Functionality लगातार विस्तारित हो रही है | FEM_FrontISTR (GitHub) |
| EasyISTR | EasyISTR (UNV mesh import) | ParaView | Windows / Linux | Third-party integrated support GUI। विस्तृत Japanese documentation | OpenCAE-DALAB Wiki |
| Direct input-file editing | Text editor (CAD→Gmsh→आवश्यकतानुसार format conversion, Femap neutral→neu2fstr) | ParaView | Multi-platform | Standard route। सभी functionality का अनुसरण करता है। Automation और reproducibility के लिए उपयुक्त | Analysis Workflow / Mesh and Data Conversion |
| Keiei-Tensha | Keiei-Tensha (inp import / FrontISTR input की 3D checking और editing) | ParaView | Windows / Linux / macOS | Third-party VS Code extension। Text और 3D views को जोड़ता है, चुने हुए स्थानों को !SGROUP/!NGROUP के रूप में वापस लिखता है और AI-agent integration का समर्थन करता है। Direct-editing route में सहायता करता है | Marketplace / structia.jp |
| Jupiter (commercial) | Jupiter | Jupiter | Windows | Commercial, Japan में विकसित। Large-scale models का समर्थन | Jupiter-FrontISTR Interface |
| WELSIM (commercial) | WELSIM | WELSIM / ParaView | Windows / Linux | Commercial, Japan के बाहर विकसित। कई OSS solvers का समर्थन | welsim.com |
सार्वजनिक रूप से उपलब्ध REVOCAP_PrePost version में पुराने generation का FrontISTR solver शामिल है। नवीनतम solver से analysis करने के लिए solver अलग से प्राप्त करें और bundled solver को बदलें।
इसके अतिरिक्त, FrontISTR Commons के regular members को "Advance REVOCAP_PrePost for FrontISTR" उपलब्ध कराया जाता है (बिना support के)। AdvanceSoft का commercial pre/postprocessor Advance/REVOCAP भी उपलब्ध है।
पहली बार उपयोग करने वालों के लिए¶
यदि आप FrontISTR पहली बार उपयोग कर रहे हैं, तो ऐसा route चुनना आसान होता है जिसमें preprocessing से visualization तक सब कुछ GUI में किया जा सके, जैसे FreeCAD + FEM_FrontISTR या EasyISTR। दोनों routes सक्रिय रूप से update होते रहते हैं और Japanese-language जानकारी आसानी से उपलब्ध है। Workflow समझ आने के बाद "direct input-file editing" route पर जाना उचित है, क्योंकि इससे FrontISTR की functionality तक सबसे विश्वसनीय पहुँच मिलती है। यदि large-scale models या commercial support महत्वपूर्ण हों, तो Jupiter और WELSIM जैसे commercial tools भी विकल्प हैं।
Postprocessing (Visualization)¶
FrontISTR unstructured-grid data (VTK / AVS formats) output करता है जिसे ParaView और समान tools पढ़ सकते हैं। Visualization output सक्षम करने के लिए !WRITE, VISUAL और visualization format निर्दिष्ट करने के लिए !VISUAL (उदाहरण: output_type=VTK) उपयोग करें। इस output को visualization tool में load करके displacement, stress, strain और अन्य quantities के color maps प्रदर्शित किए जा सकते हैं। Output formats और conversion tools के विवरण के लिए Mesh and Data Conversion देखें।