Showing 29 open source projects for "volume"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    cfMesh

    cfMesh

    A library for polyhedral mesh generation

    cfMesh is an open-source library for volume mesh generation based on OpenFOAM. It implements various meshing workflows for volume mesh generation needed for CFD simulations with OpenFOAM. It is already a part of foam-extend, OpenFOAM for Windows, Caelus and OpenFOAM+ released by ESI. This repository is intended for contribution and collaborative development. If you have a new meshing algorithm or interested in contributing to cfMesh, do not hesitate to contact us. ...
    Leader badge
    Downloads: 122 This Week
    Last Update:
    See Project
  • 2
    ransfoil

    ransfoil

    console to calculate airflow around an airfoil based on RANS approach

    RANSFOIL is a console program to calculate airflow field around an isolated airfoil in low-speed, subsonic, transonic or supersonic regime by numerically solving the Reynolds averaged Navier-Stokes (RANS) equations using mature computational fluid dynamics (CFD) method. As postprocess results, the aerodynamic parameters of the airfoil, e.g., lift coefficient and drag coefficient, can be integrated from the airflow distribution near wall boundary. In addition, the coupling between airflow and...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Netgen Mesh Generator

    Netgen Mesh Generator

    NETGEN is an automatic 3d tetrahedral mesh generator

    NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. Netgen is open source based on the LGPL license. It is available for Unix/Linux and Windows.
    Downloads: 62 This Week
    Last Update:
    See Project
  • 4

    RTC-simulator

    Simulation and Control of Processing Plants

    ...A tutorial gives brief background to the theory and programming of each application, plus a stepwise set of objectives to illustrate the main features. The simulations include a number of the techniques described in Applied Process Control – Essential Methods, and that book’s accompanying volume, Applied Process Control – Efficient Problem Solving. Actually, RTC is not merely a suite of simulations: Each application can be switched from “MODEL” to “PLANT” mode for real-time control of equipment through a somewhat basic interfacing arrangement. In “MODEL” mode, time can be accelerated or frozen.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5

    RElt

    calculates overlap, kinetic integrals for numerical atomic orbitals.

    ...The implemented algorithm is described in my paper: "Numerical calculation of overlap and kinetic integrals in prolate spheroidal coordinates", International Journal of Quantum Chemistry, Volume 108, Issue 2, Year 2008, Pages 249–256 http://onlinelibrary.wiley.com/doi/10.1002/qua.21485/full
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OpenFVM is a general open source three-dimensional Computational Fluid Dynamics (CFD) solver (for Linux and Windows). It uses the unstructured finite volume method to simulate non-isothermal transient flow. Gmsh is used for pre- and post- processing.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7

    Emulator of Wang 700

    The functional model of the old calculator series Wang 700 and 15VSM

    ...The choice of them is due to the extremely strong and authentic CPU command set developed by Soviet engineers as a superset around the original Wang 700's command set. While Wang 700 were just programmable calculators, Soviet machines were almost complete computers taking into account their advanced CPU command set, huge RAM volume, ability to work with wide set of peripheral devices including the video terminal 15IE (15ИЭ) and existence of BASIC and other programming languages written as loadable applications. Still I consider them as calculators also due to some aspects exclusively specific to calculators. The project is intended for research and education purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    2d Heat advection Parallelized

    MPI based Parallelized C Program code to solve for 2D heat advection.

    Type - 2D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - MPI (for cluster environment) Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup: The left and top edges are heated to 100 C and the right and bottom boundaries are heated to 0 C. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    3D Heat advection C code

    A C Program code to solve for Heat advection in 3D Cartesian grid.

    Type - 3D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The left, top and inside plane boundary is at 100 C and the right, bottom and outside plane boundary is at 0 C. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10

    2D Heat advection C code

    A C Program code to solve for Heat advection in 2D Cartesian grid.

    Type - 2D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The left and top boundary is at 100 C and the right and bottom boundary is at 0 C. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    3D Heat convection C code

    A C Program code to solve for Heat convection in 3D Cartesian grid.

    Type - 3D Grid - Structured Cartesian Case - Heat convection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The top, bottom, front and back boundaries are heated to 100 C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    2D Heat convection C code

    A C Program code to solve for Heat convection in 2D Cartesian grid.

    Type - 2D Grid - Structured Cartesian Case - Heat convection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The top and bottom boundaries are heated to 100 C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    3d axisymmetric heat diffusion C code

    A C Program code to solve for Heat diffusion in 3D Axi-symmetric grid.

    Type - 3D Grid - Axisymmetric Case - Heat diffusion Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LR,LZ,LH) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup - Periphery heated to 500 C Top to 500 C Bottom to 500 C
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    2d axisymmetric heat diffusion C code

    A C Program code to solve for Heat diffusion in 2D Axi-symmetric grid.

    Type - 2D Grid - Axisymmetric Case - Heat diffusion Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LR,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup - Periphery heated to 200 C Top to 300 C Bottom to 100 C
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    3d heat conduction parallelized

    MPI based Parallelized C Program code to solve for 3D heat conduction.

    Type - 3D Grid - Structured Cartesian Case - Heat conduction Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit Temporal - Unsteady Parallelized - Yes Inputs: [ Length of domain (LX,LY,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The six boundaries are heated to 100 C, 200 C, 300 C, 400 C, 500 C, 600 C respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    3d Heat conduction C code

    A C Program code to solve for Heat conduction in 3D Cartesian grid.

    Type - 3D Grid - Structured Cartesian Case - Heat Conduction Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The six boundaries are heated to 100 C, 200 C, 300 C, 400 C, 500 C and 600 C respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    WODA solver

    A finite volume groundwater simulator

    WODA (Well Outline and Design Aid) is a groundwater simulator developed at the Group for Numerical Analysis, Jaroslav Cerni Institute, Belgrade, Serbia. WODA does not have its own graphical user interface, but it can work with groundwater models constructed using the freely available Lizza interface, http://www.bioirc.ac.rs/index.php/groundwater-flow-software.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    .... _______________________________________ Please cite this software in scientific publications as: Thiele, JC; Grimm, V (2010). NetLogo meets R: Linking agent-based models with a toolbox for their analysis. Environmental Modelling and Software, Volume 25, Issue 8: 972 - 974
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    DEVSIM

    TCAD Device Simulator

    TCAD Device Simulator. DEVSIM is a semiconductor device simulation software, using the finite volume method. This software solves partial differential equations on a mesh. The Python interface allows the user to specify their own equations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ViennaGrid is a generic mesh handling library that provides the traversal of structured and unstructured grids in arbitrary spatial dimensions, in particular 1d, 2d and 3d. Quantities can be conveniently stored on mesh elements using ViennaData.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SIMtoEXP

    For comparison of simulation and experimental scattering data

    SIMulation to EXPeriment is software that allows the direct comparison of simulation density information with that obtained from X-ray and neutron scattering experiments, by converting the simulation data to form factors. It also calculates volume probability distributions according to a space filling volumetric model. Written in C++ and Qt, SIMtoEXP has a very simple and easy to use GUI with interactive plotting. The software was originally developed by Norbert Kucerka. The code has been tested on OpenSUSE and Ubuntu (both binary and compilation); Windows and Mac are not officially supported, see the 'Notes' in the tar. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Depolarization analysis tools

    Depolarization analysis tools

    Tools for the accurate analysis of Raman depolarization measurement

    ...A numerical model is programme to calculate, for realistic experimental configurations, effective Raman line strength functions, which find their way into depolarization ratios. The model is based on interlinked integrations over the angles in the light collection path, and a finite Raman source volume along the excitation laser beam. The model deals as well with the conditional aperture parameters, associated with more than one optical component in the light collection path. Finally, the model also takes into account polarization aberrations introduced by the sample cell windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Godunov finite volume code based on OpenFoam. The code is based on rhoCentralFoam from version 1.7.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    birgHPC
    ...If you are looking for CUDA support, try birgHPCC (https://sourceforge.net/projects/birghpcc/) If you use birgHPC in your work, please cite us: Teong Han Chew, Kwee Hong Joyce-Tan, Farizuwana Akma and Mohd Shahir Shamsir. birgHPC: creating instant computing clusters for bioinformatics and molecular dynamics. Bioinformatics. Volume 27, Issue 9. pp 1320-1321. doi: 10.1093/bioinformatics/btr109
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A 2-D inviscid flow and adjoint solver on unstructured triangular grids. It makes use of a vertex-centroid finite volume scheme which is second order accurate. The adjoint solver is developed using the automatic differentiation tool called TAPENADE. Code has been moved to https://github.com/cpraveen/euler2d
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB