|
[Sponsors] |
[OpenFOAM] Paraview does not display \<name\>:alpha1 field |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 26, 2017, 12:13 |
Paraview does not display \<name\>:alpha1 field
|
#1 |
Member
Bruno Lebon
Join Date: Dec 2012
Posts: 33
Rep Power: 13 |
Hello Foamers,
solidificationMeltingSource generates a field \<name\>:alpha1 (where \<name\> is the source name) to represent the liquid fraction. However, Paraview is completely oblivious to this field: Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 3.0.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object melt1:alpha1; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 0 0 0 0]; internalField uniform 0; boundaryField { "(walls|minZ|maxZ)" { type zeroGradient; } } // ************************************************************************* // Thanks, Bruno |
|
September 10, 2020, 09:56 |
|
#2 |
New Member
Tobias Kienzler
Join Date: Mar 2020
Posts: 13
Rep Power: 6 |
Did you meanwhile fix this? My suspicion is at least on Windows the colon in the file names causes the problem, but I haven't had time to verify this let alone try a fix...
|
|
Tags |
alpha1, melting, paraview, solidification |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problems after decomposing for running | alessio.nz | OpenFOAM | 7 | March 5, 2021 05:49 |
ParaView: Number of cells/points in mesh and field don't match | Jaggy_Snake | OpenFOAM Bugs | 2 | March 1, 2017 10:06 |
''unknown radialModelType type Gidaspow'' PROBLEM WITH THE BED TUTORIAL | AndoniBM | OpenFOAM Running, Solving & CFD | 2 | March 25, 2015 19:44 |
[OpenFOAM] Paraview display problem | jiejie | ParaView | 4 | October 13, 2013 22:29 |
[OpenFOAM] Paraview does not display fields | mirko | ParaView | 1 | August 11, 2011 08:19 |