//------------------------------------------------- // cube //------------------------------------------------- // Initial design: Frederic Duboeuf (rev.2286) // // Geo: cube [-1.0,+1.0]*[-1.0,+1.0]*[-1.0,+1.0] // Properties: lambda=1. // Loading: temperature field t(z=-1.)=-1., v(z=+1.)=+1. // Solution: t = z, grad(t) = [0.,0.,1.] (cst) // Results: total volume = 8.0 [L^3] // thermal energy = 8.0 (=Integ(cube)(grad:flux)) //------------------------------------------------- MeshFile cube.msh Domain 51 3 IsotropicThermal Data lambda Scalar 1. EndData BoundaryCondition Face 32 Temperature Constant Scalar -1.0 BoundaryCondition Face 31 Temperature Constant Scalar +1.0 Solver 3