awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
barbagroup avatar

barbagroup/CFDPython

0
View on GitHub↗
4,065 स्टार्स·1,310 फोर्क्स·Jupyter Notebook·2 व्यूज़

CFDPython

CFDPython, कम्प्यूटेशनल फ्लूइड डायनामिक्स और न्यूमेरिकल एनालिसिस के लिए एक शैक्षिक संसाधन है। यह नेवियर-स्टोक्स और आंशिक अंतर समीकरणों (partial differential equations) के लिए न्यूमेरिकल समाधान लागू करके फ्लूइड फ्लो के भौतिकी को सीखने के लिए एक संरचित पाठ्यक्रम प्रदान करती है।

यह प्रोजेक्ट Jupyter नोटबुक के माध्यम से वितरित वृद्धिशील कोडिंग अभ्यासों की एक श्रृंखला के रूप में आयोजित किया गया है। उपयोगकर्ता अभिसरण (convergence), स्थिरता, और न्यूमेरिकल प्रसार जैसी अवधारणाओं को समझने के लिए एक और दो आयामों में लीनियर कनवल्शन, डिफ्यूजन और पॉइसन समीकरणों के लिए गणितीय मॉडल बनाते हैं।

यह इम्प्लीमेंटेशन वेक्टराइजेशन के लिए NumPy और विजुअल एनालिसिस के लिए Matplotlib का उपयोग करता है, जिसमें हीटमैप्स और कंटूर प्लॉट्स का जनरेशन शामिल है। तकनीकी कवरेज में फाइनाइट-डिफरेंस डिस्क्रेटाइजेशन और Courant-Friedrichs-Lewy स्थिति के माध्यम से स्थिरता की निगरानी शामिल है।

Features

  • Interactive Notebook Learning Resources - Delivers a structured CFD curriculum via interactive Jupyter notebooks with incremental coding exercises.
  • Computational Fluid Dynamics Curricula - Provides a comprehensive educational resource for learning computational fluid dynamics through coding.
  • Fluid Dynamics Analysis - Teaches the analysis of liquid behavior by implementing numerical fluid dynamics models.
  • Fluid Dynamics Simulation - Provides a framework for simulating fluid dynamics by solving Navier-Stokes equations.
  • Convection-Diffusion Solvers - Implements numerical solutions for linear convection, diffusion, and Poisson equations.
  • Finite Difference Calculations - Implements finite-difference discretization to approximate partial differential equations on a discrete grid.
  • Poisson Equation Solvers - Provides numerical solvers for the Poisson equation to determine pressure fields in fluid flow.
  • CFL Condition Monitoring - Implements stability monitoring via the Courant-Friedrichs-Lewy condition to maintain simulation accuracy.
  • Convergence & Diffusion Analysis - Analyzes numerical stability and convergence through the measurement of numerical diffusion.
  • Matplotlib - Uses Matplotlib to generate heatmaps and contour plots for visualizing fluid velocity and pressure.
  • Differential Equation Solvers - Uses differential equation solvers to study numerical analysis concepts like convergence and stability.
  • Scientific Computing - Employs scientific computing techniques in Python to solve physics and fluid flow problems.
  • NumPy-Based Linear Algebra Implementations - Utilizes NumPy vectorization to perform bulk mathematical operations on multi-dimensional arrays.
  • Numerical Analysis Learning - Provides exercises to understand convergence, stability, and numerical diffusion in PDE solvers.
  • Scientific Computing Curricula - Implements a structured educational series for learning scientific computing and numerical analysis.

स्टार हिस्ट्री

barbagroup/cfdpython के लिए स्टार हिस्ट्री चार्टbarbagroup/cfdpython के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

CFDPython के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो CFDPython के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • weijie-chen/linear-algebra-with-pythonweijie-chen का अवतार

    weijie-chen/Linear-Algebra-With-Python

    2,561GitHub पर देखें↗

    Linear-Algebra-With-Python is an educational resource that provides a structured curriculum for learning linear algebra through computational practice. It serves as a tutorial for data scientists and quantitative analysts, bridging the gap between abstract mathematical theory and practical implementation using Python. The project utilizes a literate programming approach, organizing lecture notes and code examples into interactive documents. By interleaving explanatory text with functional code, it allows users to experiment with mathematical concepts directly within their development environm

    Jupyter Notebookcomputational-sciencedata-analysisdata-science
    GitHub पर देखें↗2,561
  • sciml/differentialequations.jlSciML का अवतार

    SciML/DifferentialEquations.jl

    3,121GitHub पर देखें↗

    DifferentialEquations.jl is a comprehensive numerical library designed for solving ordinary, stochastic, delay, and algebraic differential equations. It functions as a high-performance solver suite that integrates scientific machine learning, probabilistic programming, and automated differentiation into a unified framework. By leveraging multiple dispatch and symbolic-numeric integration, the library provides a flexible environment for complex mathematical modeling and simulation. The project distinguishes itself through its ability to bridge traditional numerical analysis with modern machine

    Juliadaeddedelay-differential-equations
    GitHub पर देखें↗3,121
  • scipy/scipyscipy का अवतार

    scipy/scipy

    14,474GitHub पर देखें↗

    SciPy is a scientific computing library for Python that provides a comprehensive collection of mathematical algorithms and numerical tools for research and engineering. It functions as a high-performance numerical analysis framework, bridging high-level Python code with compiled C and Fortran routines to execute complex computations at hardware speeds. The library is built upon array-based data structures that utilize strided memory layouts to enable efficient data manipulation and slicing. By employing vectorized operation dispatch and linking to optimized hardware-specific linear algebra li

    Pythonalgorithmsclosemberpython
    GitHub पर देखें↗14,474
  • lammps/lammpslammps का अवतार

    lammps/lammps

    2,783GitHub पर देखें↗

    This project is a parallel simulation engine and molecular dynamics simulator designed to model the physical movements of atoms and molecules. It functions as an interatomic potential framework for calculating forces between particles and a materials analysis tool for computing thermodynamic, structural, and transport properties of solids and fluids. The engine is distinguished by its high-performance computing capabilities, utilizing spatial-domain decomposition and message-passing interface communication to distribute workloads across processors. It supports multi-backend GPU acceleration v

    C++kokkoslammpsmolecular-dynamics
    GitHub पर देखें↗2,783
CFDPython के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

barbagroup/cfdpython क्या करता है?

CFDPython, कम्प्यूटेशनल फ्लूइड डायनामिक्स और न्यूमेरिकल एनालिसिस के लिए एक शैक्षिक संसाधन है। यह नेवियर-स्टोक्स और आंशिक अंतर समीकरणों (partial differential equations) के लिए न्यूमेरिकल समाधान लागू करके फ्लूइड फ्लो के भौतिकी को सीखने के लिए एक संरचित पाठ्यक्रम प्रदान करती है।

barbagroup/cfdpython की मुख्य विशेषताएं क्या हैं?

barbagroup/cfdpython की मुख्य विशेषताएं हैं: Interactive Notebook Learning Resources, Computational Fluid Dynamics Curricula, Fluid Dynamics Analysis, Fluid Dynamics Simulation, Convection-Diffusion Solvers, Finite Difference Calculations, Poisson Equation Solvers, CFL Condition Monitoring।

barbagroup/cfdpython के कुछ ओपन-सोर्स विकल्प क्या हैं?

barbagroup/cfdpython के ओपन-सोर्स विकल्पों में शामिल हैं: weijie-chen/linear-algebra-with-python — Linear-Algebra-With-Python is an educational resource that provides a structured curriculum for learning linear… sciml/differentialequations.jl — DifferentialEquations.jl is a comprehensive numerical library designed for solving ordinary, stochastic, delay, and… scipy/scipy — SciPy is a scientific computing library for Python that provides a comprehensive collection of mathematical algorithms… lammps/lammps — This project is a parallel simulation engine and molecular dynamics simulator designed to model the physical movements… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU…