CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[OpenFOAM] Paraview does not display \<name\>:alpha1 field

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 26, 2017, 11:13
Exclamation Paraview does not display \<name\>:alpha1 field
  #1
Member
 
Bruno Lebon
Join Date: Dec 2012
Posts: 33
Rep Power: 13
blebon is on a distinguished road
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;
    }
}


// ************************************************************************* //
The filename is 0/melt1:alpha1 containing the boundary and initial condition definition, which Paraview simply ignores. Is this a bug?

Thanks,

Bruno
blebon is offline   Reply With Quote

Old   September 10, 2020, 08:56
Default
  #2
New Member
 
Tobias Kienzler
Join Date: Mar 2020
Posts: 13
Rep Power: 6
zommuter is on a distinguished road
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...
zommuter is offline   Reply With Quote

Reply

Tags
alpha1, melting, paraview, solidification

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problems after decomposing for running alessio.nz OpenFOAM 7 March 5, 2021 04:49
ParaView: Number of cells/points in mesh and field don't match Jaggy_Snake OpenFOAM Bugs 2 March 1, 2017 09:06
''unknown radialModelType type Gidaspow'' PROBLEM WITH THE BED TUTORIAL AndoniBM OpenFOAM Running, Solving & CFD 2 March 25, 2015 18:44
[OpenFOAM] Paraview display problem jiejie ParaView 4 October 13, 2013 21:29
[OpenFOAM] Paraview does not display fields mirko ParaView 1 August 11, 2011 07:19


All times are GMT -4. The time now is 21:10.