Skip to content
Snippets Groups Projects
Commit 3944c7a6 authored by Andrew Heather's avatar Andrew Heather Committed by Mark OLESEN
Browse files

ENH: coordSetWriter - brought across field scaling and offsets from surface writers

Example:

    formatOptions
    {
        <writer>
        {
            // Apply offsets to field values
            fieldLevel
            {
                T   273.15; // Convert from K to C by subtracting 273.15
            }

            // Note: scale applied after application of field level
            fieldScale
            {
                p   0.001;  // Convert pressure from Pa to kPa by scaling by 0.001
            }
        }
    }
parent 0ba821a9
No related branches found
No related tags found
1 merge request!644Added Abaqus sampling and writing
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment