New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
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.
Isogeometric analysis (IGA) is a fundamental step forward in computational mechanics that offers
the possibility of integrating methods for analysis into Computer Aided Design (CAD) tools and vice versa. The benefits of such an approach are evident, since the time taken from design to analysis is greatly reduced leading to large savings in cost and time for industry. The tight coupling of CAD and analysis within IGA requires knowledge from both fields and it is one of the goals of the...
ACRASH is an open implementation of the CRASH Monte-Carlo continuum radiative transfer scheme presented in Ciardi et al. 2001 and Maselli et al. 2003. This code solves the radiative transfer equation for any geometry in 3D using a Monte-Carlo scheme.
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
BigBoy is a three dimensional Finite-Difference Time-Domain (FDTD) simulator for photonics (plasmonics, photonic crystals or high index-contrast structures). Please, refer the successor of this project, GMES (http://sf.net/projects/gmes).