Structure
Structure
Structure
Home
Added LFA to make-parafem
Added /src/tools/postprocessing/LFA as a tool to calculate effective thermal conductivity from laser flash analysis simulations.
Minor update to /dev/xx12_b.f90
Minor bugfix to /dev/xx12_b/xx12_b.f90
Minor change to /mpi/input.f90 SUBROUTINE READ_VARMATERIALVALUE now requires a material names in the .vmat file.
Bugfix to dev/xx12_te
Minor changes to /dev/xx12_b/ tidying of comments etc.
Update to /dev/xx12_te/ Now reads in .vmat files for temperature dependent material properties (as xx12_b).
MAJOR UPDATE to /dev/xx12_b/xx12_b.f90 Now reads in loads which can be set to vary with temperature.
Update to /modules/mpi/input.f90 New subroutines READ_HEADER, READ_INT, READ_REAL to read in generic data files.
Minor update to /dev/xx12_b/xx12_b.f90 Tidied and commented section that calculates temperature dependent material properties.
MAJOR CHANGE to /dev/xx12_b/xx12_b.f90 - Now reads .vmat to apply temperature dependent material properties. Should still be automatically backwards compatible with .mat files (looks for .vmat but reverts to .mat if cannot be found).
Update to /modules/mpi/input.f90 New subroutine READ_NTEMP to read number of temperature dependent material properties per material per property. Also updated READ_VARMATERIALVALUE to correctly read variable material properties and their associated temperatures into arrays.
Update to /dev/xx12_b/ Now reads material property files that vary with temperature. Not yet applied, will currently use value for highest temperature.
Update to /modules/mpi/input.f90 - New subroutines READ_NMATS_NVALS & READ_NTIME to read header info from .mat and .time files. New subroutine READ_VARMATERIALVALUE to read .vmat which contains material properties that vary with temperature.
Update to /dev/xx12_te/ Now reads in zero stress temperature instead of assuming at 0degC.
Update to /dev/xx12_te/ Now outputs to ENSI format, bug present when running with MPI.
Update to /dev/xx12_te/ to use ENSI.NDTTR to calculate thermally induces stress etc, also now reads ENSI.GEO and ENSI.MATID as input files.
Update to dev/xx12_te/ to use temperatures in ensi format as well as 'Temperature.txt'. [Hardcoded switch to use different version]
Bugfix to /programs/dev/xx12_b/makefile
Updated xx12_te to read ENSI NDTTR files (but doesn't yet use this data), added SUBROUTINE READ_ENSI_SCALAR_PN to /modules/mpi/input.f90 to achieve this.
Created copy of rfem/rfemsolve_te/ to dev/xx12_te/ to develop to work directly with xx12.
Added build/sgi-mdc.inc to for make-parafem to compile on the SGI-MDC at UKAEA.
Flag required when compiling using ifort/12.0.1.107 and openmpi/2.0.2
Bug fix in /dev/xx12_b/xx12_b.f90 where counter for amp of load used j_loc instead of j_glob
Added example input file for tools/preprocessin...
Added tools/preprocessing/gaussianlds which is ...
Preparing xx12_b to solve both steady state and...
p12meshgen error in paraivew output
p121_demo
rfemsolve_te.f90: crashes if no .bnd file provided
Corrected error in examples/dev/xx12/Validation...
Deleted a few additional files from examples/de...
Removed some files from examples/dev/xx12
Overhauled examples/dev/xx12
Added the options to xx12_b to input and output...
Added output files in src\libraries\gaf77 to ma...
Updated compiler flags in build/cygwin.inc